If anyone successfully have working this with AMD please give their details.... software ver. batch file and .conf file details.
Thanks,
I tried to PM you but you didn't configure your account to accept PMs from newbies (I'm still a newbie with this account). You can enable this in Profile -> Personal Message Options -> Allow newbies to send you PMs.
Could you try to run the miner with the following command line?
sgminer -k x17 -o pool -u user -p password --gpu-threads 2 --worksize 256 --intensity 21 2>log.txt
That will generate a log.txt file in the folder you run the command. Copy and paste the contents of that file and send it to my by PM so I can examine it.
Also, it would be helpful if you could take a screenshot and upload it to this image hosting website, and send me the link so I can have a look when the miner pauses.
https://imgur.com/New post -> upload images
Unfortunately I don't have discord or Skype accounts. Sorry.
why setx GPU_FORCE_64BIT_PTR 0
and not
setx GPU_FORCE_64BIT_PTR 1
?
This algo doesn't require huge amount of memory. Setting GPU_FORCE_64BIT_PTR to 1 could potentially hurt performance since memory access would require twice the number of clock cycles.