Difference between revisions of "Start an ethereum node"
Jump to navigation
Jump to search
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[lighthouse bn]] --checkpoint-sync-url=https://mainnet-checkpoint-sync.attestant.io --purge-db --execution-endpoint http://127.0.0.1:8551 --execution-jwt ~/Library/Ethereum/geth/jwtsecret | [[lighthouse bn]] --checkpoint-sync-url=https://mainnet-checkpoint-sync.attestant.io --purge-db --execution-endpoint http://127.0.0.1:8551 --execution-jwt ~/Library/Ethereum/geth/jwtsecret | ||
− | [[geth --authrpc.addr]] localhost --authrpc.port 8551 --authrpc.vhosts localhost --http.api eth,net --http | + | [[geth --authrpc.addr]] localhost [[--authrpc.port]] [[8551]] [[--authrpc.vhosts]] localhost [[--http.api]] [[eth]],[[net]] --http |
+ | == Logs == | ||
+ | * <code>[[INFO Starting checkpoint sync]]</code> | ||
+ | * [[INFO Syncing beacon headers]] | ||
+ | * [[INFO Syncing: chain download in progress]] | ||
+ | * [[WARN Unclean shutdown detected]] | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[cast]]</code> | ||
+ | * [[geth db]] | ||
+ | * [[geth (no options)]] | ||
== See also == | == See also == | ||
* {{geth}} | * {{geth}} | ||
+ | |||
+ | [[Category:Geth]] |
Latest revision as of 13:04, 27 October 2024
lighthouse bn --checkpoint-sync-url=https://mainnet-checkpoint-sync.attestant.io --purge-db --execution-endpoint http://127.0.0.1:8551 --execution-jwt ~/Library/Ethereum/geth/jwtsecret
geth --authrpc.addr localhost --authrpc.port 8551 --authrpc.vhosts localhost --http.api eth,net --http
Logs[edit]
INFO Starting checkpoint sync
- INFO Syncing beacon headers
- INFO Syncing: chain download in progress
- WARN Unclean shutdown detected
Related[edit]
See also[edit]
geth [ account | console | snapshot | --authrpc.addr | version | --sepolia | --goerli | --pprof | --http | --syncmode | --mine ] --rpc.evmtimeout | --ethstats | --help
, Geth logs, geth logs WARN,Log.Error
, ports:8551, 30303, 8547, ~/.ethereum/geth/,
,--verbosity, --config
,geth init
devp2p, p2psim, devp2p
, geth dumpconfig
Advertising: