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.
systemctl start satoshilabs-dash.service
Insight will be visible at http://localhost:3003.
Don't run more than one insight.
systemctl stop satoshilabs-dash.service
Logs goes to systemd journal. Manipulate using journalctl
See live logs with:
journalctl -f -u satoshilabs-dash.service