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.
Should to tried learn more about Z-cash anyways thanks you for Zcash 1.0.0 online