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.
The "generate:false" setting in the wallet just means that you're not using the wallet's built-in CPU miner, not that you aren't mining. Unless it's a ne or GPU-resistant altcoin, it's pretty much useless. If you want confirmation that your miner is working (instead of just waiting a bit to see if you find a block) you could try pointing it at a pool for a short while and see if you're getting paid. However, if CUDAminer shows that it's connected to your wallet and is solo mining, you should be fine.