Zec.rocks Workshop: Host a Light Wallet Server

Here is a docker compose file which will work with ARM devices like the Raspberry Pi, Apple Silicon chips, and AWS Graviton processors.

A crash course on how to use it:

git clone https://github.com/zecrocks/zcash-stack.git
cd docker

# Optionally download a blockchain snapshot to save days of syncing:
./download-snapshot.sh

# Run Zebra + Lightwalletd:
docker compose -f docker-compose.arm.yml up -d

# To watch the logs: (control+c to quit watching)
docker compose logs -f

I’ll get this build into a CI pipeline at some point, but for now these images may help you meet the September 15th deadline for the first payout!

2 Likes