woodser / monero-java

Java library for using Monero
https://woodser.github.io/monero-java/javadocs/
MIT License
105 stars 39 forks source link

能否提供离线签名的java版,不具备使用jni的条件 #41

Closed Wbsba closed 1 year ago

Wbsba commented 1 year ago

需要离线签名java版

woodser commented 1 year ago

Can you provide a java version of offline signature, which does not meet the conditions for using jni

Need offline signature java version

You can use monero-wallet-rpc in offline mode to sign transactions offline without JNI, by starting monero-wallet-rpc with --offline.

Otherwise JNI is necessary to sign transactions without monero-wallet-rpc.