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.