Installing DijetsNodeGo

Let’s install a Dijets Node Binary, which is an implementation of Dijets node in Go Language. After installation we will connect to Dijets Public Network.

  1. Download & Install

    Download the Dijets Node Binary repository:

    Terminal
    go get -v -d github.com/Dijets-Inc/dijetsnodego/...
  2. Change to the dijetsnodego directory:

    Feel free to clone the DijetsNodeGo repository to locations other than your GOPATH.

    Terminal
     cd $GOPATH/src/github.com/Dijets-Inc/dijetsnodego
  3. Build the DijetsNodeGo Binary

    Skip the build if you are using a pre-built binary from Dijets Repo.

    terminal
    ./scripts/build.sh
  4. Run the built dijetsnodego.sh binary

    Execute the DijetsNodeGo Binary script now in your folder dijetsnodego/build

    Terminal
    ./build/dijetsnodego
  5. Connecting & Bootstrapping your Node

    When a Dijets node starts, it has to bootstrap (catch up with the rest of the network). Check if the node has finished bootstrapping.

    Curl
    curl -X POST --data '{
            "jsonrpc":"2.0",
            "id":1,
            "method":"info.isBootstrapped",
            "params": {
                "chain":"ValueChain"
            }
        }' -H 'content-type:application/json;' 127.0.0.1:9650/ext/info

Finished setting up the Node? Create a Keystore User that operates the Node. Follow the tutorial for creating a User.Create a Keystore User

What to read next

Explore some of the unique technical and economic concepts behind the Dijets Network & its Ternary Chain Ledgers.

  • Platform

    Infinitely scalable, utility-driven, extremely lightweight decentralised platform for the new web.

  • Ternary Chains

    Dijets is an ecosystem of heterogeneous blockchains namely Value Chain, Utility Chain & Method Chain.

  • Consensus

    Delivers a highly scalable & efficient blockchain network which can adapt to changing network conditions.

  • Network & Nodes

    There are two types of Validators for Dijets Network. A public Validator and a hardware node instance; Cacid.

  • Governance

    Read all about Dijets Governance and learn how to participate in Dijets Improvement Proposals.

  • Products & Services

    Dive into the extensive benefits and the wide ranging utilities of Dijets Products & services.