Skip to content

Instantly share code, notes, and snippets.

@ajsutton
Created September 10, 2020 07:51
Show Gist options
  • Select an option

  • Save ajsutton/f756c9c6dfb273e3cbc3a9bc90de164e to your computer and use it in GitHub Desktop.

Select an option

Save ajsutton/f756c9c6dfb273e3cbc3a9bc90de164e to your computer and use it in GitHub Desktop.
# data
data-path="/data"
logging="INFO"
network="goerli"
min-gas-price=1000
sync-mode="FAST"
host-whitelist=["*"]
# identity
identity="PegaSys"
# rpc
rpc-http-enabled=true
rpc-http-host="0.0.0.0"
rpc-http-port=8545
rpc-http-api=["DEBUG","NET","WEB3","ETH","ADMIN","CLIQUE","MINER"]
rpc-http-cors-origins=["all"]
# ws
rpc-ws-enabled=true
rpc-ws-api=["NET","ETH","WEB3"]
rpc-ws-host="0.0.0.0"
rpc-ws-port=8546
# graphql
graphql-http-enabled=true
graphql-http-host="0.0.0.0"
graphql-http-port=8547
graphql-http-cors-origins=["all"]
# p2p
p2p-host="3.19.71.173"
p2p-port=30303
# metrics
metrics-enabled=true
metrics-host="0.0.0.0"
metrics-port=9545
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment