/cyberway.launch

MainNet is started!

Primary LanguageShellMIT LicenseMIT

Mainnet

The current CyberWay version: v2.1.1

Running node

Clone this repository and run sudo ./start_light.sh

Running full node

Clone this repository and run sudo ./start_full_node.sh

Upgrade from v2.1.0 to v2.1.1

  1. Download the docker image cyberway/cyberway:v2.1.1:
sudo docker pull cyberway/cyberway:v2.1.1
  1. Download the last version of docker-compose.yml from the GitHub
sudo curl https://raw.githubusercontent.com/cyberway/cyberway.launch/master/docker-compose.yml --output /var/lib/cyberway/docker-compose.yml
  1. Restart the nodeos container:
cd /var/lib/cyberway
sudo docker-compose up -t 120 -d