Skip to content

Commit f0a5ba0

Browse files
committed
Initial commit Master - Just a README
1 parent c340e68 commit f0a5ba0

File tree

8 files changed

+28
-141
lines changed

8 files changed

+28
-141
lines changed

Dockerfile

-47
This file was deleted.

README.md

+28-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
1-
# docker-dashd-base
2-
dashd dockerimage - automated build
1+
# docker-coinds
2+
3+
Base image for typical bitcoin-derived coin daemons, provides BDB 4.8 compiled from source
4+
5+
Each coin is placed in its own branch, as is the base image
6+
7+
Examples are available for series 0.8 and 0.9+ coinds
8+
9+
Each Branch supports an automated build
10+
Base = maazaclub/coind-base
11+
MZC = mazaclub/mazacoind-base
12+
NMC = mazaclub/namecoind-base
13+
DASH = mazaclub/dashpay-base
14+
etc
15+
16+
mazaclub/XXXcoind-base Images are
17+
FROM phusion/baseimage
18+
FROM mazaclub/coind-base
19+
20+
Simple example shell script to run coind images is included in each coind branch
21+
22+
Intended to provide a known base for coin daemon us in applications, such as blockexplorers,
23+
electrum/encompass-mercury servers, API services, and more.
24+
25+
Pull requests are welcomed. Please submit PRs to Develop branch.
26+
27+
For further use, see https://github.com/mazaclub/docker-encompass-mercury
28+

build_local.sh

-17
This file was deleted.

etc/service/dashd/run

-49
This file was deleted.

etc/version.env

-1
This file was deleted.

home/coin/.dash/dash.conf

-9
This file was deleted.

root/dash.conf

-9
This file was deleted.

run-dashd-docker.sh

-7
This file was deleted.

0 commit comments

Comments
 (0)