This repo is for running dash bitcore (with insight).
Note that the dashd 0.12.1 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.
Three ways of getting the dashd binary.
- install git lfs before cloning this repo, it will be in dashdauto-magically
OR
- rm dashd && wget https://github.com/runn1ng/dash-bitcore-docker/raw/master/dashd
OR
- build it in docker by cd build && ./run.sh; note that it takes quite a long time to build.
./install.sh for installing.
sudo rm -rf nodedir for cleaning up node modules (blockchain will stay). You will need to install again.
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 dash && docker rm dash