Made p2p connections somewhat more reliable.

This commit is contained in:
Revertron
2021-04-20 23:36:48 +02:00
parent 3bf44c77b8
commit 6ed4fb4830
3 changed files with 33 additions and 12 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ key_file = "default.key"
# Network settings
[net]
# All bootstap nodes
peers = ["test-ip4.alfis.name:4244", "test-ip6.alfis.name:4244", "[300:1251::53]:4244"]
peers = ["test-ip4.alfis.name:4244", "test-ip6.alfis.name:4244"]
# Your node will listen on that address for other nodes to connect
listen = "[::]:4244"
# Set true if you want your IP to participate in peer-exchange, or false otherwise