Skip to content

zonk1/dash-bitcore-docker

 
 

Repository files navigation

Scripts for dockerized dash bitcore

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.

Requirements

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.

Getting the binary

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 dashd auto-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 bitcore

./install.sh for installing.

Running

systemctl start satoshilabs-dash.service

Insight will be visible at http://localhost:3003.

Don't run more than one insight.

Stopping

systemctl stop satoshilabs-dash.service

Logs

Logs goes to systemd journal. Manipulate using journalctl

See live logs with:

journalctl -f -u satoshilabs-dash.service

About

Docker scripts for running dash bitcore+insight

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%