Difference between revisions of "Start an ethereum node"

From wikieduonline
Jump to navigation Jump to search
 
(2 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]]
 +
 
  
 
== Related ==
 
== Related ==
 
* <code>[[cast]]</code>
 
* <code>[[cast]]</code>
* [[INFO Starting checkpoint sync]]
 
* [[INFO Syncing beacon headers]]
 
* [[INFO Syncing: chain download in progress]]
 
 
* [[geth db]]
 
* [[geth db]]
  

Latest revision as of 09:57, 10 October 2024

Advertising: