I have wallet from coin which i want to mine.
I mad config file and save to wallet.
rpcuser=user
rpcpassword=password
rpcallowip=192.168.1.*
rpcport=8332
listen=1
daemon=1
server=1
rpcconnect=127.0.0.1
gen=0
Wallet get synhronized normaly and if i put in command setgenetate true start mining normal with CPU.
I try to mine with cudaminer (because i have NVIDIA GPU) and i made bat file with commant line:
cudaminer.exe -H 1 -d 0 -i 1 -l auto -o
http://127.0.0.1:8332 -u user -p password
When i start bat file cuda miner connect and i see is hashing and GPU go on 100%, but if i check in wallet
i have "generate": false what i know it means i dont mine and even if i let cuda miner run long time i dont receive any coins.
Mining this coin is possible only true wallet, there is no pools - jet. Will be in future.
Can i get any help how to do, that will be possible to mine coin direct from wallet (not with CPU) with GPU.
Will be great if you guys who have more experience in scrypt mining could give me some advice.