46 lines
830 B
TOML
46 lines
830 B
TOML
|
|
||
|
[parity]
|
||
|
chain = "kitabu.json"
|
||
|
base_path = "data"
|
||
|
|
||
|
[network]
|
||
|
port = 30303
|
||
|
#reserved_peers = "{{CONFIG_DIR}}/bootnodes.txt"
|
||
|
# reserved_only = true
|
||
|
max_peers = 10
|
||
|
snapshot_peers = 25
|
||
|
#nat = "extip:100.102.26.121"
|
||
|
nat = "extip:159.223.92.107"
|
||
|
|
||
|
[rpc]
|
||
|
port = 8545
|
||
|
apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts"]
|
||
|
interface = "all"
|
||
|
cors = ["*"]
|
||
|
|
||
|
[websockets]
|
||
|
disable = false
|
||
|
port = 8546
|
||
|
interface = "all"
|
||
|
origins = ["all"]
|
||
|
|
||
|
[account]
|
||
|
password = ["kitabu.pwd"]
|
||
|
|
||
|
[mining]
|
||
|
#CHANGE ENGINE SIGNER TO VALIDATOR ADDRESS
|
||
|
engine_signer = "0x4081020ac03e06391b6045ad14553e75edec9e67"
|
||
|
reseal_on_txs = "none"
|
||
|
force_sealing = true
|
||
|
min_gas_price = 1
|
||
|
gas_floor_target = "1"
|
||
|
|
||
|
[footprint]
|
||
|
tracing = "on"
|
||
|
pruning = "archive"
|
||
|
pruning_history = 256
|
||
|
cache_size_db = 2000
|
||
|
|
||
|
[misc]
|
||
|
log_file = "kitabu.log"
|