Post
Topic
Board Mining (Altcoins)
Re: [XMR] JCE Miner Cryptonight/forks, now with GPU!
by
JCE-Miner
on 01/11/2018, 13:00:56 UTC
Hi all!

First, a new appologize for all messages I hadn't read yet and support i skipped, i'm really lacking time.
I'm about to ship a new GPU version, with

Code:
* Fixed compatibility with AMD drivers 14*
* Tahiti-specific optimization v8 +1%
* Light optimization v8 for other GPUs
* Now only Intel and AMD devices are detected, other are just ignored

*About the drivers 14, that was the same bug as in Stak and Xmrig, because i used the original reference code. Starting with JCE 0.33b3 my code is brand new and very different. So the bug is not fixed, it just vanished away. Tested on a HD6950 with drivers 14.12.

Quote
"Failed to allocate shared Large Page, using normal memory (slower). Failed to allocate 2MB Large Page Scratchpad Buffer, using normal memory (slower)."
That's a message about the CPU mining, because --auto also configures the CPU. To stay on GPU only, add parameter --no-cpu

Quote
How can i turn off Onboard GPU?
There's a Claymore-stype parameter for this: -g
If you have GPUs 0, 1, 2 and 3, and want to mine ony on GPU 1 and 3 for example, add parameter:
-g 1,3
Note there's so space around the comma. -g stands for restrict Gpus to

edit:
0.33b3 GPU is online