mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-29 23:00:33 +00:00
NH: new algos (#229)
This commit is contained in:
parent
5468b84da7
commit
90e78f772f
1 changed files with 17 additions and 0 deletions
|
@ -22,6 +22,23 @@ function BackendUpdateServices()
|
||||||
10=>'whirlx',
|
10=>'whirlx',
|
||||||
11=>'qubit',
|
11=>'qubit',
|
||||||
12=>'quark',
|
12=>'quark',
|
||||||
|
// 13=>'Axiom',
|
||||||
|
14=>'lyra2v2', // 14 = Lyra2REv2
|
||||||
|
// 15=>'ScryptJaneNf16', // 15 = ScryptJaneNf16
|
||||||
|
16=>'blakecoin', // 16 = Blake256r8
|
||||||
|
// 17=>'Blake256r14',
|
||||||
|
// 18=>'Blake256r8vnl',
|
||||||
|
// 19=>'Hodl',
|
||||||
|
// 20=>'DaggerHashimoto',
|
||||||
|
// 21=>'Decred',
|
||||||
|
// 22=>'CryptoNight',
|
||||||
|
23=>'lbry',
|
||||||
|
24=>'equihash',
|
||||||
|
// 25=>'Pascal',
|
||||||
|
26=>'sib', // X11Gost
|
||||||
|
// 27=>'Sia',
|
||||||
|
28=>'blake2s',
|
||||||
|
29=>'skunk',
|
||||||
);
|
);
|
||||||
|
|
||||||
$res = fetch_url('https://api.nicehash.com/api?method=stats.global.current');
|
$res = fetch_url('https://api.nicehash.com/api?method=stats.global.current');
|
||||||
|
|
Loading…
Add table
Reference in a new issue