From 632f07a322ffc728d5536060f9d562624962cf80 Mon Sep 17 00:00:00 2001 From: skoupidi Date: Fri, 1 Mar 2024 22:00:21 +0200 Subject: [PATCH] contrib/localnet/darkfid*: configuration changes --- contrib/localnet/darkfid-five-nodes/darkfid0.toml | 4 ++-- contrib/localnet/darkfid-five-nodes/darkfid1.toml | 4 ++-- contrib/localnet/darkfid-five-nodes/darkfid2.toml | 4 ++-- contrib/localnet/darkfid-five-nodes/darkfid3.toml | 4 ++-- contrib/localnet/darkfid-five-nodes/darkfid4.toml | 4 ++-- contrib/localnet/darkfid-five-nodes/minerd0.toml | 2 +- contrib/localnet/darkfid-five-nodes/minerd1.toml | 2 +- contrib/localnet/darkfid-five-nodes/minerd2.toml | 2 +- contrib/localnet/darkfid-five-nodes/minerd3.toml | 2 +- contrib/localnet/darkfid-five-nodes/minerd4.toml | 2 +- contrib/localnet/darkfid-single-node/darkfid.toml | 2 +- contrib/localnet/darkfid-small/darkfid0.toml | 2 +- contrib/localnet/darkfid-small/darkfid1.toml | 2 +- contrib/localnet/darkfid-small/darkfid2.toml | 2 +- 14 files changed, 19 insertions(+), 19 deletions(-) diff --git a/contrib/localnet/darkfid-five-nodes/darkfid0.toml b/contrib/localnet/darkfid-five-nodes/darkfid0.toml index 8bd672aa2..4e6e83406 100644 --- a/contrib/localnet/darkfid-five-nodes/darkfid0.toml +++ b/contrib/localnet/darkfid-five-nodes/darkfid0.toml @@ -18,13 +18,13 @@ network = "localnet" database = "darkfid0" # Finalization threshold, denominated by number of blocks -threshold = 3 +threshold = 6 # minerd JSON-RPC endpoint minerd_endpoint = "tcp://127.0.0.1:48467" # PoW block production target, in seconds -pow_target = 20 +pow_target = 60 # Participate in block production miner = true diff --git a/contrib/localnet/darkfid-five-nodes/darkfid1.toml b/contrib/localnet/darkfid-five-nodes/darkfid1.toml index 9fe5a7ce2..583d8951c 100644 --- a/contrib/localnet/darkfid-five-nodes/darkfid1.toml +++ b/contrib/localnet/darkfid-five-nodes/darkfid1.toml @@ -18,13 +18,13 @@ network = "localnet" database = "darkfid1" # Finalization threshold, denominated by number of blocks -threshold = 3 +threshold = 6 # minerd JSON-RPC endpoint minerd_endpoint = "tcp://127.0.0.1:48567" # PoW block production target, in seconds -pow_target = 20 +pow_target = 60 # Participate in block production miner = true diff --git a/contrib/localnet/darkfid-five-nodes/darkfid2.toml b/contrib/localnet/darkfid-five-nodes/darkfid2.toml index 951ca5553..94bec77a4 100644 --- a/contrib/localnet/darkfid-five-nodes/darkfid2.toml +++ b/contrib/localnet/darkfid-five-nodes/darkfid2.toml @@ -18,13 +18,13 @@ network = "localnet" database = "darkfid2" # Finalization threshold, denominated by number of blocks -threshold = 3 +threshold = 6 # minerd JSON-RPC endpoint minerd_endpoint = "tcp://127.0.0.1:48667" # PoW block production target, in seconds -pow_target = 20 +pow_target = 60 # Participate in block production miner = true diff --git a/contrib/localnet/darkfid-five-nodes/darkfid3.toml b/contrib/localnet/darkfid-five-nodes/darkfid3.toml index 697f0e841..ea9ff1e4a 100644 --- a/contrib/localnet/darkfid-five-nodes/darkfid3.toml +++ b/contrib/localnet/darkfid-five-nodes/darkfid3.toml @@ -18,13 +18,13 @@ network = "localnet" database = "darkfid3" # Finalization threshold, denominated by number of blocks -threshold = 3 +threshold = 6 # minerd JSON-RPC endpoint minerd_endpoint = "tcp://127.0.0.1:48767" # PoW block production target, in seconds -pow_target = 20 +pow_target = 60 # Participate in block production miner = true diff --git a/contrib/localnet/darkfid-five-nodes/darkfid4.toml b/contrib/localnet/darkfid-five-nodes/darkfid4.toml index 90768e286..2b2087aeb 100644 --- a/contrib/localnet/darkfid-five-nodes/darkfid4.toml +++ b/contrib/localnet/darkfid-five-nodes/darkfid4.toml @@ -18,13 +18,13 @@ network = "localnet" database = "darkfid4" # Finalization threshold, denominated by number of blocks -threshold = 3 +threshold = 6 # minerd JSON-RPC endpoint minerd_endpoint = "tcp://127.0.0.1:48867" # PoW block production target, in seconds -pow_target = 20 +pow_target = 60 # Participate in block production miner = true diff --git a/contrib/localnet/darkfid-five-nodes/minerd0.toml b/contrib/localnet/darkfid-five-nodes/minerd0.toml index 4087bd464..a8b1be0a6 100644 --- a/contrib/localnet/darkfid-five-nodes/minerd0.toml +++ b/contrib/localnet/darkfid-five-nodes/minerd0.toml @@ -10,4 +10,4 @@ rpc_listen = "tcp://127.0.0.1:48467" # PoW miner number of threads to use -threads = 2 +threads = 1 diff --git a/contrib/localnet/darkfid-five-nodes/minerd1.toml b/contrib/localnet/darkfid-five-nodes/minerd1.toml index 52ba3e160..6391173b2 100644 --- a/contrib/localnet/darkfid-five-nodes/minerd1.toml +++ b/contrib/localnet/darkfid-five-nodes/minerd1.toml @@ -10,4 +10,4 @@ rpc_listen = "tcp://127.0.0.1:48567" # PoW miner number of threads to use -threads = 2 +threads = 1 diff --git a/contrib/localnet/darkfid-five-nodes/minerd2.toml b/contrib/localnet/darkfid-five-nodes/minerd2.toml index 9c9774157..f61bf8425 100644 --- a/contrib/localnet/darkfid-five-nodes/minerd2.toml +++ b/contrib/localnet/darkfid-five-nodes/minerd2.toml @@ -10,4 +10,4 @@ rpc_listen = "tcp://127.0.0.1:48667" # PoW miner number of threads to use -threads = 2 +threads = 1 diff --git a/contrib/localnet/darkfid-five-nodes/minerd3.toml b/contrib/localnet/darkfid-five-nodes/minerd3.toml index 2f82cb24c..29bf8c971 100644 --- a/contrib/localnet/darkfid-five-nodes/minerd3.toml +++ b/contrib/localnet/darkfid-five-nodes/minerd3.toml @@ -10,4 +10,4 @@ rpc_listen = "tcp://127.0.0.1:48767" # PoW miner number of threads to use -threads = 2 +threads = 1 diff --git a/contrib/localnet/darkfid-five-nodes/minerd4.toml b/contrib/localnet/darkfid-five-nodes/minerd4.toml index 48dd7cf63..02e7c1e51 100644 --- a/contrib/localnet/darkfid-five-nodes/minerd4.toml +++ b/contrib/localnet/darkfid-five-nodes/minerd4.toml @@ -10,4 +10,4 @@ rpc_listen = "tcp://127.0.0.1:48867" # PoW miner number of threads to use -threads = 2 +threads = 1 diff --git a/contrib/localnet/darkfid-single-node/darkfid.toml b/contrib/localnet/darkfid-single-node/darkfid.toml index 1d0ac3c0e..51f130642 100644 --- a/contrib/localnet/darkfid-single-node/darkfid.toml +++ b/contrib/localnet/darkfid-single-node/darkfid.toml @@ -18,7 +18,7 @@ network = "localnet" database = "darkfid" # Finalization threshold, denominated by number of blocks -threshold = 3 +threshold = 1 # minerd JSON-RPC endpoint minerd_endpoint = "tcp://127.0.0.1:48467" diff --git a/contrib/localnet/darkfid-small/darkfid0.toml b/contrib/localnet/darkfid-small/darkfid0.toml index 8bd672aa2..b984fbd70 100644 --- a/contrib/localnet/darkfid-small/darkfid0.toml +++ b/contrib/localnet/darkfid-small/darkfid0.toml @@ -18,7 +18,7 @@ network = "localnet" database = "darkfid0" # Finalization threshold, denominated by number of blocks -threshold = 3 +threshold = 6 # minerd JSON-RPC endpoint minerd_endpoint = "tcp://127.0.0.1:48467" diff --git a/contrib/localnet/darkfid-small/darkfid1.toml b/contrib/localnet/darkfid-small/darkfid1.toml index 50de1361e..be5cefb1a 100644 --- a/contrib/localnet/darkfid-small/darkfid1.toml +++ b/contrib/localnet/darkfid-small/darkfid1.toml @@ -26,7 +26,7 @@ network = "localnet" database = "darkfid1" # Finalization threshold, denominated by number of blocks -threshold = 3 +threshold = 6 # minerd JSON-RPC endpoint minerd_endpoint = "tcp://127.0.0.1:48567" diff --git a/contrib/localnet/darkfid-small/darkfid2.toml b/contrib/localnet/darkfid-small/darkfid2.toml index 85afa43a1..92e23768b 100644 --- a/contrib/localnet/darkfid-small/darkfid2.toml +++ b/contrib/localnet/darkfid-small/darkfid2.toml @@ -18,7 +18,7 @@ network = "localnet" database = "darkfid2" # Finalization threshold, denominated by number of blocks -threshold = 3 +threshold = 6 # minerd JSON-RPC endpoint minerd_endpoint = "tcp://127.0.0.1:28467"