Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 1.33 KB

upgrade.md

File metadata and controls

31 lines (28 loc) · 1.33 KB

🟩 Upgrade the process of node

  1. 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
  1. When the figure is displayed below, the node has upgraded successfully. image

  2. Checkout The version

curl -X POST -H "Content-Type:application/json" --data '{"jsonrpc":"2.0","method":"eth_version","id":64}' http://127.0.0.1:8545
  1. 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
  1. 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

image

  1. If you waited for a while and couldn't find a peer, execute the following command.
docker restart erbie