Zcash 1.0.0 online

whats the difference in CPU and gen=1 whereas I used genproclimit=8 to use all cores and getting 7-8 S/s. Not much keeping in view the Networkhash rate which is touching 800,000 and I am pretty much sure soon after few days or weeks people will started discouraging.

Whats the best Hash rate achievable and with what specifications? anyone can guide plz

Hello everyone! I need some help. After configuration of zcash everything seemed to be ok and i was able to run zcash. But wenn I made the test with “getinfo” the message came up "ERROR: AN ERROR OCCURED WHILE SETTING UP THE RCP ADDRESS 127.0.0.1 PORT 8323 FOR LISTENING: BIND: ADRESS ALREADY IN USE"
What does that mean? I don´t know how to continue…
Thank you!

Thank you for Zcash 1.0.0! I’m hoping to work with Zcash developers as time goes on, and the developer(s) of the GUI mentioned in a different thread, to work on the possibility of ABIS (giving protocol) for Zcash. For existing ABIS implementation, see http://abis.io

Also the message “Incorrect rpcuser or rpcpassword (authorization failed)” came up…
But where do I have to type in a password? I was not asked for a password after running zcash…

After running zcashd: ./src/zcashd

You are running 0 mining threads

- You have validated 623 transactions!
- You have contributed 0.0000 Sol/s on average to the network solution rate.
- You have completed 0 Equihash solver runs.

Why I running 0 mining threads?

Not sure, but unless you have a big mining farm, you probably won’t mine anything any time soon with solo mining at this point. Did you add the config to use tromp’s miner? What are you trying to use to mine?

Thanks. I use default miner and if you mean what machine I use, just pc.

What’s your config file? You want to make sure to have equihashsolver=tromp
And I mean what is the model of your CPU you are trying to mine with?

Again though, solo mining isn’t the way to go unless you have access to a ton of servers or GPU farm

config file:

addnode=mainnet.z.cash
rpcuser=zcashrpc
rpcpassword=`head -c 32 /dev/urandom | base64`
gen=1
genproclimit=$(nproc)

model name : Intel(R) Core™ i5-5200U CPU @ 2.20GHz

And I knew mining need lots of source, I’m just for fun, Thank you again.

Your config should contain a random sequence of characters instead of head -c 32 /dev/urandom | base64. It’s just a command which should generate such a sequence.

Oh, thank you. But it seems nothing to do with the problems.

Getting error after wallet closed unexpectedly: error: {“code”:-28,“message”:“Activating best chain…”}

I tried relaunching with both -reindex and -rescan, but nothing seems to help. Any ideas?

Oh, in fact, I make the other similar mistake:

genproclimit=$(nproc)

I should just run these commands:

$ echo "genproclimit=$(nproc)" >> ~/.zcash/zcash.conf
$ echo "rpcpassword=`head -c 32 /dev/urandom | base64`" >>~/.zcash/zcash.conf

But I edited the zcash.conf manually, and ignored that the “nproc” and “head -c 32 /dev/urandom | base64” need to run and get the output message.

I’ve just started mining on a i7-3300, how do I ensure that it’s actually working and mining properly - my CPUs are getting jiggy with it, but my balance is still 0.

{
“version” : 1000050,
“protocolversion” : 170002,
“walletversion” : 60000,
“balance” : 0.00000000,
“blocks” : 748,
“timeoffset” : 0,
“connections” : 8,
“proxy” : “”,
“difficulty” : 21850.05658557,
“testnet” : false,
“keypoololdest” : 1477707118,
“keypoolsize” : 101,
“paytxfee” : 0.00000000,
“relayfee” : 0.00005000,
“errors” : “”
}

I’m getting this error on a new install of zcash today on debian wheezy,

zcashd: /usr/lib/x86_64-linux-gnu/libgomp.so.1: version `GOMP_4.0’ not found (required by zcashd)

Can anyone assist?

~/zcash/zcash-mining-master $ zcashd
zcashd: /usr/lib/x86_64-linux-gnu/libgomp.so.1: version `GOMP_4.0’ not found (required by zcashd)

How do I fix this?
Running linux mint 15

have you figured out where the coins will go… I have the same going on but entered or have no address that I know of.

OK, maybe I shouldn’t reply because I don’t exactly have first hand experience winning a block, but maybe this will get you started finding the answer and hopefully someone will correct me if I’m wrong. If you’re mining using gen=1 in zcashd, I seem to recall reading that it creates a new transparent address on its own for each mining reward. My guess would be that you could view those transparent addresses using the command:

./src/zcash-cli listreceivedbyaddress 0 true

The ‘good’ news is that everyone and their cats are mining zcash right now, so if you’re solo mining with ordinary gear, you’re not likely to have any such deposits to find for a long time.

1 Like

Should to tried learn more about Z-cash anyways thanks you for Zcash 1.0.0 online