Add more mining pools
This commit is contained in:
parent
dfe703d676
commit
fd328d4f05
1 changed files with 5 additions and 2 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue