Zenith GUI Full Node Wallet Installation
Video Tutorial
Install Haskell
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Install Zebra
sudo apt install libclang-dev
cargo install --git https://github.com/ZcashFoundation/zebra --tag v2.1.0 zebrad
zebrad generate -o ~/.config/zebrad.toml
nano ~/.config/zebrad.toml
listen for RPC queries on localhost
listen_addr = "127.0.0.1:8232"
automatically use multiple CPU threads
parallel_cpu_threads = 0
enable_cookie_auth = false
Install Zenith
Download tar.gz and untar into your home directory
wget https://code.vergara.tech/Vergara_Tech/zenith/archive/0.7.2.0-beta.tar.gz


