-
参考
-
ip
192.168.0.182
-
配置
/root/.local/share/io.parity.ethereum
-
配置详情
[root@node0 io.parity.ethereum]# vim config.toml [parity]db_path = "/home/eth/eth-data"[rpc]disable = falseport = 8545interface = "all"apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore", "personal"][ui]interface = "all"port = 8180[websockets]disable = falseport = 8546interface = "all"apis = ["web3", "eth", "pubsub", "net", "parity", "parity_pubsub", "traces", "rpc", "shh", "shh_pubsub"]