Sign inSign up

gagaha/biblepay

By gagaha

Updated about 5 years ago

Automated build from Github repository gagaha/biblepay-docker

Image
2

4.3K

gagaha/biblepay repository overview

biblepay-docker

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.

Run container

docker run -d --name biblepay \
-v $(pwd)/biblepay-data:/root/.biblepay gagaha/biblepay

(creates the directory 'biblepay-data' if non existing)

Run with environment variables

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)

Supported environment variables:

  • 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')

biblepay-cli example:

docker exec biblepay biblepay-cli getmininginfo

Tag summary

Content type

Image

Digest

Size

192.7 MB

Last updated

over 5 years ago

docker pull gagaha/biblepay