Join the NU7 testnet

Run a node on the NU7 testnet with the published join script. The script downloads a bundle that contains the node binaries, network parameters and bootstrap configuration. You only need curl and bash.

  1. 1. Download the join script

    Grab it once from the release. Re-download to pick up a newer version.

    curl -fsSLO https://github.com/valargroup/kresko/releases/download/v0.1.0/join-nu7-testnet.sh
  2. 2a. Observer mode

    Sync and follow the chain without mining.

    bash join-nu7-testnet.sh \
      --bundle-url https://github.com/valargroup/kresko/releases/download/v0.1.0/nu7-join-bundle.tar.gz
  3. 2b. Mining mode

    Same as above, plus --mine to mine blocks.

    bash join-nu7-testnet.sh \
      --bundle-url https://github.com/valargroup/kresko/releases/download/v0.1.0/nu7-join-bundle.tar.gz --mine