mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 09:27:25 +00:00
hex: x16r like algos dont need GH/s
This commit is contained in:
parent
f3b70fdbcc
commit
b39da19858
1 changed files with 1 additions and 2 deletions
|
@ -84,7 +84,6 @@ function yaamp_algo_mBTC_factor($algo)
|
|||
case 'decred':
|
||||
case 'keccak':
|
||||
case 'keccakc':
|
||||
case 'hex':
|
||||
case 'lbry':
|
||||
case 'vanilla':
|
||||
return 1000;
|
||||
|
@ -167,7 +166,7 @@ function getAlgoColors($algo)
|
|||
'hsr' => '#aa70ff',
|
||||
'keccak' => '#c0f0c0',
|
||||
'keccakc' => '#c0f0c0',
|
||||
'hex' => '#c0f0c0',
|
||||
'hex' => '#c0f0c0',
|
||||
'lbry' => '#b0d0e0',
|
||||
'luffa' => '#a0c0c0',
|
||||
'm7m' => '#d0a0a0',
|
||||
|
|
Loading…
Add table
Reference in a new issue