Answers for "connect"

0

connect

# Generate desired config file. You must specify testnet here.
geth --goerli --syncmode "full" ... dumpconfig > goerli.toml

# Start geth with given config file. Here too the testnet must be specified.
geth --goerli --config goerli.toml
Posted by: Guest on March-03-2022

Browse Popular Code Answers by Language