|
@@ -4,28 +4,23 @@
|
|
|
## map properly.
|
|
## map properly.
|
|
|
|
|
|
|
|
[[nodes]]
|
|
[[nodes]]
|
|
|
-name = "Node 1"
|
|
|
|
|
-rpc_url = "tcp://127.0.0.1:8000"
|
|
|
|
|
|
|
+name = "darkirc"
|
|
|
|
|
+rpc_url = "tcp://127.0.0.1:26660"
|
|
|
node_type = "NORMAL"
|
|
node_type = "NORMAL"
|
|
|
|
|
|
|
|
[[nodes]]
|
|
[[nodes]]
|
|
|
-name = "Node 2"
|
|
|
|
|
-rpc_url = "tcp://127.0.0.1:7777"
|
|
|
|
|
-node_type = "NORMAL"
|
|
|
|
|
-
|
|
|
|
|
-[[nodes]]
|
|
|
|
|
-name = "Node 3"
|
|
|
|
|
-rpc_url = "tcp://127.0.0.1:1234"
|
|
|
|
|
|
|
+name = "taud"
|
|
|
|
|
+rpc_url = "tcp://127.0.0.1:23330"
|
|
|
node_type = "NORMAL"
|
|
node_type = "NORMAL"
|
|
|
|
|
|
|
|
# Darkfid node can run both sync and consensus p2p networks,
|
|
# Darkfid node can run both sync and consensus p2p networks,
|
|
|
# so we need to create a record for each network.
|
|
# so we need to create a record for each network.
|
|
|
-#[[nodes]]
|
|
|
|
|
-#name = "darkfid-sync"
|
|
|
|
|
-#rpc_url = "tcp://127.0.0.1:8340"
|
|
|
|
|
-#node_type = "NORMAL"
|
|
|
|
|
|
|
+[[nodes]]
|
|
|
|
|
+name = "darkfid-sync"
|
|
|
|
|
+rpc_url = "tcp://127.0.0.1:8340"
|
|
|
|
|
+node_type = "NORMAL"
|
|
|
|
|
|
|
|
-#[[nodes]]
|
|
|
|
|
-#name = "darkfid-consensus"
|
|
|
|
|
-#rpc_url = "tcp://127.0.0.1:8340"
|
|
|
|
|
-#node_type = "CONSENSUS"
|
|
|
|
|
|
|
+[[nodes]]
|
|
|
|
|
+name = "darkfid-consensus"
|
|
|
|
|
+rpc_url = "tcp://127.0.0.1:8340"
|
|
|
|
|
+node_type = "CONSENSUS"
|