Upgrade Guide

For Nodes, Bootnodes and Validators

Prerequisites

The update will pull the latest database from our latest snapshot so please ensure that you have at least 20GB disk space free before starting.

Step 1 - CD to the location of quickstart.sh and update quickstart

cd <location of quickstart.sh>
wget -O quickstart.sh https://raw.githubusercontent.com/OneWorldChain/OWCT/master/scripts/quickstart.sh

Step 2 - Run quickstart and agree to upgrade

sudo ./quickstart.sh
Agree [Y] when prompted to upgrade
Wait for script to complete

Step 3 - Verify Upgrade

Check your node on our status site It should be online and the client should be "OpenEthereum//v3.2.6-stable", ensure your node is connected to peers and syncing/ in sync.

Check your node on our status site It should be online and the client should be "OpenEthereum//v3.2.6-stable", ensure your node is connected to peers and syncing/ in sync.

Last updated