deployment-azure/TestTestNet/mining-node/node.toml

25 lines
631 B
TOML

[parity]
chain = "spec.json"
base_path = "parity"
# db_path = "parity/chains"
# keys_path = "parity/keys"
[network]
bootnodes=["enode://974c44a3a94e08059ebcf1ba27bb6ef033ad8e97547bce560312b885edf191a8fb1a8fba468ab357266fccbb5eb82e273cb659210abdc3701c2d7683a6d20095@40.87.63.239:30300"]
port = 30300
discovery=true
[rpc]
cors = "all"
interface = "all"
hosts = ["all"]
port = 8540
apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts"]
# [ui]
# interface = "0.0.0.0"
# port = 8180
# [dapps]
# cors = "all"
# interface = "0.0.0.0"
# hosts = ["all"]
# port = 8080
# path = "parity/dapps"