64 Commits

Author SHA1 Message Date
wiz
a7d59d6b2e
Merge pull request #5620 from mempool/nymkappa/pool-hashrate 2024-10-30 18:51:36 +09:00
nymkappa
a257bcc12a
[mining] show pools estimated hashrate on 3d and 1w timeframes 2024-10-30 10:46:44 +01:00
wiz
2ea76d9c38
Merge pull request #5394 from mempool/mononaut/use-acceleration-websocket
[accelerator] get acceleration updates over websocket
2024-10-30 18:17:26 +09:00
nymkappa
1c4be164dd
[mining] use getNetworkHashPs(1008) 2024-10-14 17:03:52 +09:00
Mononaut
be49f70b09
[accelerator] get acceleration updates over websocket 2024-09-23 17:17:28 +00:00
Mononaut
b47e148677
respect json Accept header in API error responses 2024-08-22 19:51:28 +00:00
softsimon
e3d1d9c1c0
fix invalid json response from requestAcceleration 2024-08-05 01:11:18 +02:00
Mononaut
8d3b4733f5
[accelerator] remove dumb 405 log request response 2024-07-26 09:49:42 +00:00
Mononaut
b49a6c4cac
[accelerator] on-demand polling support 2024-07-24 17:32:43 +00:00
natsoni
0654872627
Fix graph legend update while load bug and remove unnecessary query 2024-05-27 16:49:29 +02:00
natsoni
c2a3ff4b67
Improve granularity when zoom in block fees bar graph 2024-05-14 20:31:25 +02:00
natsoni
42d591bf4c
Block subsidy graph: add lower timeframes 2024-05-12 21:52:53 +02:00
natsoni
0ef76f3e64
Block subsidy graph back to timespan selection mode 2024-05-11 14:36:17 +02:00
natsoni
453a2224cd
Add block fees vs subsidy bar chart 2024-05-03 12:56:33 +02:00
wiz
d03e7b2d46
Merge branch 'master' into mononaut/accelerator-audit-pools 2024-03-16 17:19:56 +09:00
Mononaut
a44219a3c3
Add out of band fees to pools page 2024-03-15 07:44:57 +00:00
natsoni
b043d698ca
Allow historical price api to return data of a single currency 2024-03-07 18:33:19 +01:00
Mononaut
bd0de745e2
Add local acceleration info APIs 2024-03-04 16:29:29 +00:00
Mononaut
0bf0d79ee4
Fix error handling in acceleration data polling 2024-02-02 15:31:10 +00:00
Mononaut
66d88abdc5
Refactor difficulty reindexing to process blocks in height order 2023-11-26 08:17:30 +00:00
softsimon
8b260ce21c
Merge pull request #4108 from mempool/simon/disable-historical-testnets
Handle historical price API calls when using any testnet
2023-08-09 10:51:58 +04:00
nymkappa
e4c17e5011
[mining] add /api/v1/mining/pools API to list mining pools 2023-08-07 12:16:01 +09:00
softsimon
2ceafcacc6
Disable historical prices on testnets 2023-08-05 20:29:00 +09:00
nymkappa
0111d8806b
Merge branch 'mononaut/acceleration-viz' into nymkappa/accelerator-soft-launch 2023-08-03 15:43:28 +09:00
nymkappa
d236d89717
[mining] send pool unique id in /pools API 2023-08-03 15:08:14 +09:00
Mononaut
ab784cede2
fix partially indexed difficulty bug 2023-08-01 18:41:48 +09:00
Mononaut
0924bb6ac0
Use bits to detect difficulty adjustments, not difficulty 2023-08-01 13:28:56 +09:00
Mononaut
910e67ff36
Get blocks from electrs again 2023-08-01 13:28:56 +09:00
Joost Jager
9e5d10b15f Add average fee delta to pool ranking
Co-authored-by: mononaut <83316221+mononaut@users.noreply.github.com>
2023-07-04 11:25:39 +00:00
softsimon
0b2ffb3e91
Merge branch 'master' into nymkappa/reindexing-pools-update 2023-06-12 15:53:46 +02:00
nymkappa
0b74cf1d89
fix possible backend crash x2, remove dead code, improve log 2023-05-31 09:58:29 -07:00
nymkappa
0b4615cbf0
[indexer] reindex diff adjustments and hashrates upon mining pool update 2023-05-30 10:05:10 -07:00
nymkappa
720c2b8807
Block prediction -> Block health - Fix wrong chart download name 2023-05-14 16:32:11 -05:00
nymkappa
321161ede9
Cleanup some log 2023-04-01 12:00:54 +09:00
nymkappa
0ebe0a5dc9
Add new stats in mining pool page 2023-03-16 16:13:11 +09:00
wiz
ae1e2dcb50
Merge branch 'master' into simon/add-4y 2023-03-07 19:00:27 +09:00
Mononaut
182cb16695
Fix unnecessary cpfp 404 responses 2023-03-06 00:02:21 -06:00
nymkappa
001be82f5a
Move some notice into info 2023-03-05 08:23:05 +09:00
nymkappa
32a260473a
Update some mining indexing logs 2023-03-05 08:23:04 +09:00
softsimon
4e39c27c75
Adding 4 year button to mempool graph
fixes #3218
2023-03-04 18:48:16 +09:00
wiz
1192d4fbd4
Merge branch 'master' into nymkappa/bugfix/cleanup-mining-states 2023-03-04 16:46:44 +09:00
nymkappa
622929831e
Merge branch 'master' into nymkappa/bugfix/cleanup-mining-states 2023-03-04 10:54:02 +09:00
nymkappa
7ea2d3b808
Use core to fetch block because esplora/electrs still return integer difficulty 2023-03-03 13:59:17 +09:00
nymkappa
8aebcf3e57
Remove mining db stats - replaced by runtime state variable 2023-03-01 16:42:26 +09:00
nymkappa
5792dee553
Use bitcoinApiFactory when we don't need verbose blocks or confirmation number 2023-02-27 11:46:37 +09:00
nymkappa
73f76474dd
Implemented coinstatsindex indexing 2023-02-25 14:22:12 +09:00
nymkappa
5749820999
Optimize price API response size reduce the number of query to that API 2023-02-23 13:13:20 +09:00
nymkappa
62e1fa03c1
Cache price API for 5 minutes 2023-02-23 10:04:31 +09:00
nymkappa
3c94755a69
Use historical price for older blocks and transactions 2023-02-21 12:37:27 +09:00
nymkappa
0dc2a598c3
Show avg block heath in pool ranking pie chart 2023-02-20 18:14:12 +09:00