NuLink Worker Installation

NuLink worker node can be run from a docker container.

Docker install and update

  1. Pull the latest NuLink image.

    docker pull nulink/nulink:latest
  2. Create a directory in your host machine for later usage.

    cd /root
    
    mkdir nulink
  3. Copy the keystore file of the Worker account to the host directory selected in step 3. The private file generated by NuLink Worker will also be stored in this directory.

    cp /root/geth-linux-amd64-1.10.23-d901d853/keystore/* /root/nulink

    Please ensure that this directory has 777 permissions:

    chmod -R 777 /root/nulink

Last updated