I have reached to the point to run beta2 but I get the following error:
EXCEPTION: St13runtime error
could not load param file at /home/charalampos/.zcash-params/beta2-verifying.key
Zcash in AppInit()
zcashd: scheduler.cpp:19:CScheduler::~ CScheduler(): Assertion `nThreadsServicingQueue == 0’ failed
Any ideas?
Thank you
Shawn
October 10, 2016, 3:24pm
2
You get that error when you don’t have a configuration file set up. Be sure you have the zcash.conf
file inside the .zcash
folder.
I double checked it. Nothing wrong with that. I used gedit to create it and just followed the guide.
Shawn
October 10, 2016, 8:27pm
4
It’s a bug in the code,
I had this happen to me once before and for some reason after starting zcashd -testnet (with no config file) I was able quit and restart with no more error.
See also:
after going through the test and passing i go to start the miner i get this error
EXCEPTION: St13runtime_error
could not load param file at /root/.zcash-params/z7-verifying.key
bitcoin in AppInit()
what do i need to do to fix this?
opened 04:47AM - 18 May 16 UTC
closed 06:03PM - 30 Aug 16 UTC
Zcash codebase
A-documentation
usability
I-error-handling
zc.v0.11.2.z3
If zcash.conf does not exist, zcashd will report an incorrect err… or message:
```
EXCEPTION: St13runtime_error
could not load param file at /home/simon/.zcash-params/z3-verification.key
bitcoin in AppInit()
```
The verification key does exist and was downloaded via fetch-params.sh.
zooko
October 11, 2016, 9:28pm
5
St13runtime_error could indicate insufficient RAM.