Hi,
Here’s a simple way to run a Zcash node on a Raspberry Pi. It’s a GUI app that handles everything for you: Docker setup, SSD formatting, and syncing. Takes 5 minutes if your system is up to date.
Once synced, you’ve got built-in lightwalletd support. Flip a toggle and point Ywallet at your own server.
Everything ran and tested on Ubuntu. Not sure about any other Linux based OS.
Open Terminal:
sudo apt install curl -y && curl -sSL https://raw.githubusercontent.com/mycousiinvinny/zecnode/main/install.sh | bash
After reboot:
curl -sSL https://raw.githubusercontent.com/mycousiinvinny/zecnode/main/install.sh | bash
GitHub: GitHub - mycousiinvinny/zecnode: Run a Zcash node in only 2 commands!
Happy to answer questions or take feedback. ![]()
