-
Notifications
You must be signed in to change notification settings - Fork 5
Quick reference
Jerome2506 edited this page Oct 1, 2020
·
7 revisions
For the advanced users below a quick reference guide to find the most common node operations commands. If you are unsure what command to run, go to the regular maintenance section for your node type with more details about what to run when.
sudo npm install -g npm
sudo npm install -g yarn
sudo apt-get update
sudo apt-get upgrade
cd /ambrosus-nop/
sudo ./update.sh
source <(sudo curl -s https://nop.ambrosus.io/check.sh)
source <(sudo curl -s https://nop.ambrosus.io/logs.sh)
cd ambrosus-nop
yarn start
payouts (choose from menu)
cd ambrosus-nop
yarn start
retire (choose from menu)
cd ambrosus-nop
yarn start
change URL (choose from menu)
docker logs atlas_worker --tail 10
docker logs atlas_server --tail 10
docker logs parity --tail 10
docker logs mongod --tail 10