trueblocks-core
trueblocks-core copied to clipboard
Add a reference to the Eth 2.0 client to chifra status --terse
curl -X GET http://testing.mainnet.beacon-api.nimbus.team/eth/v1/node/version
THEY TELL US NOT TO OPEN THIS UP TO EXTERNAL ACCESS
Running the Nimbus node with a rest API:
./run-mainnet-beacon-node.sh --rest
Then access the API from http://localhost:5052/. For example, to get the version of the Nimbus software your node is running:
curl -X GET http://localhost:5052/eth/v1/node/version