- Install docker.
- Download ZCash params files: Windows, Unix/Linux
- Create
.env.clientfile with the following content
PASSPHRASE=spice describe gravity federal blast come thank unfair canal monkey style afraid
- Create
.env.seedfile with the following content
PASSPHRASE=also shoot benefit prefer juice shell elder veteran woman mimic image kidney
- MacOS specific: run script (required after each reboot)
#!/bin/bash
for ((i=2;i<256;i++))
do
sudo ifconfig lo0 alias 127.0.0.$i up
donePlease note that you have to run it again after each reboot
6. Linux specific:
sudo groupadd docker
sudo usermod -aG docker $USER
- Try
cargo test --features native --all -- --test-threads=16.
PS If you notice that this guide is outdated, please submit a PR.