Some time ago made video tutorial how to run NOIA Network node on VULTR Headless Linux VPS (Virtual Private Server). All instructions and video are below :) During phase 1 each week you can earn 200 NOIA tokens for running Node for at least 72 hours during week period..
Lets make internet decentralized together :)
VULTR Sign up - New users get $50 credit for one month: (referral): https://www.vultr.com/?ref=7789699-4F
NOIA Sign up (referral): https://dashboard.noia.network/r/a949a8d8
PUTTY download: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
//PUTTY terminal commands:
- sudo apt-get install python-dev
- python --version
- sudo apt install curl git
- curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
- sudo apt install nodejs
- node -v
- git clone https://github.com/noia-network/noia-node-cli.git
- cd noia-node-cli
- sudo apt install build-essential
- npm install
- npm run build
- npm start
//stop NOIA NODE
- ctrl+c
//edit node.settings file
- nano ../.noia-node/node.settings
- navigate with arrows and paste in ETH address "airdropAddress=null" change "null" to your ETH address
- ctrl+x
- y
- enter
OPTIONAL: Storage allocation (Bytes): edit line "size=" size by changing numbers
.
//install Screen
Calculatior MegaBytes (MB) to Bytes (B) https://convertlive.com/u/convert/megabytes/to/bytes#100
- sudo apt install screen
- screen -R noia-node
- npm start
//exit from screen
- ctrl+a then d
//enter in screen
- screen -r noia-node
//exit from screen
ctrl+a then d
Close Putty screen
Contact NOIA support team in TELEGRAM https://t.me/NoiaNetwork Channel and check if NOIA Node works correctly
Congratulations @erazor! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Do not miss the last post from @steemitboard:
Vote for @Steemitboard as a witness to get one more award and increased upvotes!