Skip to content

Fast baker setup on tezos testnet. Only for testing purposes.

Notifications You must be signed in to change notification settings

vivienbcr/tezos-baking-testnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tezos Testnet Ghostnet baker setup

Don't use this setup in production or on mainnet (unsecure key setup)

Requirements (tested on Ubuntu 20.04LTS)

Get faucet account

Follow instruction on https://teztnets.xyz/jakartanet-faucet and download your faucet file inside this repository.

Setup environment file

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

Configuration

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 Baking stack

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).

Monitoring

Pyrometer interface available at http://localhost:20000

About

Fast baker setup on tezos testnet. Only for testing purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages