Skip to content

Instantly share code, notes, and snippets.

@miohtama
Created November 4, 2021 18:37
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save miohtama/d7a4da5151f43a5b5c7cb9691a1ee08d to your computer and use it in GitHub Desktop.
Binance Smart Chain notes
./geth_linux \
--config ./config.toml \
--datadir ./data/bsc \
--cache 8000 \
--rpc.allow-unprotected-txs \
--txlookuplimit 0 \
--http.port 9545 \
--http.addr 127.0.0.1 \
--http.vhosts=* \
--http.api=eth,net,web3,debug \
--graphql \
--graphql.vhosts=* \
--verbosity 3
caddy reverse-proxy --from http://example.com --to 127.0.0.1:9545
debug.setHead("0xbbd79d")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment