- Docker engine
- Docker-compose
- 50 / 60 GB free disk space
Follow instruction on https://teztnets.xyz/jakartanet-faucet and download your faucet file inside this repository.
This script will activate your faucet account and create .env
file ready to run next step.
# Set activate account script executable
chmod +x activate-account.sh
# Run setup
./activate-account.sh faucet.json
Inside newly created .env
file you can find your faucet account information.
Edit .env
file NODE_STORAGE to change storage blockchain storage path (use absolute path).
Run docker-compose :
docker-compose up -d
Node will download and sync tezos testnet (it take 4/5 hours depending your computer). And start baking blocks in some days (4 days).
Pyrometer interface available at http://localhost:20000