trueblocks-core icon indicating copy to clipboard operation
trueblocks-core copied to clipboard

Add a reference to the Eth 2.0 client to chifra status --terse

Open tjayrush opened this issue 3 years ago • 1 comments

curl -X GET http://testing.mainnet.beacon-api.nimbus.team/eth/v1/node/version

tjayrush avatar Sep 15 '22 22:09 tjayrush

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

tjayrush avatar Sep 15 '22 22:09 tjayrush