You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running my base node and I want to see pending transactions of base node.
After customizing my code, I use 'docker compose down' and then 'docker compose up --build'. The node is currently not syncing. When I use "curl -d '{"id":0,"jsonrpc":"2.0","method":"eth_blockNumber"}' -H "Content-Type: application/json" http://localhost:8545", the result is the same block number.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am running my base node and I want to see pending transactions of base node.
After customizing my code, I use 'docker compose down' and then 'docker compose up --build'. The node is currently not syncing. When I use "curl -d '{"id":0,"jsonrpc":"2.0","method":"eth_blockNumber"}' -H "Content-Type: application/json" http://localhost:8545", the result is the same block number.
Beta Was this translation helpful? Give feedback.
All reactions