Node Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
You can either run a node:
Via deploy to a host in the cloud
On any machine with Docker installed
A Mac or Linux shell environment
curl with ssl support
Prerequisites: Follow these instructions to . You need a Digital Ocean . You may export your token as the env var DIGITALOCEAN_ACCESS_TOKEN
or simply provide it when script asks for it.
Each run of this script will generate a Droplet on Digital Ocean running a Dafecs node. You will receive an email to the address used in your Digital Ocean registration with login credentials. The Dafecsnode runs as a docker image.
Step 2: Start the node
You can also start the node as a detached background service:
To view the logs you then use the docker logs command:
Step 1: Download the file to your machine that has Docker installed.