NH: new algos (#229)

This commit is contained in:
phm87 2018-02-14 10:24:24 +01:00 committed by Tanguy Pruvot
parent 5468b84da7
commit 90e78f772f

View file

@ -22,6 +22,23 @@ function BackendUpdateServices()
10=>'whirlx',
11=>'qubit',
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');