Post
Topic
Board Mining (Altcoins)
Re: Claymore's CryptoNote AMD GPU Miner v10.2
by
Biodom
on 20/11/2017, 05:53:24 UTC

I added "-allpools 1" to the mix and did a test using the following configuration and it looks like it worked. I let it run for as long as it took to verify that it connected to the pool and started to submit shares so it may need some more tweaking to get it to work efficiently.

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100

NsGpuCNMiner -o stratum+tcp://eupool.electroneum.com:3333 -u etnkPEUxuHpDjoECEoVnVpNNpfUzEzLxHdaXuQ5JzAcadCYzWTASodaTPgz9ndv1EYZo3J26x39xP4PEZXWGznGK1NsEeFVpGq -p x -allpools 1

why are you using PTR 0 setting?
first post says to use PTR 1.
I thought PTR 0 is only for ethereum, NOT cryptonote.