1 unstable release
0.1.0 | May 1, 2021 |
---|
#37 in #ini
31KB
592 lines
BTCTipServer
Another Bitcoin payment service, based on bdk and electrum.
Get it start
Build and run service (default port is 8080):
RUST_LOG=info cargo run -- --descriptor "wpkh(tpubEBr4i6yk5nf5DAaJpsi9N2pPYBeJ7fZ5Z9rmN4977iYLCGco1VyjB9tvvuvYtfZzjD5A8igzgw3HeWeeKFmanHYqksqZXYXGsw5zjnj7KM9/*)"
Open the local web page on your browser using url localhost:8080/bitcoin.
Setup
If you will be configuring your server via command line args or environment variables then no
changes to the project are needed. If you would like to configure your wallet parameters in a
config.ini
file then see config_example.ini
as example.
Deploy on heroku
Configured via environment vars
- Fork this project
- Press the below button
- When prompted enter required configuration values for your node
OR
Configured via .ini file
- Fork the project
- Copy
config_example.ini
toconfig.ini
- Copy
app_ini_example.json
toapp.json
- Edit
config.ini
and set configuration values for your node - Press the below button
Dependencies
~23–34MB
~424K SLoC