ok thanks.
at the moment im mining with ccminer decred so i just have to change the .bat file but what i have to but in there?
i myself haven't gpu mined but i am sure you must change the ip ,port , user ,pass and algo to aquire to the incakoin client
ok no problem if someone know it would help me because i dont know
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
ccminer-x64 -a decred -o 127.0.0.1: -u XXX.XXX -p XXX,stats,d=8 --cpu-priority 3 --max-log-rate 30
pause
before that file looks like that for ethereum with a other miner
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
EthDcrMiner64.exe -epool eth-eu1.nanopool.org:9999 -ewal XXX.XXX/XXX -epsw x -mode 1 -ftime 10
Assuming you've setup the IncaKoin.conf file as displayed in the previous post....
I would give this a try and change:
This...
ccminer-x64 -a decred -o stratum+tcp://stratum.decredpool.org:3343 -u XXX.XXX -p XXX,stats,d=8 --cpu-priority 3 --max-log-rate 30
To This...
ccminer-x64 -a decred -o
http://127.0.0.1:17422 -u XXX.XXX -p XXX,stats,d=8 --cpu-priority 3 --max-log-rate 30
After changing your .bat as shown above this will point your miner and match up with your IncaKoin.conf and bear in mind that the user and password will need to match between your .conf and your .bat files...
Now the other instructions listed previously won't apply to you and you won't be opening the console and changing setgenerate to true because you are not mining with the wallet but are using an alternate miner...
Best of luck and let us know if you are good to go
