-
Notifications
You must be signed in to change notification settings - Fork 627
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
Mining Dashboard (Phase 1): Backend support for block and pool data #1047
Comments
This was referenced Dec 27, 2021
Closed
Here is a start
|
Should not this be a Example using Bitcoin Core RPC:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Needed new database tables
Create a new table for block data in the database with the following fields:
Block height
Block size
Block weight
Tx count
Fees
Coinbase raw
Fee-span (Array)
Median fee
Difficulty
Pool identification ID (connected to a separate pools with pool id+name)
Create a new
pools
table that automatically stores the individual unique mining poolsBlocks and mining pool APIs
/api/blocks/
API/api/v1/block/:height/pool
The text was updated successfully, but these errors were encountered: