From ce0571053745406c0d31e19ae5803e478ae1bfb2 Mon Sep 17 00:00:00 2001 From: woodser Date: Tue, 14 Mar 2023 05:31:52 -0400 Subject: [PATCH] change fixed difficulty to 300 for local test network --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 56490eeca7..d3ec4e5657 100644 --- a/Makefile +++ b/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 \