|
|
@@ -1,5 +1,5 @@
|
|
|
## JSON-RPC listen URL
|
|
|
-#rpc_listen="tcp://127.0.0.1:11055"
|
|
|
+#rpc_listen="tcp://127.0.0.1:12055"
|
|
|
|
|
|
## Sets Datastore Path
|
|
|
#datastore="~/.config/darkfi/tau"
|
|
|
@@ -10,19 +10,19 @@
|
|
|
## Raft net settings
|
|
|
[net]
|
|
|
## P2P accept address
|
|
|
-#inbound="tcp://127.0.0.1:11002"
|
|
|
+#inbound="tcp://127.0.0.1:12002"
|
|
|
|
|
|
## Connection slots
|
|
|
#outbound_connections=0
|
|
|
|
|
|
## P2P external address
|
|
|
-#external_addr="tls://127.0.0.1:11002"
|
|
|
+#external_addr="tls://127.0.0.1:12002"
|
|
|
|
|
|
## Peers to connect to
|
|
|
-#peers=["tls://127.0.0.1:11003"]
|
|
|
+#peers=["tls://127.0.0.1:12003"]
|
|
|
|
|
|
## Seed nodes to connect to
|
|
|
-#seeds=["tls://127.0.0.1:11001"]
|
|
|
+#seeds=["tls://127.0.0.1:12001"]
|
|
|
|
|
|
## these are the default configuration for the p2p network
|
|
|
#manual_attempt_limit=0
|