mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
set local mining difficulty to 500
This commit is contained in:
parent
d26ddac5c0
commit
5cc53a82e3
4
Makefile
4
Makefile
@ -74,7 +74,7 @@ monerod1-local:
|
||||
--no-zmq \
|
||||
--add-exclusive-node 127.0.0.1:28080 \
|
||||
--rpc-access-control-origins http://localhost:8080 \
|
||||
--fixed-difficulty 400
|
||||
--fixed-difficulty 500
|
||||
|
||||
monerod2-local:
|
||||
./.localnet/monerod \
|
||||
@ -88,7 +88,7 @@ monerod2-local:
|
||||
--confirm-external-bind \
|
||||
--add-exclusive-node 127.0.0.1:48080 \
|
||||
--rpc-access-control-origins http://localhost:8080 \
|
||||
--fixed-difficulty 400
|
||||
--fixed-difficulty 500
|
||||
|
||||
funding-wallet-stagenet:
|
||||
./.localnet/monero-wallet-rpc \
|
||||
|
Loading…
Reference in New Issue
Block a user