fee_source 1.0.0

Get bitcoin network fees from mempool instance and convert to formats needed by other services
Documentation
1
2
3
4
5
6
REFRESH_INTERVAL_SECS=60
MEMPOOL_TIP_URL=https://mempool.space/api/blocks/tip/hash
MEMPOOL_FEE_URL=https://mempool.space/api/v1/fees/recommended
BITCOIND_URL=http://user:pass@127.0.0.1:18444
RUST_LOG=fee_source=info
FEE_FOLDER_PATH=./fee