Difference between revisions of "8551"

From wikieduonline
Jump to navigation Jump to search
Line 29: Line 29:
  
  
[[Erigon]]
+
[[Prysm.sh]]
 
  [2024-08-08 12:20:42] ERROR execution: Could not connect to execution client endpoint error=Post "http://localhost:8551": dial tcp [::1]:8551: connect: connection refused: Post "http://localhost:8551": dial tcp [::1]:8551: connect: connection refused
 
  [2024-08-08 12:20:42] ERROR execution: Could not connect to execution client endpoint error=Post "http://localhost:8551": dial tcp [::1]:8551: connect: connection refused: Post "http://localhost:8551": dial tcp [::1]:8551: connect: connection refused
  

Revision as of 10:21, 8 August 2024

Ethereum execution API

geth authenticated engine APIs


--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
INFO [07-25|16:37:07.605] HTTP server started endpoint=127.0.0.1:8551 auth=true prefix= cors=localhost vhosts=localhost


Prysm.sh

[2024-08-08 12:20:42] ERROR execution: Could not connect to execution client endpoint error=Post "http://localhost:8551": dial tcp [::1]:8551: connect: connection refused: Post "http://localhost:8551": dial tcp [::1]:8551: connect: connection refused

Related

See also

Advertising: