Skip to content

shadowproject/docker-shadowcashd-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-shadowcashd-builder

Based on https://github.com/zerodivide1/docker-bitcoind-builder Docker container to automatically build and output the shadowcashd binary. Currently this container builds the binary using Ubuntu.

Requirements

  • Docker installed and running
  • 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 shadowcashd binary when complete:
    $ mkdir ~/output
    
  2. Run the builder, specifying the output directory as an argument to Docker:
    $ docker run -v ~/output:/shadowcash-out docker-shadowcashd-builder
    
  3. ...
  4. Profit! (if build succeeded, you'll see the shadowcashd 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 docker-shadowcashd-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 shadowcashd binary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages