🛠️ alphaville testnet-node setup tutorial
Time: 5 min
Difficulty: medium
Required: light terminal experience
Goal: A Syncing Alphaville testnet-node!
You are hardcore? You are in it for the liong haul? Consider becoming a Validator: Advanced Validator Tutorial
continue at step 1
Linux
Windows
git clone https://gitlab.com/zero.io/subzero-node-setup
There is a file named .env
in the repository the content is quite manageable
This is the name that will show up in the telemetry
NAME=ExampleNode
We can now easily start the node with:
docker-compose up
Once we verified this works we can actually start the node for long term production:
With
docker-compose up -d
the process runs in the background. We can always open the logs with
docker-compose logs -f
to stop the container:
docker-compose down
docker-compose down
docker-compose pull
docker-compose up -d