- Conduct the command as follows and upgrade the node.
wget -O erbie_install.sh https://docker.erbie.com/erbie_install.sh && sudo bash erbie_install.sh
or
wget -O erbie_install.sh https://github.com/hcytmz/Node-Installation-Guides/blob/main/Erbie/erbie_install.sh && sudo bash erbie_install.sh
curl -X POST -H "Content-Type:application/json" --data '{"jsonrpc":"2.0","method":"eth_version","id":64}' http://127.0.0.1:8545
- Conduct the command as follows, check whether the Erbie container is normally running or not and if it Shows “UP,” which means yes.
sudo docker ps -a
- If you want to monitor node operation in real time, you can use the monitoring script.
wget -O monitor.sh https://raw.githubusercontent.com/hcytmz/Node-Installation-Guides/main/Erbie/monitor.sh && sudo bash monitor.sh
- If you waited for a while and couldn't find a peer, execute the following command.
docker restart erbie