Difference between revisions of "8545"

From wikieduonline
Jump to navigation Jump to search
Line 11: Line 11:
 
  Error:
 
  Error:
 
  Failed to get resolver from the ENS registry: error sending request for url (http://localhost:8545/)
 
  Failed to get resolver from the ENS registry: error sending request for url (http://localhost:8545/)
 +
 +
[[curl -X POST -H]] "[[Content-Type: application/json]]" --compressed [[--data]]
 +
'{"[[jsonrpc]]":"2.0","method":"[[debug_traceBlockByNumber]]","params":["0x12345",{"enableMemory":false,"disableStack":false,"disableStorage":false,"enableReturnData":true}],"id":1}' http://YOUR-RPC-ENDPOINT:[[8545]]
  
 
== Related ==
 
== Related ==

Revision as of 08:07, 26 July 2024

geth HTTP-RPC server listening port
lighthouse bn --help
       --staking                        Standard option for a staking beacon node. Equivalent to `lighthouse bn --http
                                        --eth1 `. This will enable the http server on localhost:5052 and try connecting
                                        to an eth1 node on localhost:8545


cast send --ledger vitalik.eth 1 ether
Error:
Failed to get resolver from the ENS registry: error sending request for url (http://localhost:8545/)
curl -X POST -H "Content-Type: application/json" --compressed --data 
'{"jsonrpc":"2.0","method":"debug_traceBlockByNumber","params":["0x12345",{"enableMemory":false,"disableStack":false,"disableStorage":false,"enableReturnData":true}],"id":1}' http://YOUR-RPC-ENDPOINT:8545 

Related

See also

Advertising: