mirror of
https://github.com/mempool/mempool.git
synced 2025-09-25 19:38:31 +02:00
Add /api/v1/mining/hashrate/* apis to the cache warmer
This commit is contained in:
@@ -21,6 +21,12 @@ do for url in / \
|
|||||||
'/api/v1/mining/pools/2y' \
|
'/api/v1/mining/pools/2y' \
|
||||||
'/api/v1/mining/pools/3y' \
|
'/api/v1/mining/pools/3y' \
|
||||||
'/api/v1/mining/pools/all' \
|
'/api/v1/mining/pools/all' \
|
||||||
|
'/api/v1/mining/hashrate/3m' \
|
||||||
|
'/api/v1/mining/hashrate/6m' \
|
||||||
|
'/api/v1/mining/hashrate/1y' \
|
||||||
|
'/api/v1/mining/hashrate/2y' \
|
||||||
|
'/api/v1/mining/hashrate/3y' \
|
||||||
|
'/api/v1/mining/hashrate/all' \
|
||||||
|
|
||||||
do
|
do
|
||||||
curl -s "https://${hostname}${url}" >/dev/null
|
curl -s "https://${hostname}${url}" >/dev/null
|
||||||
|
Reference in New Issue
Block a user