monero-java
monero-java copied to clipboard
Java library for using Monero
Sending an unique transaction is fine, but if i try to send a few in a row, if i don't put a TimeUnit.SECONDS.sleep(10) before and after the relay function I...
console of the monero rpc wallet is throwing these errors randomly this only when used with monero-java ``` 2022-03-31 04:35:10.942 E !boost::string_ref{sig_str}.starts_with(header_v1) && !boost::string_ref{sig_str}.starts_with(header_v2). THROW EXCEPTION: error::wallet_internal_error 2022-03-31 04:35:30.941 E...
Hello thank you very much for this library, i have been able to use it with the rpc, but I want to generate some wallets client side and i followed...
这笔交易是一笔出金,接受地址和金额有办法解析出来么?谢谢!
This issue requests support to manage a Monero wallet using a MyMonero-compatible server, which shares the wallet's view key with a third party in order to offload synchronization of incoming...
The Java client to daemon RPC already supports a number of binary calls. For example, getBlocksByHeight() uses the binary RPC call `get_blocks_by_height.bin`. This issue requests support for the remaining binary...
I saw this in the todo.txt, wondering if this is still on the radar? I'd like to complete it, but will need some direction. Not sure what to do with...
I just noticed this repository and I'm astounded by the work done so far - but I noticed the rather odd method of having todo's listed in todo.txt. To help...
It's worth investigating how one might build the dynamic library for different platforms and distribute that through Maven. Projects like [lmdbjava](https://github.com/lmdbjava/lmdbjava) and [native platform](https://github.com/adammurdoch/native-platform) all include significant native libraries but...
Currently, the .dylib shared libraries built on macOS are platform-dependent, so they need generated for both x86_64 and ARM64. This issue requests building the libmonero-cpp.dylib and libmonero-java.dylib as universal shared...