John Doering

Results 58 comments of John Doering

That's a bug indeed because it prints "Found nonce" when it runs out of nonce range and attempts to submit the last one. There is a better way to do...

It doesn't work with multipools unless they allow to mine a particular coin.

https://github.com/ghostlander/nsgminer/blob/7d37508484b7babc363df1534a67c0d8847eee10/compat.h#L89 MinGW64 defines nanosleep() and sleep(), MinGW32 doesn't usually. If your version comes with these, replace MINGW64 with MINGW32 until a universal solution comes up.

Could you please explain why you set -g higher than 1 and work size lower than 64?

-g 1 -w 64 -I 15 should be optimal. I don't think running NSGminer and other miners on the same devices at the same time makes much sense. NeoScrypt is...

NSGminer inits all GPUs of the platform specified or assumed by default. They may be disabled on start-up, but can be enabled any time and hashing starts immediately. If you're...

Current performance of Maxwells and Pascals is about 70% of the fastest CUDA miner.

The Parallella is an ARM A9 processor with a 16-core Epiphany co-processor programmable in C/C++ and OpenCL, so it isn't an FPGA board technically. Although it's a 65nm chip with...

It could be acceptable due to low power consumption, though 32 GFLOPS they advertise for their 65nm chip is still very low. Modern GPUs are much more powerful. The RX...

Speaking of cost, a single used R9 280X is less expensive than a Parallella board, definitely much more capable and easily obtainable. Although it comes at expence of a much...