Skip to content

Instantly share code, notes, and snippets.

@leto
Last active May 21, 2019 22:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leto/abe5f14a9a7fa2185d238e67e87dd876 to your computer and use it in GitHub Desktop.
Save leto/abe5f14a9a7fa2185d238e67e87dd876 to your computer and use it in GitHub Desktop.
Build latest HUSH v3 full node
# install build depedencies
sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python zlib1g-dev wget \
bsdmainutils automake curl unzip
git clone https://github.com/MyHush/hush3.git
cd hush3
# Build
./zcutil/build.sh -j$(nproc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment