Fix README
This commit is contained in:
parent
b5bbf348a6
commit
f92823ac90
19
README.md
19
README.md
|
|
@ -115,26 +115,23 @@ C:\Program Files\Contractless\settings.ini
|
|||
BLOCK_PATH = "./blocks"
|
||||
TORRENT_PATH = "./torrents"
|
||||
DB_PATH = "./state"
|
||||
BALANCE_SHEET = "./balance_sheet"
|
||||
LOG_PATH = "./logs"
|
||||
WALLET_PATH = "./wallets"
|
||||
WALLET_NAME = "contractless.wallet"
|
||||
BALANCE_SHEET = "./balance_sheet"
|
||||
|
||||
[Settings]
|
||||
LOG_PATH = "./logs"
|
||||
LOG_LEVEL = "info"
|
||||
IP = "127.0.0.1"
|
||||
RPC_PORT = "2006"
|
||||
TESTNET_RPC_PORT = "50053"
|
||||
IP = "YOUR.PUBLIC.IP.ADDRESS"
|
||||
LISTEN_IP = "0.0.0.0"
|
||||
RPC_PORT = "50050"
|
||||
TESTNET_RPC_PORT = "50055"
|
||||
INCOMING_CONNECTIONS = "10"
|
||||
OUTGOING_CONNECTIONS = "0"
|
||||
OUTGOING_CONNECTIONS = "1"
|
||||
THREADS = "8"
|
||||
|
||||
[Piggyback]
|
||||
PIGGYBACK_1 = "127.0.0.1:50050"
|
||||
PIGGYBACK_2 = "127.0.0.1:50054"
|
||||
PIGGYBACK_3 = "127.0.0.1:50051"
|
||||
PIGGYBACK_4 = "127.0.0.1:50055"
|
||||
PIGGYBACK_5 = "127.0.0.1:50052"
|
||||
PIGGYBACK_1 = "contractless.dev:50050"
|
||||
|
||||
[Postgres-Testnet]
|
||||
host = 127.0.0.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue