mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-20 10:09:09 +00:00
explorer: new multi algos definition
This commit is contained in:
parent
01b31e5b8b
commit
34094fe3a2
1 changed files with 4 additions and 1 deletions
|
@ -162,8 +162,11 @@ function versionToAlgo($coin, $version)
|
|||
7 =>'nist5', 8 =>'groestl', 9=>'penta', 10=>'whirl',
|
||||
11=>'luffa', 12=>'keccak', 13=>'quark', 15=>'bastion'
|
||||
);
|
||||
$algos['RICHX'] = array(
|
||||
0=>'sha256', 1=>'scrypt', 2=>'groestl', 3=>'skein', 4=>'qubit'
|
||||
);
|
||||
$algos['SFR'] = array(
|
||||
0=>'sha256', 1=>'scrypt', 2=>'groestl', 3=>'x11', 4=>'blake'
|
||||
0=>'sha256', 1=>'scrypt', 2=>'groestl', 3=>'x11', 4=>'blake'
|
||||
);
|
||||
$algos['UIS'] = array(
|
||||
0=>'blake256', 1=>'skein', 2=>'qubit', 3=>'yescrypt', 4=>'x11'
|
||||
|
|
Loading…
Add table
Reference in a new issue