mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-20 10:09:09 +00:00
multialgos: update myriad algos
This commit is contained in:
parent
e3a1ed8d33
commit
c2d4febbdd
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ END;
|
|||
|
||||
// version is used for multi algo coins
|
||||
// but each coin use different values...
|
||||
$multiAlgos = versionToAlgo($coin, 0) !== false;
|
||||
$multiAlgos = $coin->multialgos || versionToAlgo($coin, 0) !== false;
|
||||
|
||||
echo '<br/>';
|
||||
echo '<div class="main-left-box">';
|
||||
|
|
|
@ -149,7 +149,7 @@ function versionToAlgo($coin, $version)
|
|||
{
|
||||
// could be filled by block json (chain analysis)
|
||||
$algos['MYR'] = array(
|
||||
0=>'sha256', 1=>'scrypt', 2=>'myr-gr', 3=>'skein', 4=>'qubit'
|
||||
0=>'sha256', 1=>'scrypt', 2=>'myr-gr', 3=>'skein', 4=>'qubit', 5=>'yescrypt'
|
||||
);
|
||||
$algos['DGB'] = array(
|
||||
0=>'scrypt', 1=>'sha256', 2=>'myr-gr', 3=>'skein', 4=>'qubit'
|
||||
|
|
Loading…
Add table
Reference in a new issue