ant-node 0.10.0

Pure quantum-proof network node for the Autonomi decentralized network
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Autonomi Network — Bootstrap Peers
#
# This file provides initial peers for joining the production network.
# It is loaded automatically when no --bootstrap CLI argument is provided.
#
# Format: "ip:port" socket addresses.
# Port range for ant-node: 10000-10999.

peers = [
    "207.148.94.42:10000",
    "45.77.50.10:10000",
    "66.135.23.83:10000",
    "149.248.9.2:10000",
    "49.12.119.240:10000",
    "5.161.25.133:10000",
    "18.228.202.183:10000",
]