This repo is for running zcash bitcore (with insight).
Note that the zcashd 1.0.0 binary with bitcore patches is pre-built here for convenience.
Just docker.
All the scripts work with the assumptions that your user have enough priviledges to run docker
. If it doesn't, you will need to run with sudo
.
You need to get the binary only once.
Build it in docker by cd build && ./run.sh
; note that it takes quite a long time to build.
./install.sh
for installing str4d version of bitcore libraries.
./install-patched.sh
for installing my version of bitcore libraries, with a few patches for socket.io communication.
The parameters will be downloaded into ./params.
Clean up node modules between installations (see below).
sudo rm -rf bitcore
for cleaning up node modules (blockchain will stay). You will need to install again.
sudo rm -rf params
for deleting zcash params.
sudo rm -rf datadir
for deleting blockchain.
Don't do when running.
./run.sh
Insight will be visible at http://localhost
.
Don't run more than one insight.
docker stop zcash && docker rm zcash