|
|
@@ -22,19 +22,19 @@ database = "darkfid2/blockchain"
|
|
|
rpc_listen = "tcp://127.0.0.1:8540"
|
|
|
|
|
|
# Participate in the consensus protocol
|
|
|
-consensus = true
|
|
|
+consensus = false
|
|
|
|
|
|
# P2P accept address for the consensus protocol
|
|
|
-consensus_p2p_accept = "tls://127.0.0.1:8541"
|
|
|
+#consensus_p2p_accept = "tls://127.0.0.1:8541"
|
|
|
|
|
|
# P2P external address for the consensus protocol
|
|
|
-consensus_p2p_external = "tls://127.0.0.1:8541"
|
|
|
+#consensus_p2p_external = "tls://127.0.0.1:8541"
|
|
|
|
|
|
# Connection slots for the consensus protocol
|
|
|
#consensus_slots = 8
|
|
|
|
|
|
# Connection slots for the consensus protocol
|
|
|
-consensus_p2p_seed = ["tls://127.0.0.1:8341"]
|
|
|
+#consensus_p2p_seed = ["tls://127.0.0.1:8341"]
|
|
|
|
|
|
# Peers to connect to for the consensus protocol
|
|
|
#consensus_p2p_peer = []
|