mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
explorer: support for DUO multialgo (#272)
This commit is contained in:
parent
5e0f1e1d1c
commit
8841bf4201
1 changed files with 3 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue