nodemasterpro / deploy-node-allora

11 stars 8 forks source link

Initalize node error #1

Closed Peeliye closed 2 months ago

Peeliye commented 4 months ago

It started out as a Make error, caused by the go version, which I solved by reinstalling go, and then when I got to the initialization this one came up with the error.

image

Please fix it, thanks for you.

nodemasterpro commented 4 months ago

Check that the go version you have is version 1.22.4 or higher by typing this command:

go version

Then uninstall the node with the removal script:

ansible-playbook remove_validator_node_allora.yml

then start the installation again.