website: add pool logos

This commit is contained in:
nym21
2026-04-05 19:46:41 +02:00
parent 7fac0bc613
commit 2b15a24b6d
59 changed files with 1877 additions and 0 deletions

10
website/assets/pools.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
set -e
rm -rf pools
curl -sLO https://github.com/mempool/mining-pool-logos/archive/refs/heads/master.zip
unzip -qo master.zip
rm master.zip
mv mining-pool-logos-master pools
rm -r ./pools/.github
find pools -type f ! -name '*.svg' -delete