Can someone help me with that? it's only on 0.00MH/s and when ''stratum received new job'' it just stops working.
Generate DAG device OPENCL#0: 94%
m 19:25:38|main Mining on PoWhash #cb4b2d6c : 0.00MH/s [A0+0:R0+0:F0]
m 19:25:41|main Mining on PoWhash #cb4b2d6c : 0.00MH/s [A0+0:R0+0:F0]
m 19:25:44|main Mining on PoWhash #cb4b2d6c : 0.00MH/s [A0+0:R0+0:F0]
m 19:25:53|main Mining on PoWhash #cb4b2d6c : 0.00MH/s [A0+0:R0+0:F0]
m 19:25:56|main Mining on PoWhash #cb4b2d6c : 0.00MH/s [A0+0:R0+0:F0]
m 19:25:59|main Mining on PoWhash #cb4b2d6c : 0.00MH/s [A0+0:R0+0:F0]
m 19:26:02|main Mining on PoWhash #cb4b2d6c : 0.00MH/s [A0+0:R0+0:F0]
m 19:26:05|main Mining on PoWhash #cb4b2d6c : 0.00MH/s [A0+0:R0+0:F0]
m 19:26:08|main Mining on PoWhash #cb4b2d6c : 0.00MH/s [A0+0:R0+0:F0]
m 19:26:11|main Mining on PoWhash #cb4b2d6c : 0.00MH/s [A0+0:R0+0:F0]
m 19:26:14|main Mining on PoWhash #cb4b2d6c : 0.00MH/s [A0+0:R0+0:F0]
m 19:26:17|main Mining on PoWhash #cb4b2d6c : 0.00MH/s [A0+0:R0+0:F0]
i 19:26:17|stratum Difficulty set to 0.465661
i 19:26:18|stratum Received new job #00000000000002EA
Use this miner..work fine!
http://cryptomining-blog.com/5417-getting-started-with-ethereum-using-cpp-ethereum/The article also explains how to use various commands very useful, like these:
[i]Useful console commands for eth:
To check your account address type in the console: web3.eth.accounts
To check your account balance type in the console: web3.fromWei(web3.eth.getBalance(web3.eth.coinbase), "ether")
To send Ether coins to someone type in the console: web3.eth.sendTransaction({from: 'your_address', to: 'recipient_address', value: web3.toWei(1, "ether")})
In the above line of code make sure to set properly your address and the recipients address as well as the value you need to send, in the example above it is set to 1 Ether[/i]