|
|
@@ -19,7 +19,7 @@ wallet_pass = "changeme"
|
|
|
database = "darkfid1/blockchain"
|
|
|
|
|
|
# JSON-RPC listen url
|
|
|
-rpc_listen = "tcp://127.0.0.1:8440"
|
|
|
+rpc_listen = "tls://127.0.0.1:8440"
|
|
|
|
|
|
# Participate in the consensus protocol
|
|
|
consensus = true
|
|
|
@@ -34,10 +34,10 @@ consensus_p2p_external = ["tls://127.0.0.1:8441"]
|
|
|
#consensus_slots = 8
|
|
|
|
|
|
# Connection slots for the consensus protocol
|
|
|
-consensus_p2p_seed = ["tcp://127.0.0.1:33033"]
|
|
|
+consensus_p2p_seed = ["tls://127.0.0.1:33033"]
|
|
|
|
|
|
# Seed nodes JSON-RPC listen URL for clock synchronization
|
|
|
-consensus_seed_rpc = ["tcp://127.0.0.1:8340"]
|
|
|
+consensus_seed_rpc = ["tls://127.0.0.1:8340"]
|
|
|
|
|
|
# Peers to connect to for the consensus protocol
|
|
|
#consensus_p2p_peer = []
|
|
|
@@ -58,7 +58,7 @@ sync_p2p_external = ["tls://127.0.0.1:8442"]
|
|
|
#sync_slots = 8
|
|
|
|
|
|
# Seed nodes to connect to for the syncing protocol
|
|
|
-sync_p2p_seed = ["tcp://127.0.0.1:33032"]
|
|
|
+sync_p2p_seed = ["tls://127.0.0.1:33032"]
|
|
|
|
|
|
# Peers to connect to for the syncing protocol
|
|
|
#sync_p2p_peer = []
|