Skip to main content

Become a Lite Node


  1. Configure IP

    for configuring node with yours server IP information go to inery-node/inery.setup/tools/ open config.json

     cd tools
     nano config.json

    find "LITE_NODE" and replace placeholder

    • IP = IP or DNS address of server
        "LITE_NODE" : {
    "PEER_ADDRESS" : "IP:9010",
    "HTTP_ADDRESS": "0.0.0.0:8888",
    "HOST_ADDRESS": "0.0.0.0:9010"
    },

    Save it (ctrl+S), Type "Y" and exit (ctrl+X)

  1. Start blockchain protocol

    go to previous directory "inery-setup" and run ine.py script

    ine.py script will start a blockchain protocol, run it with options "--lite"

    ./ine.py --lite