mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 20:19:21 +00:00
add local user3 to makefile
This commit is contained in:
parent
27bf72d432
commit
288b63578b
1 changed files with 23 additions and 0 deletions
23
Makefile
23
Makefile
|
@ -227,6 +227,29 @@ user2-daemon-local:
|
|||
--walletRpcBindPort=38092 \
|
||||
--passwordRequired=false
|
||||
|
||||
user3-desktop-local:
|
||||
./haveno-desktop$(APP_EXT) \
|
||||
--baseCurrencyNetwork=XMR_LOCAL \
|
||||
--useLocalhostForP2P=true \
|
||||
--useDevPrivilegeKeys=true \
|
||||
--nodePort=7778 \
|
||||
--appName=haveno-XMR_LOCAL_user3 \
|
||||
--apiPassword=apitest \
|
||||
--apiPort=10002 \
|
||||
--walletRpcBindPort=38093
|
||||
|
||||
user3-daemon-local:
|
||||
./haveno-daemon$(APP_EXT) \
|
||||
--baseCurrencyNetwork=XMR_LOCAL \
|
||||
--useLocalhostForP2P=true \
|
||||
--useDevPrivilegeKeys=true \
|
||||
--nodePort=7778 \
|
||||
--appName=haveno-XMR_LOCAL_user3 \
|
||||
--apiPassword=apitest \
|
||||
--apiPort=10002 \
|
||||
--walletRpcBindPort=38093 \
|
||||
--passwordRequired=false
|
||||
|
||||
# Stagenet network
|
||||
|
||||
monerod-stagenet:
|
||||
|
|
Loading…
Reference in a new issue