Commit Graph

19 Commits

Author SHA1 Message Date
John Tromp 191d3b583f allow command line personalization for plain CPU miners 2018-07-10 09:55:16 +02:00
Sebastian Stammler f2b7195d06 Add command line option -c to print solutions in compressed form 2018-05-11 11:33:22 +02:00
John Tromp 54bad6d0ea remove old nonce setting 2018-05-10 23:15:41 +02:00
Sebastian Stammler 7c5f1b2206 write nonce to correct position in header
The 140 byte header holds the nonce in the last 32 bytes. It hence
starts at byte-position 108, which is position 108/4=27 in u32 terms.
It is more natural to write the u32 (4 bytes) nonce of this particular
implementation to the first position than somewhere in the middle of the
nonce (as was the case with u32-position 32/byte-position 128), also
taking little-endianess into account. This way, the least significant
bit of the nonce will be written to position 108, where it should be.
2018-05-10 21:07:54 +02:00
John Tromp 52b71897e5 generalize eqcuda <n,k> parameters 2017-08-08 07:35:43 -04:00
John Tromp 33fed1c9d5 change equi_miner to 2^10 buckets; obsolete dev_miner 2016-11-18 23:50:23 -05:00
John Tromp 525a16a1ff replace USE_AVX2 by NBLAKES; try x8 as well as x4 2016-11-11 23:17:01 -05:00
tromp bf5c2b01fd add -x <hexheader> option; rename blake2b to blake2-asm 2016-10-28 12:17:34 -04:00
John Tromp 80d046db7a tweak targets, fix README 2016-10-27 16:08:25 -04:00
tromp d3454d9228 separate make targets for AVX2 2016-10-27 15:55:09 -04:00
John Tromp fc72754ded change 2nd stage bucketsort to slot linking 2016-10-27 13:17:41 -04:00
tromp 882bc1ff7a fix MAXSOLS bug 2016-10-26 11:18:52 -04:00
John Tromp 22fc059af2 new headernonce setup and many small changes 2016-10-23 22:29:22 -04:00
John Tromp 11e1bed4ea tiny changes 2016-10-22 22:06:52 -04:00
tromp 8db3c1aa42 add several versions in development 2016-10-19 17:49:11 -04:00
tromp 62d89c6ef3 allow binary headers 2016-10-18 10:35:10 -04:00
tromp f06ff12ed5 obsolete faster by speeding up low-mem versions 2016-10-16 18:49:03 -04:00
tromp 88ad63088f include license 2016-10-14 15:30:52 -04:00
tromp 72db6ff8a5 add solvers 2016-10-14 14:28:34 -04:00