Author

Topic: Solo mining from Wallet with GPU i need help!! (Read 1795 times)

hero member
Activity: 508
Merit: 500
Techwolf on #bitcoin and Reddit
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.


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.
hero member
Activity: 810
Merit: 1000
what coin are you trying to mine?

It looks like your using a mining tool, like cgminer, then the wallet has no idea your mining and will not indicate that it is. All the mining will occur on the specialist mining application which will tell you your hash rate, accept/rejects, HW failed calcs and tempreture.

When you mine a block, the wallet will then register the entire block of coins plus any fees.
full member
Activity: 440
Merit: 100
Roobet
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.
Jump to: