Add more mining pools
All checks were successful
/ check-changes (push) Successful in 14s
/ build (push) Successful in 3m37s

This commit is contained in:
Djuri Baars 2024-12-20 04:03:35 +01:00
parent dfe703d676
commit fd328d4f05

View file

@ -45,9 +45,12 @@
]);
const miningPoolMap = new Map<string, string>([
['noderunners', 'pool.noderunners.network'],
['noderunners', 'Noderunners.network'],
['braiins', 'Braiins Pool'],
['ocean', 'ocean.xyz']
['ocean', 'ocean.xyz'],
['satoshi_radio', 'Satoshi Radio pool'],
['public_pool', 'public-pool.io'],
['gobrrr_pool', 'Go Brrr pool']
]);
const getMiningPoolName = (name: string) => {