mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
util/time: TimeKeeper yeeted
This commit is contained in:
@@ -29,12 +29,6 @@ pow_target = 10
|
||||
# Optional fixed PoW difficulty, used for testing
|
||||
pow_fixed_difficulty = 1
|
||||
|
||||
# Epoch duration, denominated by number of blocks/slots
|
||||
epoch_length = 10
|
||||
|
||||
# PoS slot duration, in seconds
|
||||
slot_time = 10
|
||||
|
||||
# Whitelisted faucet addresses
|
||||
faucet_pub = []
|
||||
|
||||
@@ -49,9 +43,6 @@ recipient = "5ZHfYpt4mpJcwBNxfEyxLzeFJUEeoePs5NQ5jVEgHrMf"
|
||||
# Skip syncing process and start node right away
|
||||
skip_sync = true
|
||||
|
||||
# Enable PoS testing mode for local testing
|
||||
pos_testing_mode = true
|
||||
|
||||
## Localnet sync P2P network settings
|
||||
[network_config."localnet".sync_net]
|
||||
# P2P accept addresses the instance listens on for inbound connections
|
||||
@@ -170,12 +161,6 @@ minerd_endpoint = "tcp://127.0.0.1:28467"
|
||||
# PoW block production target, in seconds
|
||||
pow_target = 90
|
||||
|
||||
# Epoch duration, denominated by number of blocks/slots
|
||||
epoch_length = 10
|
||||
|
||||
# PoS slot duration, in seconds
|
||||
slot_time = 90
|
||||
|
||||
# Whitelisted faucet addresses
|
||||
faucet_pub = ["3ce5xa3PjuQGFtTaF7AvMJp7fGxqeGRJx7zj3LCwNCkP"]
|
||||
|
||||
@@ -188,9 +173,6 @@ consensus = false
|
||||
# Skip syncing process and start node right away
|
||||
skip_sync = false
|
||||
|
||||
# Enable PoS testing mode for local testing
|
||||
pos_testing_mode = false
|
||||
|
||||
## Testnet sync P2P network settings
|
||||
[network_config."testnet".sync_net]
|
||||
# P2P accept addresses the instance listens on for inbound connections
|
||||
@@ -329,12 +311,6 @@ minerd_endpoint = "tcp://127.0.0.1:28467"
|
||||
# PoW block production target, in seconds
|
||||
pow_target = 90
|
||||
|
||||
# Epoch duration, denominated by number of blocks/slots
|
||||
epoch_length = 10
|
||||
|
||||
# PoS slot duration, in seconds
|
||||
slot_time = 90
|
||||
|
||||
# Whitelisted faucet addresses
|
||||
faucet_pub = []
|
||||
|
||||
@@ -347,9 +323,6 @@ consensus = false
|
||||
# Skip syncing process and start node right away
|
||||
skip_sync = false
|
||||
|
||||
# Enable PoS testing mode for local testing
|
||||
pos_testing_mode = false
|
||||
|
||||
## Mainnet sync P2P network settings
|
||||
[network_config."mainnet".sync_net]
|
||||
# P2P accept addresses the instance listens on for inbound connections
|
||||
|
||||
Reference in New Issue
Block a user