NuLink Worker Installation
NuLink worker node can be run from a docker container.
Docker install and update
Install Docker Engine
Pull the latest NuLink image.
docker pull nulink/nulink:latestCreate a directory in your host machine for later usage.
cd /root mkdir nulinkCopy 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/nulinkPlease ensure that this directory has 777 permissions:
chmod -R 777 /root/nulink
Last updated
Was this helpful?