Tanguy Pruvot
8c1964d0d9
lyra2z: prevent filenames with different cases
...
+ rename blake2 to blake2s and reorder algo makefile
2018-05-18 13:09:07 +02:00
Tanguy Pruvot
a3103af7ba
stratum: fix client memory leak in yescrypt
2018-05-14 17:41:03 +02:00
Tanguy Pruvot
b43d646548
handle allium algo, kind of double lyra2
2018-05-06 16:52:57 +02:00
Jia Wu
8fb9a74164
stratum: add vitalium algo ( #261 )
...
note: beware of the masterscams
2018-05-02 14:27:39 +02:00
Tanguy Pruvot
5bb898f651
small x16s fixes, and stratum sample
2018-03-29 02:55:01 +02:00
opensourcerulez
a954c13b36
x16s algo, shuffle variant ( #251 )
...
see https://bitcointalk.org/?topic=3208091.0 for more explanations
2018-03-29 02:49:37 +02:00
Tanguy Pruvot
2ad138591e
x12 algo + GCH multi-algos definition
2018-03-26 09:37:11 +02:00
exmac
1b3f15fef3
Add yescryptR32 ( #247 )
...
YescryptR32 for coin WAVI
https://bitcointalk.org/index.php?topic=3146751.0
Tested on : https://lpool.name/pool/WAVI
2018-03-19 19:27:31 +01:00
exmac
de4592cc1a
Add a5a algo for Andcoin
2018-02-25 20:36:29 +01:00
UniMining.net
d69d3ce3fc
yescryptR16 algo ( #217 )
...
Algo yescryptR16 for Yenten [YTN] https://bitcointalk.org/?topic=2329470.0
stratum changes from https://github.com/bubasik/yiimp
2018-01-31 08:23:27 +01:00
Tanguy Pruvot
0019ca611d
new x16r algo, with stratum factor 256, like timetravel algos
...
beware: this algo may have a variable hashrate, unlike timetravel
its ignored from benchs for this reason
2018-01-24 20:43:52 +01:00
Tanguy Pruvot
fda559bca4
stratum: hsr sm3 cleanup + rotl32 issue
2018-01-14 00:44:11 +01:00
Tanguy Pruvot
bfd614859f
polytimos algo
2017-11-16 11:06:11 +01:00
Tanguy Pruvot
c6e140ef7c
handle phi algo too
2017-10-11 18:06:19 +02:00
Tanguy Pruvot
b97c52f14d
hsr algo (x13 + custom hash)
2017-10-10 08:05:51 +02:00
Tanguy Pruvot
c53ff49a63
Signatum skunk algo
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2017-07-21 11:11:04 +02:00
Tanguy Pruvot
c3721b77c9
tribus algo, nothing complicated...
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2017-07-05 19:17:06 +02:00
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
e3fef4b970
xevan algo (x17 x2... but on 128 bytes hashes)
2016-11-04 19:19:59 +01:00
Tanguy Pruvot
1b4d4c788d
veltor algo
2016-08-21 01:20:00 +02:00
Tanguy Pruvot
bc581492c4
stratum: move blake2s to component algos folder
2016-07-29 02:35:56 +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
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
e48a0cd335
blake2s algo
2016-03-10 08:07:08 +01:00
Tanguy Pruvot
1c230f4d60
add decred algo port + sample conf
2016-02-13 11:00:33 +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
e4d7dfe37d
stratum makefile cleanup
2016-02-12 09:01:47 +01:00
Tanguy Pruvot
a24bf3dd3c
stratum: allow to use curl (optional) for HTTP/1.1 chunks
...
Todo: SSL RPC connections... user/pw vars may be required...
Also, update the make files and handle better the getwork client requests..
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
2016-02-04 04:23:06 +01:00
Tanguy Pruvot
9d1c34f894
argon2: clean stratum code
...
remove dead code detected after cpuminer implementation
2016-01-25 03:12:21 +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
b197a17a49
stratum: reduce the opt level for neoscrypt/gcc 5.2
2015-12-04 12:34:53 +01:00
Tanguy Pruvot
803476d0ad
lyra2: set blake 256 rounds
2015-10-22 02:48:28 +02: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
d04b4bff97
add/handle penta(blake), luffa and nist5 algos
2015-09-19 10:36:21 +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
9fad62357b
fix zr5 algo
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