CESSProject / cess-miner

A mining program based on cess storage system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consensus node configuration issues

Nedvl opened this issue · comments

Hello team,

I am trying to configure a consensus node. following this tutorial (https://docs.cess.cloud/core/consensus-miner/running). Everything goes smoothly up until I try to generate the session key.
When typing the command "cess tools rotate-keys" I get "null" as an output. I have tried many times and checked everything more than once. Asked questions in the discord channel and presented info there but no one was able to help so far.
The next screenshots are after I did "cess down"; "cess purge"; "cess config set"; "cess start" and "cess tools rotate-keys".

Screenshot 2024-01-16 191504

Screenshot 2024-01-16 233422

Screenshot 2024-01-16 233648

Can someone help?

We are very sorry for replying to you so late!
This issue is actually related to the cess-nodeadm program. And it's probably the version of the program that matters.
Can you provide the output of the cess version command?
Make sure your output is consistent with the following:

Node mode: authority
Profile: testnet
nodeadm version: v0.5.2
Docker images:
  config-gen: config-gen 1.4.8 53976b848715
  chain: cess-node 0.7.5-unknown 6cc28c2aa3a2
  kld-agent: kaleido-rotator 0.3.1-testnet 092b9de72bce
  kld-sgx: kaleido 0.3.1-testnet d8d1864d56d7

If inconsistent, please download v1.5.2 version to reinstall and configure again.

Thank you so much for your feedback!
Please continue to leave a message if you have any questions.

Thank you for the answer.
This is the output of cess version:
image

Indeed there is a difference in the nodeadm version although I have installed the latest version as mentioned in the manual. I will download v0.5.2 and try again. Do I need to reinstall the OS or just install the version on top of the existing one?