Go to file
Ian Munoz 39813b24e2 update readme with zcash-hackworks. todo: volumes 2019-01-17 19:59:19 +00:00
docs update docs and dockefile, adjust nproc to variable again 2019-01-17 19:55:45 +00:00
dot-zcash Dockerfile clone hackworks patched zcashd 2019-01-14 13:02:40 -07:00
Dockerfile update docs and dockefile, adjust nproc to variable again 2019-01-17 19:55:45 +00:00
LICENSE add LICENSE 2018-06-19 11:10:48 -04:00
README.md update readme with zcash-hackworks. todo: volumes 2019-01-17 19:59:19 +00:00
bitcore-node.json Dockerfile clone hackworks patched zcashd 2019-01-14 13:02:40 -07:00
bitcored.service initial commit 2018-06-18 09:53:39 -04:00
docker-compose.yml add docker-compose.yml file for service orchestration 2018-06-19 11:11:10 -04:00
docker-service.sh add docker-service.sh with example for manually adding a service to an existing lb 2018-06-19 11:11:40 -04:00
zcash.conf initial commit 2018-06-18 09:53:39 -04:00

README.md

This repo contains a Dockerfile to run and set up an insight explorer for the Zcash blockchain.

To build the image run:

docker build -t zcash-hackworks/zcash-insight-explorer .

  • Note that this build will pull in all the parameters so it is a bit heavy at 2.48GB. It will require some bandwidth and beware of your /var/lib directory if you have a default docker install.

To run locally without to test operation run:

docker run -d \
-p 80:3001 \
zcash-hackworks/zcash-insight-explorer

The docker-service.sh file shows you might might manually run it as a service behind a traefik reverse proxy as seen for example in the docker-compose.yml.

ToDo: tags for versions ToDo: split params and blockchain into docker volumes

Set up ad-hoc Google Cloud instance.