Jelajahi Sumber

contrib/localnet/darkfid*: configuration changes

skoupidi 2 tahun lalu
induk
melakukan
632f07a322

+ 2 - 2
contrib/localnet/darkfid-five-nodes/darkfid0.toml

@@ -18,13 +18,13 @@ network = "localnet"
 database = "darkfid0"
 database = "darkfid0"
 
 
 # Finalization threshold, denominated by number of blocks
 # Finalization threshold, denominated by number of blocks
-threshold = 3
+threshold = 6
 
 
 # minerd JSON-RPC endpoint
 # minerd JSON-RPC endpoint
 minerd_endpoint = "tcp://127.0.0.1:48467"
 minerd_endpoint = "tcp://127.0.0.1:48467"
 
 
 # PoW block production target, in seconds
 # PoW block production target, in seconds
-pow_target = 20
+pow_target = 60
 
 
 # Participate in block production
 # Participate in block production
 miner = true
 miner = true

+ 2 - 2
contrib/localnet/darkfid-five-nodes/darkfid1.toml

@@ -18,13 +18,13 @@ network = "localnet"
 database = "darkfid1"
 database = "darkfid1"
 
 
 # Finalization threshold, denominated by number of blocks
 # Finalization threshold, denominated by number of blocks
-threshold = 3
+threshold = 6
 
 
 # minerd JSON-RPC endpoint
 # minerd JSON-RPC endpoint
 minerd_endpoint = "tcp://127.0.0.1:48567"
 minerd_endpoint = "tcp://127.0.0.1:48567"
 
 
 # PoW block production target, in seconds
 # PoW block production target, in seconds
-pow_target = 20
+pow_target = 60
 
 
 # Participate in block production
 # Participate in block production
 miner = true
 miner = true

+ 2 - 2
contrib/localnet/darkfid-five-nodes/darkfid2.toml

@@ -18,13 +18,13 @@ network = "localnet"
 database = "darkfid2"
 database = "darkfid2"
 
 
 # Finalization threshold, denominated by number of blocks
 # Finalization threshold, denominated by number of blocks
-threshold = 3
+threshold = 6
 
 
 # minerd JSON-RPC endpoint
 # minerd JSON-RPC endpoint
 minerd_endpoint = "tcp://127.0.0.1:48667"
 minerd_endpoint = "tcp://127.0.0.1:48667"
 
 
 # PoW block production target, in seconds
 # PoW block production target, in seconds
-pow_target = 20
+pow_target = 60
 
 
 # Participate in block production
 # Participate in block production
 miner = true
 miner = true

+ 2 - 2
contrib/localnet/darkfid-five-nodes/darkfid3.toml

@@ -18,13 +18,13 @@ network = "localnet"
 database = "darkfid3"
 database = "darkfid3"
 
 
 # Finalization threshold, denominated by number of blocks
 # Finalization threshold, denominated by number of blocks
-threshold = 3
+threshold = 6
 
 
 # minerd JSON-RPC endpoint
 # minerd JSON-RPC endpoint
 minerd_endpoint = "tcp://127.0.0.1:48767"
 minerd_endpoint = "tcp://127.0.0.1:48767"
 
 
 # PoW block production target, in seconds
 # PoW block production target, in seconds
-pow_target = 20
+pow_target = 60
 
 
 # Participate in block production
 # Participate in block production
 miner = true
 miner = true

+ 2 - 2
contrib/localnet/darkfid-five-nodes/darkfid4.toml

@@ -18,13 +18,13 @@ network = "localnet"
 database = "darkfid4"
 database = "darkfid4"
 
 
 # Finalization threshold, denominated by number of blocks
 # Finalization threshold, denominated by number of blocks
-threshold = 3
+threshold = 6
 
 
 # minerd JSON-RPC endpoint
 # minerd JSON-RPC endpoint
 minerd_endpoint = "tcp://127.0.0.1:48867"
 minerd_endpoint = "tcp://127.0.0.1:48867"
 
 
 # PoW block production target, in seconds
 # PoW block production target, in seconds
-pow_target = 20
+pow_target = 60
 
 
 # Participate in block production
 # Participate in block production
 miner = true
 miner = true

+ 1 - 1
contrib/localnet/darkfid-five-nodes/minerd0.toml

@@ -10,4 +10,4 @@
 rpc_listen = "tcp://127.0.0.1:48467"
 rpc_listen = "tcp://127.0.0.1:48467"
 
 
 # PoW miner number of threads to use
 # PoW miner number of threads to use
-threads = 2
+threads = 1

+ 1 - 1
contrib/localnet/darkfid-five-nodes/minerd1.toml

@@ -10,4 +10,4 @@
 rpc_listen = "tcp://127.0.0.1:48567"
 rpc_listen = "tcp://127.0.0.1:48567"
 
 
 # PoW miner number of threads to use
 # PoW miner number of threads to use
-threads = 2
+threads = 1

+ 1 - 1
contrib/localnet/darkfid-five-nodes/minerd2.toml

@@ -10,4 +10,4 @@
 rpc_listen = "tcp://127.0.0.1:48667"
 rpc_listen = "tcp://127.0.0.1:48667"
 
 
 # PoW miner number of threads to use
 # PoW miner number of threads to use
-threads = 2
+threads = 1

+ 1 - 1
contrib/localnet/darkfid-five-nodes/minerd3.toml

@@ -10,4 +10,4 @@
 rpc_listen = "tcp://127.0.0.1:48767"
 rpc_listen = "tcp://127.0.0.1:48767"
 
 
 # PoW miner number of threads to use
 # PoW miner number of threads to use
-threads = 2
+threads = 1

+ 1 - 1
contrib/localnet/darkfid-five-nodes/minerd4.toml

@@ -10,4 +10,4 @@
 rpc_listen = "tcp://127.0.0.1:48867"
 rpc_listen = "tcp://127.0.0.1:48867"
 
 
 # PoW miner number of threads to use
 # PoW miner number of threads to use
-threads = 2
+threads = 1

+ 1 - 1
contrib/localnet/darkfid-single-node/darkfid.toml

@@ -18,7 +18,7 @@ network = "localnet"
 database = "darkfid"
 database = "darkfid"
 
 
 # Finalization threshold, denominated by number of blocks
 # Finalization threshold, denominated by number of blocks
-threshold = 3
+threshold = 1
 
 
 # minerd JSON-RPC endpoint
 # minerd JSON-RPC endpoint
 minerd_endpoint = "tcp://127.0.0.1:48467"
 minerd_endpoint = "tcp://127.0.0.1:48467"

+ 1 - 1
contrib/localnet/darkfid-small/darkfid0.toml

@@ -18,7 +18,7 @@ network = "localnet"
 database = "darkfid0"
 database = "darkfid0"
 
 
 # Finalization threshold, denominated by number of blocks
 # Finalization threshold, denominated by number of blocks
-threshold = 3
+threshold = 6
 
 
 # minerd JSON-RPC endpoint
 # minerd JSON-RPC endpoint
 minerd_endpoint = "tcp://127.0.0.1:48467"
 minerd_endpoint = "tcp://127.0.0.1:48467"

+ 1 - 1
contrib/localnet/darkfid-small/darkfid1.toml

@@ -26,7 +26,7 @@ network = "localnet"
 database = "darkfid1"
 database = "darkfid1"
 
 
 # Finalization threshold, denominated by number of blocks
 # Finalization threshold, denominated by number of blocks
-threshold = 3
+threshold = 6
 
 
 # minerd JSON-RPC endpoint
 # minerd JSON-RPC endpoint
 minerd_endpoint = "tcp://127.0.0.1:48567"
 minerd_endpoint = "tcp://127.0.0.1:48567"

+ 1 - 1
contrib/localnet/darkfid-small/darkfid2.toml

@@ -18,7 +18,7 @@ network = "localnet"
 database = "darkfid2"
 database = "darkfid2"
 
 
 # Finalization threshold, denominated by number of blocks
 # Finalization threshold, denominated by number of blocks
-threshold = 3
+threshold = 6
 
 
 # minerd JSON-RPC endpoint
 # minerd JSON-RPC endpoint
 minerd_endpoint = "tcp://127.0.0.1:28467"
 minerd_endpoint = "tcp://127.0.0.1:28467"