Snowfork/snowbridge

In directory "test", after all pre-requests has been prepared, one error occured.

Closed this issue · 3 comments

I ran the command "sudo scripts/start-services.sh" as following, but this error occured, should I recreate a new file, and does it has some side-effects to this project? Thanks for your answering!!!
image

And I had used command "chmod" to authorize this file, it doesn't work.

Does it has something to do with the polkadot version or geth version?
image

This error has been solved through removing the geth and reinstalling one, keep in mind that the commands to install geth are:

sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum

and the go version should be checked the latest.