The following is a guide on how to run the Ziggurat 3.0 Crawler for Zcash as well as the associated programs Crunchy and P2P-Viz on Ubuntu 22.04 for gathering and visualizing Zcash network information.

The linked video below follows the same process:

https://www.youtube.com/watch?v=Nq5cLiAHxPI

Install Requirements:

Rust https://rustup.rs/

Optional:

jq https://jqlang.github.io/jq/download/ (for displaying json information in the terminal)

curl https://everything.curl.dev/get/linux (for querying the crawler RPC)

npm (with nvm) https://medium.com/@iam_vinojan/how-to-install-node-js-and-npm-using-node-version-manager-nvm-143165b16ce1 (for displaying P2P-Viz in the browser)


Ziggurat 3.0 Repository https://github.com/runziggurat

Crawler Repo https://github.com/runziggurat/zcash.git

Crunchy Repo https://github.com/runziggurat/crunchy.git

P2P-Viz Repo https://github.com/runziggurat/p2p-viz.git

Begin by applying normal updates.

Run the following commands:

sudo apt update
sudo apt upgrade