欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

parity

程序员文章站 2022-07-15 09:42:26
...
  • 参考

    原文出处 参考

  • ip

    192.168.0.182

  • 配置

    /root/.local/share/io.parity.ethereum

  • 配置详情

[[email protected] io.parity.ethereum]# vim config.toml 

[parity]
db_path = "/home/eth/eth-data"

[rpc]
disable = false
port = 8545
interface = "all"
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore", "personal"]

[ui]
interface = "all"
port = 8180

[websockets]
disable = false
port = 8546
interface = "all"
apis = ["web3", "eth", "pubsub", "net", "parity", "parity_pubsub", "traces", "rpc", "shh", "shh_pubsub"]

转载于:https://my.oschina.net/corleone/blog/2050482