This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

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

erazor(25)
Published in
#node
Words
206
Reading
1 min
Listen
Play
7y

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

Setup and run NOIA Network Node on VULTR Headless Linux VPS (Virtua... | Ecency