Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add a section explaining how the mining fee average is calculated and
how the queried API endpoints can be modified.
  • Loading branch information
cd2357 committed May 9, 2020
1 parent 1c6a5b2 commit 9f7eca2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pricenode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,12 @@ curl -s https://raw.githubusercontent.com/bisq-network/bisq/master/pricenode/ins

- [README-HEROKU.md](README-HEROKU.md)
- [docker/README.md](docker/README.md)


## Bitcoin mining fee estimates

The pricenode exposes a service API to Bisq clients under `/getFees`.

This API returns a mining fee rate estimate, representing an average of several mining fee rate values retrieved from different `mempool.space` instances.

To configure which `mempool.space` instances are queried to calculate this average, see the relevant section in the file `application.properties`.

0 comments on commit 9f7eca2

Please sign in to comment.