Post
Topic
Board Mining (Altcoins)
Re: Claymore's CryptoNote AMD GPU Miner v10.2
by
Call_Me_Bambi
on 19/11/2017, 23:02:57 UTC
Any ideas why I'm getting the below error when trying to run the miner, I have my config file set up correctly from what I can see

10:03:19:253   2ecc   
10:03:19:253   2ecc   ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
10:03:19:254   2ecc   º            Claymore CryptoNote GPU Miner  v9.7 Beta            º
10:03:19:255   2ecc   ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
10:03:19:459   2ecc   Wrong wallet address etnkPEUxuHpDjoECEoVnVpNNpfUzEzLxHdaXuQ5JzAcadCYzWTASodaTPgz9ndv1EYZo3J26x39xP4P EZXWGznGK1NsEeFVpGq - XMR/QCN/BCN/FCN/Duck/Dash/OEC/MCN/ORION addresses are supported only. Use "-allcoins 1" option.
10:03:19:460   2ecc   Pool uspool.electroneum.com removed from the list
10:03:19:462   2ecc   No pools specified! Specify at least one pool in "epools.txt" file or in "-o" parameter.

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