explorer: new multi algos definition

This commit is contained in:
Tanguy Pruvot 2016-01-12 18:39:44 +01:00
parent 01b31e5b8b
commit 34094fe3a2

View file

@ -162,6 +162,9 @@ 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'
);