mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 20:19:21 +00:00
set local mining difficulty to 500
This commit is contained in:
parent
d26ddac5c0
commit
5cc53a82e3
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -74,7 +74,7 @@ monerod1-local:
|
||||||
--no-zmq \
|
--no-zmq \
|
||||||
--add-exclusive-node 127.0.0.1:28080 \
|
--add-exclusive-node 127.0.0.1:28080 \
|
||||||
--rpc-access-control-origins http://localhost:8080 \
|
--rpc-access-control-origins http://localhost:8080 \
|
||||||
--fixed-difficulty 400
|
--fixed-difficulty 500
|
||||||
|
|
||||||
monerod2-local:
|
monerod2-local:
|
||||||
./.localnet/monerod \
|
./.localnet/monerod \
|
||||||
|
@ -88,7 +88,7 @@ monerod2-local:
|
||||||
--confirm-external-bind \
|
--confirm-external-bind \
|
||||||
--add-exclusive-node 127.0.0.1:48080 \
|
--add-exclusive-node 127.0.0.1:48080 \
|
||||||
--rpc-access-control-origins http://localhost:8080 \
|
--rpc-access-control-origins http://localhost:8080 \
|
||||||
--fixed-difficulty 400
|
--fixed-difficulty 500
|
||||||
|
|
||||||
funding-wallet-stagenet:
|
funding-wallet-stagenet:
|
||||||
./.localnet/monero-wallet-rpc \
|
./.localnet/monero-wallet-rpc \
|
||||||
|
|
Loading…
Reference in a new issue