Difference between revisions of "8551"

From wikieduonline
Jump to navigation Jump to search
 
(29 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
Ethereum [[execution]] [[API]]
  
[[geth --help]]
+
<code>[[geth]]</code> authenticated engine APIs
  
 +
* <code>[[missing token]]</code>
  
  [[lighthouse bn]]
+
* <code>[[geth --help]]</code>
 +
 
 +
* [[geth console]]
 +
 
 +
* [[--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>
 +
 
 +
 
 +
[[--authrpc.port]] value                Listening port for authenticated [[APIs]] (default: 8551)
 +
 
 +
 
 +
[[geth --http]]
 +
 
 +
curl  http://localhost:8551
 +
[[missing token]]
 +
 
 +
[[~/Library/Ethereum/geth/jwtsecret]]
 +
 
 +
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 ==
 +
* <code>[[8547]]</code>
 +
* <code>[[8545]]</code>
 +
* <code>[[30303]]</code>
 +
* <code>[[ws://]]</code>
 +
* [[Ethereum ports]]
 +
* <code>[[lighthouse bn]]</code>
 +
* [[JWT]]
 +
 
 +
== See also ==
 +
* {{Eth2 ports}}
 +
* {{geth console}}
 +
* {{execution clients}}
 +
 
 +
[[Category:geth]]

Latest revision as of 07:33, 11 June 2024

Advertising: