contrib/localnet/darkfid*: configuration changes

This commit is contained in:
skoupidi
2024-03-01 22:00:21 +02:00
parent ed8e485575
commit 632f07a322
14 changed files with 19 additions and 19 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"