Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make realtime mempool fee displaying optional on click #34

Closed
KanoczTomas opened this issue Nov 30, 2017 · 1 comment
Closed

make realtime mempool fee displaying optional on click #34

KanoczTomas opened this issue Nov 30, 2017 · 1 comment
Assignees

Comments

@KanoczTomas
Copy link
Owner

KanoczTomas commented Nov 30, 2017

create an api rest endpoint to set viewing fees on, it would be active for a configarable amount of time

@KanoczTomas KanoczTomas self-assigned this Nov 30, 2017
KanoczTomas added a commit that referenced this issue Dec 31, 2017
The old approach was fetching every input for a tx and then calculating
the fee from the difference between inputs and outputs. This approach
was putting too much load on the server, an arm based device could not
keep up. Found out RPC has a getmempoolentry command, which shows the
fee directly. So now the RPC calls were reduced to 1 per zeroMQ event.

The only difference is that now fees from RPC now have to be multiplied
by 100 milion, so the bitcoinjs lib in the browser has no problem processing
it.

Resolves: #35
Obsoletes: #34 - there is no longer a need to make fee displaying obtional
@KanoczTomas
Copy link
Owner Author

made obsolete by: 381150d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant