Setup and run NOIA Network Node on VULTR Headless Linux VPS (Virtual Private Server)

in node •  5 years ago  (edited)

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:

  1. sudo apt-get install python-dev
  2. python --version
  3. sudo apt install curl git
  4. curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
  5. sudo apt install nodejs
  6. node -v
  7. git clone https://github.com/noia-network/noia-node-cli.git
  8. cd noia-node-cli
  9. sudo apt install build-essential
  10. npm install
  11. npm run build
  12. npm start

//stop NOIA NODE

  1. ctrl+c

//edit node.settings file

  1. nano ../.noia-node/node.settings
  2. navigate with arrows and paste in ETH address "airdropAddress=null" change "null" to your ETH address
  3. ctrl+x
  4. y
  5. enter

OPTIONAL: Storage allocation (Bytes): edit line "size=" size by changing numbers
Calculatior MegaBytes (MB) to Bytes (B) https://convertlive.com/u/convert/megabytes/to/bytes#100
.
//install Screen

  1. sudo apt install screen
  2. screen -R noia-node
  3. npm start

//exit from screen

  1. ctrl+a then d

//enter in screen

  1. screen -r noia-node

//exit from screen

  1. ctrl+a then d

  2. Close Putty screen

  3. Contact NOIA support team in TELEGRAM https://t.me/NoiaNetwork Channel and check if NOIA Node works correctly

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Congratulations @erazor! You received a personal award!

Happy Birthday! - You are on the Steem blockchain for 2 years!

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:

SteemitBoard supports the SteemFest⁴ Travel Reimbursement Fund.
Vote for @Steemitboard as a witness to get one more award and increased upvotes!