Skip to content

Commit

Permalink
keccak: use mBTC/GH unit like blake
Browse files Browse the repository at this point in the history
if needed (already mining) you can do that to update the pool estimate graph values :

UPDATE hashrate SET price=price*1000.0, rent=rent*1000 WHERE algo IN ('keccak','keccakc') AND price < 0.01;
  • Loading branch information
tpruvot committed Dec 11, 2017
1 parent 258bc24 commit 6b68660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/yaamp/core/functions/yaamp.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ function yaamp_algo_mBTC_factor($algo)
case 'blakecoin':
case 'blake2s':
case 'decred':
case 'keccak':
case 'keccakc':
case 'vanilla':
return 1000;
default:
Expand Down

0 comments on commit 6b68660

Please sign in to comment.