Skip to main content

Starting a Node


  1. Download Inery Node package

     git clone  https://github.com/inery-blockchain/inery-node
  2. Export bin path

    After download is finished, go to inery.node directory

     cd inery-node/inery.setup

    Inside inery-node there is inery and inery.setup directories inery directory contains all binaries in order for blockchain protocol to work, those binaries path must be exported to OS enviroment

    Inside inery.setup there is ine.py and tools directory

    Give ine.py script permission for execution with "chmod" command:

    chmod +x ine.py

    To export path to local os envirment for inery binaries, inside inery.setup run ine.py script with --export options

    ./ine.py --export

    Script has written path to .bashrc file, now in order to work you paste this line in terminal, it will refresh envirmental path variable for current terminall session

    source ~/.bashrc