hey guys hope your all ok? im new here so would like to apologise in advance if this is a repeat topic.
iv set up my laptop to mine zcash since last night but i cant seem to get any change of info when hitting into terminal ./src/zcash-cli getinfo
“version” : 1000001,
“protocolversion” : 170002,
“walletversion” : 60000,
“balance” : 0.00000000,
“blocks” : 4012,
“timeoffset” : 0,
“connections” : 8,
“proxy” : “”,
“difficulty” : 51.97115067,
“testnet” : true,
“keypoololdest” : 1476139857,
“keypoolsize” : 101,
“paytxfee” : 0.00000000,
“relayfee” : 0.00005000,
“errors” : “This is a pre-release test build - use at your own risk - do not use for mining or merchant applications”
}
thank you for prompt response. what im trying to get at is my “balance” has not changed since last night so im just woried that am i mining or just wasting electric?
There are some increasingly capable miners on the test block at the moment, so it’s not unreasonable that you could mine with one CPU for some time and never get a block.
To check whether you are mining, run the following command:
cat ~/.zcash/testnet3/debug.log | grep started
This will output the entire contents of the log file, but the ‘grep’ bit of the command will then only show lines on your screen that contain the string ‘started’, which in this case we’re expecting to see ‘miner started’… something like this:
2016-10-09 23:16:52 ZcashMiner started
If that command returns nothing at all, then check the contents of your zcash.conf file:
cat ~/.zcash/zcash.conf
This will output your configuration file, you should see a line:
gen=1
If you don’t have that line, then maybe you aren’t configured to be mining.
this is a screenshot of my cpu usuage. iv noticed each cpu is used 100% for some time and then switches to another. the ram is used at almost 7gb throughout. its an old i7 laptop im using ubuntu 16.4 as dual boot. total noob never ever mined nor used linux so any help appreciated.
2016-10-10 22:56:38 ZcashMiner started
2016-10-10 23:48:17 ZcashMiner started
2016-10-11 19:04:31 ZcashMiner started
2016-10-11 21:10:19 ZcashMiner started
thank you so it looks like its working… just not seen my balance move as of yet thats all
yes thank you for heads up. i know its not ideal but its a start right? i dont really want to invest to much without knowing is it really going to be worth it.
as my laptops been collecting dust for years i thought id put it to use
That’s probably right - I haven’t had a lot of luck with the mining yet, either.
I left my machine mining overnight on the suprnova zec test mining pool, and found a block there. That’s on a private testing blockchain though, so it’s not going to be showing up usefully anywhere else. It’s also a bit more in depth to configure, but it gave me more insight into the mining.
The pools available currently aren’t paying out though, so as a way of getting test TAZ, it’s a bit of a non starter.
hey how did you configure your command/ and was it in the zminer directory? did you make a bat file like it suprnova suggests. For some reason the command line from zmine.io works but not the command line from suprnova i get a warning about resource deadlock/
well last night i left it on and now just got in from work and woohoo!! i almost got 2! now i may try and build myself a rig just dont know where to start? what do you guys think of a gaming pc to start with?
thank you for the info… i tweeked it a little more and added genproclimit=4 instead of 2 and now firing on all 4 cores and rotating through the threads 1by1
Wow just checked my balance and i found it to rear balance at 6.6 zec. So almost found 4 zec overnight!
Anyway i can use my gpu to mine too? Im trying to get an idea of the rig i need to build in order to successfully mine or would you recommend cloud mining to start? Also i dont get the H/s? How do i find how much H/s i am getting at the moment?