Dafecs
1.0.0
1.0.0
  • Welcome!
  • WHITEPAPER
    • Abstract
    • Intro: Scaling the World
    • Dafecs Architecture
    • Economic Model
    • Governance
    • Further Reading
  • Website
  • Explorer
  • Sandbox
  • TESTNET
    • Node Setup
Powered by GitBook
On this page
  • Super Easy To Run a Node
  • One Liner Deploy Script To The Cloud
  • Requirements
  • ​
  • Digital Ocean
  • Running using Docker Compose

Was this helpful?

  1. TESTNET

Node Setup

PreviousFurther Reading

Last updated 4 years ago

Was this helpful?

Super Easy To Run a Node

You can either run a node:

  • Via deploy to a host in the cloud

  • On any machine with Docker installed

One Liner Deploy Script To The Cloud

Requirements

  • A Mac or Linux shell environment

  • curl with ssl support

​

Digital Ocean

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.

One Liner Install For Digital Ocean

bash -c "$(curl -fsSL https://dafecs.com/one-click-DO.sh)"

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.

Running using Docker Compose

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:

docker logs dafecs-node -f

Step 1: Download the file to your machine that has Docker installed.

signup for a Digital Ocean account
API token
docker-compose.yml