Skip to content

smartdeveloping/docker-bitcoind-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-bitcoind-builder

Docker container to automatically build and output the bitcoin binaries.

Currently this container builds the binary using Ubuntu Trusty.

If you found this Docker container useful, please consider donating to original author:

17cufN5rCpbjRAns3knJD6qu4wdZybBFaJ

Requirements

  • Linux system with Docker installed and running (preferably Debian-based)
  • 1GB+ memory for builds
  • 4GB free space for builds

Usage

  1. Make a directory that will serve as the output of the build and will contain the bitcoind binary when complete:
    $ mkdir ~/output
    
  2. Run the builder, specifying the output directory as an argument to Docker:
    $ docker run -v ~/output:/bitcoin-out zerodivide1\docker-bitcoind-builder
    
  3. ...
  4. Profit! (if build succeeded, you'll see the bitcoind binary in the ~/output folder)
  5. Optional: To clean up the container:
  6. Find the name of the container that was just run:
    $ docker ps -a | grep zerodivide1\docker-bitcoind-builder
    
  7. Remove the used image:
    $ docker rm xxxx
    
    where xxxx is the name of the container from the previous step (e.g. evil_heisenberg)

License

This Docker container is released under a GNU v2 Public License. See LICENSE.md for more details.

About

Docker container to automatically build and output the bitcoind binary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%