mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-10-11 01:58:47 -04:00
update to monero-java v0.5.9 which supports monero-project v0.17.3.0
support `make funding-wallet` for api tests
This commit is contained in:
parent
1ea0db3f37
commit
abfc0503fa
2 changed files with 11 additions and 1 deletions
10
Makefile
10
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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue