madzebra / hodlminer-binary

0 stars 0 forks source link

Crashes on Windows 7 64 bit #1

Open taismi opened 6 years ago

taismi commented 6 years ago

C:>hodlminer.exe --benchmark [2017-08-04 17:37:08] Binding thread 1 to cpu 1 [2017-08-04 17:37:08] 4 miner threads started, using 'hodl' algorithm. [2017-08-04 17:37:08] Binding thread 0 to cpu 0 [2017-08-04 17:37:08] Binding thread 2 to cpu 2 [2017-08-04 17:37:08] Binding thread 3 to cpu 3 Crashes!!!

C:>hodlminer.exe -o stratum+tcp://hodl.optiminer.pl:5555 -u Hh.......k3 -p x [2017-08-04 17:38:09] Starting Stratum on stratum+tcp://hodl.optiminer.pl:5555 [2017-08-04 17:38:09] Binding thread 0 to cpu 0 [2017-08-04 17:38:09] 4 miner threads started, using 'hodl' algorithm. [2017-08-04 17:38:09] Binding thread 1 to cpu 1 [2017-08-04 17:38:09] Binding thread 3 to cpu 3 [2017-08-04 17:38:09] Binding thread 2 to cpu 2 Crashes!!!

madzebra commented 6 years ago

This is the build of the optimer/hodlminer-wolf source tree. It is compiled with the optimizations for AVX2 processors, that starts from Intel Core i7 Haswell.

This means you can run it only on Windows x64 machine with the processor that supports SSE2 and AVX2. Otherwise, you can try one of the binaries from nicehash. It has some options.

taismi commented 6 years ago

Could you compile an AVX version? Nicehash binaries have AVX support but those binaries are quite slow. There is no speed difference between AVX/AVX2 and non-AVX version.

Old Xeon processors are very fast but only supports AVX. Same with older i7s.