Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Docker scripts for running dash bitcore+insight

Notifications You must be signed in to change notification settings

karelbilek/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.

Clean up

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.

Running

./run.sh

Insight will be visible at http://localhost.

Don't run more than one insight.

Stopping

docker stop dash && docker rm dash

About

Docker scripts for running dash bitcore+insight

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages