BitHub is a service that will automatically pay a percentage of Bitcoin funds for every submission to a GitHub repository.
$ git clone https://github.com/WhisperSystems/BitHub.git
$ cd BitHub
$ mvn3 package
- Create a GitHub account for your BitHub server.
- Create a Coinbase account for your BitHub server.
- Add the above credentials to
config/sample.yml - Execute
$ java -jar target/BitHub-0.1.jar server config/yourconfig.yml
$ heroku create your_app_name$ heroku config:set GITHUB_USER=your_bithub_username$ heroku config:set GITHUB_TOKEN=your_bithub_authtoken$ heroku config:set GITHUB_REPOSITORIES="[\"https://github.com/youraccount/yourrepo\", \"https://github.com/youraccount/yourotherrepo\"]"$ heroku config:set COINBASE_API_KEY=your_api_key$ git remote add your_heroku_remote$ git push heroku master
Have a question? Ask on our mailing list!
