settings.ini
[Settings]
BLOCK_PATH = "./blocks"
TORRENT_PATH = "./torrents"
DB_PATH = "./state"
WALLET_PATH = "/home/username"
BALANCE_SHEET = "./balance_sheet"
IP = "127.0.0.1"
RPC_PORT = "50051"
INCOMING_CONNECTIONS = "10"
OUTGOING_CONNECTIONS = "10"
PIGGYBACK_1 = "IP_ADDR:PORT"
PIGGYBACK_2 = "IP_ADDR:PORT"
PIGGYBACK_3 = "IP_ADDR:PORT"
PIGGYBACK_4 = "IP_ADDR:PORT"
PIGGYBACK_5 = "IP_ADDR:PORT"
Please note that nodes MUST use a PUBLIC IP and OPEN RPC PORT. Failing to do this will prevent nodes from operating and they will be treated as client software not mining nodes.
Also note nodes must allow more than 1 incoming and more than 1 outgoing connection. Recommended is 10.