Difference between revisions of "8551"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Ethereum execution engine API]]
+
Ethereum [[execution]] [[API]]
  
 
<code>[[geth]]</code> authenticated engine APIs  
 
<code>[[geth]]</code> authenticated engine APIs  
Line 9: Line 9:
 
* [[geth console]]
 
* [[geth console]]
  
* [[--execution-endpoint]]
+
* [[--execution-endpoint]]: <code>[[lighthouse beacon_node --execution-endpoint]] http://127.0.0.1:8551 --execution-jwt [[~/Library/Ethereum/geth/jwtsecret]] [[--allow-insecure-genesis-sync]]</code>
  
  
Line 19: Line 19:
 
  curl  http://localhost:8551
 
  curl  http://localhost:8551
 
  [[missing token]]
 
  [[missing token]]
 +
 +
[[~/Library/Ethereum/geth/jwtsecret]]
  
 
  curl -H "Authorization: Bearer YOUR_TOKEN_HERE" http://localhost:8551
 
  curl -H "Authorization: Bearer YOUR_TOKEN_HERE" http://localhost:8551
 +
 +
Jul 12 10:16:38.991 [[WARN Execution endpoint is not synced]] last_seen_block_unix_timestamp: 0, endpoint: http://127.0.0.1:8551/, auth=true, service: [[deposit_contract_rpc]]
  
 
== Related ==
 
== Related ==
Line 29: Line 33:
 
* [[Ethereum ports]]
 
* [[Ethereum ports]]
 
* <code>[[lighthouse bn]]</code>
 
* <code>[[lighthouse bn]]</code>
 +
* [[JWT]]
  
 
== See also ==
 
== See also ==
 
* {{Eth2 ports}}
 
* {{Eth2 ports}}
* {{geth}}
+
* {{geth console}}
 
* {{execution clients}}
 
* {{execution clients}}
  
 
[[Category:geth]]
 
[[Category:geth]]

Latest revision as of 07:33, 11 June 2024

Advertising: