fixed README

This commit is contained in:
viraladmin 2026-05-26 14:23:19 -06:00
parent 8f9c9cb266
commit c74784ef32
1 changed files with 2 additions and 2 deletions

View File

@ -126,8 +126,8 @@ IP = "YOUR.PUBLIC.IP.ADDRESS"
LISTEN_IP = "0.0.0.0"
RPC_PORT = "50050"
TESTNET_RPC_PORT = "50055"
INCOMING_CONNECTIONS = "10"
OUTGOING_CONNECTIONS = "1"
INCOMING_CONNECTIONS = "100"
OUTGOING_CONNECTIONS = "10"
VALIDATOR = "false"
THREADS = "8"