coincashew / coincashew

Your source for EthPillar, Ethereum Staking, Cardano Stake Pool Guides
https://www.coincashew.com
78 stars 140 forks source link

Failed to query protocol-parameters from node, not yet fully started? #70

Closed mlopez66 closed 3 years ago

mlopez66 commented 3 years ago

After running the

./gLiveView.sh

I have got the following error

Failed to query protocol-parameters from node, not yet fully started?

ERROR: CNTools failed to load common env file
Please verify set values in 'User Variables' section in env file or log an issue on GitHub

In the documentation it's written that "A node must reach epoch 208 (Shelley launch) before gLiveView.sh can start tracking the node syncing. You can track the node syncing using journalctl before epoch 208."

Is this error message related to that? If it's the case, how can we check the epoch? Can we add that to the documentation

100 Thx

coincashew commented 3 years ago

Check the logs and compare block numbers against a block explorer? Or just wait until the node fully syncs.

bugb commented 3 years ago

+1 for any examples for newbie, it would be super helpful

bugb commented 3 years ago

For me when I check the log using journalctl --unit=cardano-node --follow:

image

We can see the slot is 767185

And the go to the website: https://explorer.cardano.org/

We can try to find the slot

image

We can see the block is in 2018:

image

So we need to wait to the sync completely!