mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
contrib/localnet/darkfid*: configuration changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -10,4 +10,4 @@
|
||||
rpc_listen = "tcp://127.0.0.1:48467"
|
||||
|
||||
# PoW miner number of threads to use
|
||||
threads = 2
|
||||
threads = 1
|
||||
|
||||
@@ -10,4 +10,4 @@
|
||||
rpc_listen = "tcp://127.0.0.1:48567"
|
||||
|
||||
# PoW miner number of threads to use
|
||||
threads = 2
|
||||
threads = 1
|
||||
|
||||
@@ -10,4 +10,4 @@
|
||||
rpc_listen = "tcp://127.0.0.1:48667"
|
||||
|
||||
# PoW miner number of threads to use
|
||||
threads = 2
|
||||
threads = 1
|
||||
|
||||
@@ -10,4 +10,4 @@
|
||||
rpc_listen = "tcp://127.0.0.1:48767"
|
||||
|
||||
# PoW miner number of threads to use
|
||||
threads = 2
|
||||
threads = 1
|
||||
|
||||
@@ -10,4 +10,4 @@
|
||||
rpc_listen = "tcp://127.0.0.1:48867"
|
||||
|
||||
# PoW miner number of threads to use
|
||||
threads = 2
|
||||
threads = 1
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user