Skip to content

Instantly share code, notes, and snippets.

@tyler-smith
Created November 6, 2018 02:49
Show Gist options
  • Save tyler-smith/a31b49a8d4c0993c929199f00917c9fe to your computer and use it in GitHub Desktop.
Save tyler-smith/a31b49a8d4c0993c929199f00917c9fe to your computer and use it in GitHub Desktop.
ZCash Insight
apt install -y libzmq3-dev build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python python-zmq zlib1g-dev wget curl bsdmainutils automake
git clone https://github.com/zcash/zcash.git
cd zcash
git checkout v2.0.1
./zcutil/fetch-params.sh
./zcutil/build.sh -j$(nproc)
curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
nvm install v4
npm install https://github.com/zcash-hackworks/bitcore-node-zcash.git
/root/node_modules/.bin/bitcore-node create bitcore-node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment