From 5cc53a82e3f1f06477a44261373fdbf3df2302c9 Mon Sep 17 00:00:00 2001 From: woodser Date: Tue, 9 Jan 2024 09:07:24 -0500 Subject: [PATCH] set local mining difficulty to 500 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d5a627a4..53296a89 100644 --- a/Makefile +++ b/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 \