mirror of
https://github.com/mempool/mempool.git
synced 2025-09-22 19:48:05 +02:00
Add script to print the backend info on all servers
This commit is contained in:
7
scripts/get_backend_hash.sh
Normal file
7
scripts/get_backend_hash.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
for LOCATION in fmt va1 fra tk7
|
||||
do
|
||||
for NODE in 201 202 203 204 205 206
|
||||
do
|
||||
echo $(curl -sk https://node$NODE.$LOCATION.mempool.space/api/v1/backend-info)
|
||||
done
|
||||
done
|
Reference in New Issue
Block a user