Getting started as on the Spark testnet
Pre-requirements
How to become a Spark validator
Step 1: Download the `quickstart.sh` script and an `.env` example file:
mkdir fuse-validator
cd fuse-validator
wget -O quickstart.sh https://raw.githubusercontent.com/fuseio/fuse-network/master/scripts/quickstart.sh
chmod 777 quickstart.sh
wget -O .env https://raw.githubusercontent.com/fuseio/fuse-network/master/scripts/examples/.env.validator.exampleStep 2: Update the `.env` file:
set "sudo" on `PERMISSION_PREFIX` if running docker/docker-compose requires root
add the following line:
TESTNET=true
(optional) set 'VAL_NAME' to display a custom name on health.fusespark.io (cannot contain spaces)Step 3: Run the script as a validator:
Step 4: Stake and/or delegate!
Stake
Delegate
Step 5: Wait for 1 cycle (approximately 1hour).
Last updated