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
- Host: GitHub
- URL: https://github.com/bumi/pfennig-solo
- Owner: bumi
- Created: 2015-01-11T23:23:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T16:17:03.000Z (almost 11 years ago)
- Last Synced: 2025-01-01T18:31:25.654Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.mdown
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)