configure seed node to use custom monero node
This commit is contained in:
parent
f3f1c41b27
commit
93a93d757c
3
Makefile
3
Makefile
@ -229,7 +229,7 @@ monerod-stagenet-custom:
|
|||||||
--p2p-bind-port 39080 \
|
--p2p-bind-port 39080 \
|
||||||
--rpc-bind-port 39081 \
|
--rpc-bind-port 39081 \
|
||||||
--bootstrap-daemon-address auto \
|
--bootstrap-daemon-address auto \
|
||||||
--rpc-access-control-origins http://localhost:8080 \
|
--rpc-access-control-origins http://localhost:8080
|
||||||
|
|
||||||
seednode-stagenet:
|
seednode-stagenet:
|
||||||
./haveno-seednode$(APP_EXT) \
|
./haveno-seednode$(APP_EXT) \
|
||||||
@ -238,6 +238,7 @@ seednode-stagenet:
|
|||||||
--useDevPrivilegeKeys=false \
|
--useDevPrivilegeKeys=false \
|
||||||
--nodePort=2002 \
|
--nodePort=2002 \
|
||||||
--appName=haveno-XMR_STAGENET_Seed_2002 \
|
--appName=haveno-XMR_STAGENET_Seed_2002 \
|
||||||
|
--xmrNode=http://127.0.0.1:38081
|
||||||
|
|
||||||
arbitrator-daemon-stagenet:
|
arbitrator-daemon-stagenet:
|
||||||
# Arbitrator needs to be registered before making trades
|
# Arbitrator needs to be registered before making trades
|
||||||
|
Loading…
Reference in New Issue
Block a user