Tanguy Pruvot
1c22ec4df6
refresh/fix jha algo, keep only the last variant
2017-05-19 13:20:56 +02:00
Tanguy Pruvot
8428d49750
bitcore timetravel-10 algo variant
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2017-05-01 01:02:14 +02:00
Tanguy Pruvot
acdb0bd6fd
handle bastion algo
2017-03-09 18:01:08 +01:00
Tanguy Pruvot
be1064a25b
sha256t algo + fix sha/decred pool hashrate axis
2017-03-08 11:44:57 +01:00
Tanguy Pruvot
ca022f2628
stratum: add deep, timetravel and hmq1725 algos
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2017-02-27 20:38:05 +01:00
Tanguy Pruvot
0bed2e0465
lyra2z (v3) xzc at block 20500
...
disable the public explorer for now + dyn payee
note: xzc coinbase value is already without dev fees
warning: this wallet rpc is very slow and seems to slow down the backend (use it at your risks)
2017-02-12 09:23:32 +01:00
Tanguy Pruvot
1e72d4fb81
stratum: new function to log with the date (start/stop)
...
it was hard to estimate the shares/day activity with only hours
2016-12-30 07:18:35 +01:00
Tanguy Pruvot
ff136d53af
stratum: skip screen instances if there is no .conf
2016-12-03 09:20:34 +01:00
Tanguy Pruvot
11c8d5b767
stratum: shares counter log mistake
2016-11-28 06:13:51 +01:00
Tanguy Pruvot
f31dd15d4e
stratum: link new limits db fields
...
the share counter will allow you to auto restart the stratum, if required.
2016-11-24 00:54:06 +01:00
Tanguy Pruvot
e3fef4b970
xevan algo (x17 x2... but on 128 bytes hashes)
2016-11-04 19:19:59 +01:00
Tanguy Pruvot
9f023450dd
stratum: allow to limit connections with max_cons setting
2016-10-17 20:05:48 +02:00
Tanguy Pruvot
1b4d4c788d
veltor algo
2016-08-21 01:20:00 +02:00
Tanguy Pruvot
a88c1e0b43
handle lbry algo and protocol
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2016-07-19 23:14:34 +02:00
Tanguy Pruvot
7e37bd14e9
stratum: re-enable the watchdog, take too much time
2016-06-03 19:01:16 +02:00
Tanguy Pruvot
6d3dd22082
stratum: add a flag indicating we need exit
...
can be useful to filter real valgrind leaks on exit and trap reboot signal
also protect against db queries after close
2016-06-03 17:05:36 +02:00
Tanguy Pruvot
96097edfe9
x11evo algo, properly rewrote
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2016-06-01 06:37:14 +02:00
Tanguy Pruvot
c059a912db
add x17 algo
2016-05-09 16:12:07 +02:00
Tanguy Pruvot
90b29f7cd2
blakecoin: add to default algos + diff factor fix
2016-05-02 15:40:07 +02:00
Tanguy Pruvot
74b80292a6
stratum/decred: link new db coin rpc fields
...
And use rpcencoding='DCR' for decred checks,
to handle testnet instances or future forks..
2016-04-20 00:13:11 +02:00
Tanguy Pruvot
1692a47570
stratum: dont hardcode the files rlimit in binary
2016-03-31 21:24:48 +02:00
Tanguy Pruvot
e48a0cd335
blake2s algo
2016-03-10 08:07:08 +01:00
Tanguy Pruvot
88733a14e6
stratum: new rpc curl ini/conf setting
2016-02-13 11:00:45 +01:00
Tanguy Pruvot
5ef293e938
decred stratum hack with extranonce field
...
override the coinbase field with the static part of the decred header...
2016-02-12 14:49:18 +01:00
Tanguy Pruvot
d9d1be135e
Add support for VNL blake
2016-01-27 16:56:28 +01:00
Tanguy Pruvot
52580a5636
Add argon2 algo support
2016-01-24 17:15:40 +01:00
Tanguy Pruvot
a8a5a8280f
Add velvet algo
2015-12-19 20:19:38 +01:00
Tanguy Pruvot
f4fcf685ae
add support for yescrypt algo
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2015-12-17 21:41:52 +01:00
Tanguy Pruvot
6d6fd9337f
stratum: new algos, attempt to allow old sha merkleroot
...
blake (SFR) and whirlpool (J) tested ok with a sha256d merkleroot
So add a stratum setting to allow single sha256 merkle root...
The shares are now valid on the pool side, but remains to find
an old wallet to test... like Whirlcoin or blakecoin
keccak not tested, could have the same problem about merkle/miners
2015-10-07 05:04:04 +02:00
Tanguy Pruvot
8c97bba761
groestl: fix the algos mismatches, make 2
2015-10-06 17:37:56 +02:00
Tanguy Pruvot
e34da61806
stratum: add support for m7m algo (XMG)
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2015-10-05 23:56:29 +02:00
Tanguy Pruvot
f9fc2084e6
stratum: add support for sib and hive algos
...
PS: hive is just a test, this (scam/trojan) coin is broken...
2015-10-02 22:27:41 +02:00
Tanguy Pruvot
9d4c4d41c7
stratum: reduce defines, prepare the autoexchange variable
...
also improve the user wallet addresses checks
and allow to mine aux coins in normal (gbt) + aux at the same time
2015-09-26 06:51:14 +02:00
Tanguy Pruvot
d04b4bff97
add/handle penta(blake), luffa and nist5 algos
2015-09-19 10:36:21 +02:00
Tanguy Pruvot
1ff8ce1afa
lyra2v2: change diff to 256
2015-08-18 11:16:59 +02:00
Tanguy Pruvot
4a2ec5a9fd
Add lyra2v2 algo
2015-08-18 05:09:47 +02:00
Tanguy Pruvot
307fba924d
bmw algo
2015-07-23 05:56:47 +02:00
Tanguy Pruvot
7a0112c6a9
add skein2 stratum support and change some algo colors
2015-07-23 05:56:45 +02:00
Tanguy Pruvot
f249ec0140
add drop algo, and hash debug flag
2015-07-23 05:56:45 +02:00
Tanguy Pruvot
d5a22387c2
enable zr5, disable scrypt
2015-07-14 09:22:24 +02:00
root
cc92c825ef
stratum code
2015-07-02 20:58:24 +02:00