explorer: support for DUO multialgo (#272)

This commit is contained in:
crackfoo 2018-06-06 13:38:20 -03:00 committed by Tanguy Pruvot
parent 5e0f1e1d1c
commit 8841bf4201

View file

@ -160,6 +160,9 @@ function versionToAlgo($coin, $version)
$algos['DGC'] = array(
0=>'scrypt', 1=>'sha256', 2=>'x11'
);
$algos['DUO'] = array(
0=>'sha256', 1=>'scrypt'
);
$algos['J'] = array(
2 =>'sha256', 3=>'x11', 4=>'x13', 5=>'x15', 6=>'scrypt',
7 =>'nist5', 8 =>'myr-gr', 9=>'penta', 10=>'whirlpool',