An open API service indexing awesome lists of open source software.

https://github.com/bumi/pfennig-solo

a bitcoin payment to webhooks app
https://github.com/bumi/pfennig-solo

Last synced: about 2 months ago
JSON representation

a bitcoin payment to webhooks app

Awesome Lists containing this project

README

          

# Pfennig

Run using fig
------------

* have a look at the fig.yml and configure your watching_key
* run `fig build` to build the services
* run `fig up` to start
* the app will run on your docker host on port 4567

use `boot2docker ip` on OSX to get the docker host

Configuration
-------------

Available configuration options:

* `DATABASE_URL`: the database configuration as URL. must be set!
* `DATABASE_DDL_RUN`: if set to "1" the database schme (*-drop.sql and *-create.sql) get executed. ATTENTION: this deletes your current data.
* `BITCOIN_NETWORK`: main, regtest, testnet (defaults to testnet)
* `USE_BITCOIND`: connect to a bitcoind running on localhost
* `WALLET_PATH`: path to the wallet file
* `ROOT_DIR`: root directory. used to store the blockchain data
* `WATCHING_KEY`: the wallet watching key that should be used to initialize a wallet
* `PORT`: the port the application runs on. defaults to the spark default port 4567

If you're using Eclipse you can configure these variables in your run configuration (Run -> Run Configuration -> Environment)