mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-29 01:38:39 -04:00
use makefile for quick installation and deployment
- update docs/installing.md - edit WalletConfig.java to point to monero-wallet-rpc in .localnet - remove monerod and monero-wallet-rpc from .gitignore
This commit is contained in:
parent
b72db7f20d
commit
a74fac9646
6 changed files with 256 additions and 317 deletions
|
@ -130,7 +130,7 @@ public class WalletConfig extends AbstractIdleService {
|
|||
private static final String MONERO_DAEMON_USERNAME = "superuser";
|
||||
private static final String MONERO_DAEMON_PASSWORD = "abctesting123";
|
||||
private static final MoneroWalletRpcManager MONERO_WALLET_RPC_MANAGER = new MoneroWalletRpcManager();
|
||||
private static final String MONERO_WALLET_RPC_PATH = System.getProperty("user.dir") + "/monero-wallet-rpc"; // current working directory
|
||||
private static final String MONERO_WALLET_RPC_PATH = System.getProperty("user.dir") + File.separator + ".localnet" + File.separator + "monero-wallet-rpc"; // use wallet rpc in .localnet
|
||||
private static final String MONERO_WALLET_RPC_USERNAME = "rpc_user";
|
||||
private static final String MONERO_WALLET_RPC_PASSWORD = "abc123";
|
||||
private static final long MONERO_WALLET_SYNC_RATE = 5000l;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue