mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 11:36:07 +01:00
Add script to print the backend info on all servers
This commit is contained in:
parent
d0696628b2
commit
e3cd7dbf34
1 changed files with 7 additions and 0 deletions
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
|
Loading…
Add table
Reference in a new issue