-
Notifications
You must be signed in to change notification settings - Fork 147
Upgrade to Asch v1.4.1
Peili Liang edited this page Aug 4, 2018
·
1 revision
Version:v1.4.1 Installation package snapshot:
(Mainland China)http://39.107.52.143/asch-linux-1.4.1-mainnet.tar.gz
(Hong Kong)http://47.75.26.122/asch-linux-1.4.1-mainnet.tar.gz
Database snapshot:
(Mainland China)http://39.107.52.143/blockchain-mainnet-snapshot.tar.gz
(Hong Kong)http://47.75.26.122/blockchain-mainnet-snapshot.tar.gz
- Stop the running node:
./aschd stop
- Download aschd:
wget http://39.107.52.143/aschd
- Add execution privilege:
chmod a+x aschd
- Upgrade:
./aschd upgrade
- Rebuild:
./aschd rebuild
, choose the right option based on your server location - Start the node:
./aschd start
- Download the installation package based on you server location
tar zvxf asch-linux-1.4.1-mainnet.tar.gz
cd asch-linux-1.4.1-mainnet
- Rebuild:
./aschd rebuild
, choose the right option based on your server location - Start the node:
./aschd start
- cd asch directory,pull the latest master code:
git pull
- checkout to 1.4.1 tag:
git checkout v1.4.1
- npm install
- Rebuild:
./aschd rebuild
, choose the right option based on your server location - Start the node:
NET_VERSION=mainnet node app.js --daemon