Crates.io | btctipserver |
lib.rs | btctipserver |
version | 0.1.0 |
source | src |
created_at | 2021-05-01 16:45:07.371824 |
updated_at | 2021-05-01 16:45:07.371824 |
description | Bitcoin payment service, based on bdk and electrum. |
homepage | |
repository | https://github.com/lvaccaro/btctipserver |
max_upload_size | |
id | 391950 |
size | 63,446 |
Another Bitcoin payment service, based on bdk and electrum.
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.
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.
OR
config_example.ini
to config.ini
app_ini_example.json
to app.json
config.ini
and set configuration values for your node