diff --git a/Makefile b/Makefile index c255c33822..afc78293a7 100644 --- a/Makefile +++ b/Makefile @@ -148,6 +148,16 @@ monero-private2: --rpc-login superuser:abctesting123 \ --rpc-access-control-origins http://localhost:8080 \ --fixed-difficulty 100 + +funding-wallet: + ./.localnet/monero-wallet-rpc \ + --stagenet \ + --daemon-address http://localhost:38081 \ + --daemon-login superuser:abctesting123 \ + --rpc-bind-port 38084 \ + --rpc-login rpc_user:abc123 \ + --rpc-access-control-origins http://localhost:8080 \ + --wallet-dir ./.localnet bitcoind: ./.localnet/bitcoind \ diff --git a/build.gradle b/build.gradle index 72df94fe34..147abfd0da 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ configure(subprojects) { grpcVersion = '1.25.0' gsonVersion = '2.8.5' guavaVersion = '28.2-jre' - moneroJavaVersion = '0.5.8' + moneroJavaVersion = '0.5.9' httpclient5Version = '5.0' guiceVersion = '4.2.2' hamcrestVersion = '1.3'