Git Product home page Git Product logo

noir's Introduction

NOIR

Shell script to install a Noirnode on a Linux server running Ubuntu 16.04.
This will require a VPS, I use Vultr. I recommend using a $5 server. This script will install Noir Core 2.1.0.9.


Installation:

Log into the server using ssh (Putty for windows or terminal for Mac users) and run the following commands:

wget -q https://raw.githubusercontent.com/cryptosharks131/Noir/master/noir_install.sh
bash noir_install.sh

Desktop wallet setup

After the MN is up and running, you need to configure the desktop wallet accordingly. Here are the steps for Windows/Mac Wallet:

  1. Open the Noir Core Wallet.
  2. Go to RECEIVE and create a New Address: MN1
  3. Send 25000 NOIR to MN1.
  4. Wait for 15 confirmations before starting the node.
  5. Go to Help -> "Debug window - Console"
  6. Type the following command: noirnode outputs
  7. Open noirnode.conf from the following folder %appdata%\noir (windows) or ~/Library/Application Support/ (hidden folder for Mac users)
  8. Add the following entry:
Alias Address Genkey TxHash Output_index
  • Alias: MN1
  • Address: VPS_IP:6214
  • Genkey: Noirnode GenKey
  • TxHash: First value from Step 6
  • Output index: Second value from Step 6 It can be 0 or 1
  1. Click OK and exit the Wallet.
  2. Open Noir Core Wallet, go to Noirnode Tab.
  3. Click Update status to see your node. If it is not shown, close the wallet and start it again.
  4. Click Start All or Start Alias
  5. If you are not able to see your Noirnode, try to close and open your desktop wallet.

Usage:

noir-cli getinfo
noir-cli noirnode status
noir-cli noirsync status

Also, if you want to check/start/stop NOIR , run one of the following commands as root:

systemctl status Noir #To check the service is running.
systemctl start Noir #To start Noir service.
systemctl stop Noir #To stop Noir service.
systemctl is-enabled Noir #To check whetether Noir service is enabled on boot or not.

Updating Noir

The first line (rm noir_update.sh) is not required the very first time you update the node and will return an error if you run it. This is fine, continue with the update script.

rm noir_update.sh*
wget -q https://raw.githubusercontent.com/cryptosharks131/Noir/master/noir_update.sh
bash noir_update.sh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.