mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
change fixed difficulty to 300 for local test network
This commit is contained in:
parent
cf8de0843e
commit
ce05710537
4
Makefile
4
Makefile
@ -68,7 +68,7 @@ monerod-local1:
|
||||
--no-zmq \
|
||||
--add-exclusive-node 127.0.0.1:28080 \
|
||||
--rpc-access-control-origins http://localhost:8080 \
|
||||
--fixed-difficulty 800
|
||||
--fixed-difficulty 300
|
||||
|
||||
monerod-local2:
|
||||
./.localnet/monerod \
|
||||
@ -82,7 +82,7 @@ monerod-local2:
|
||||
--confirm-external-bind \
|
||||
--add-exclusive-node 127.0.0.1:48080 \
|
||||
--rpc-access-control-origins http://localhost:8080 \
|
||||
--fixed-difficulty 800
|
||||
--fixed-difficulty 300
|
||||
|
||||
funding-wallet-local:
|
||||
./.localnet/monero-wallet-rpc \
|
||||
|
Loading…
Reference in New Issue
Block a user