Automated build from Github repository gagaha/biblepay-docker
4.3K
A Docker Container for Biblepay
Based on Ubuntu, this container will run biblepayd. Contains also the biblepay-cli and all necessary dependencies and libraries. For configuration, either link the volume to a local path and edit biblepay.conf or pass environment variables.
GitHub Biblepay (biblepay/biblepay)GitHub Biblepay Docker (unofficial) (gagaha/biblepay-docker)Docker Hub (gagaha/biblepay)docker run -d --name biblepay \
-v $(pwd)/biblepay-data:/root/.biblepay gagaha/biblepay
(creates the directory 'biblepay-data' if non existing)
docker run -d --name biblepay \
-v $(pwd)/biblepay-data:/root/.biblepay \
-e "REINDEX=1" -e "GEN=1" -e "GENPROCLIMIT=2" gagaha/biblepay
(adds or replaces the values in biblepay.conf)
REINDEX: reindex blocks (1/0 for true/false)
GEN: generate - start mining (1/0 for true/false)
POOLPORT: port number of the pool
POOL: url of the pool
WORKERID: worker id/name on the pool
GENPROCLIMIT: number of concurrent mining processes
ADDNODE: node address (set by default: 'node.biblepay.org', 'biblepay.inspect.network')
docker exec biblepay biblepay-cli getmininginfo
Content type
Image
Digest
Size
192.7 MB
Last updated
over 5 years ago
docker pull gagaha/biblepay