-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecated version? #6944
Comments
You need to upgrade to the latest released version of |
@metalworker2 Could you please run: |
Hey, I just wanted to leave a comment and say that I got my lightwallet GUI to work. Once it finished syncing, which took ages, it now shows the number of zec that I have. Thanks for the help! My new problem is how I can hook up a pricing service to the zcash/jightwallet wallet, to see the value in USD?? I have a USD label showing in the wallet, but there's no price next to it... |
I am also trying to upgrade, but without success. The version still remains 5.8.0 Package: zcash |
@y4ssi result of
There is some strange behavior here. When I run
Then when I run
Do you know how I can get it to stop running |
Try running this: $ dpkg -L zcash You should get something like this:
Then, identify the /usr/bin/zcashd --version It should say v5.10.0. If you want, paste the output here so we can continue debugging. |
Here is the translation: Try running this: apt-cache policy With that, you should see all the repositories configured on your system. If you're using Debian Bookworm, you should get something like this:
In the case of Bullseye:
If Once you manage to identify and fix the repositories (you can use this as a guide: https://zcash.readthedocs.io/en/latest/rtd_pages/install_debian_bin_packages.html), you should run |
What are the outputs of the following two commands? which zcashd
dpkg -S `which zcashd` |
I have Ubuntu, however, there is not a line about zcash. So, no repository is connected? UPD: Everything worked. After fixing the repository, the zcash update came along with other OS updates. Thank you. |
The APT system is working fine on your system based on the outputs of your commands. What I can deduce is that you have a different installation of PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin As a result, there's a priority in the order, and it's using the binary from |
I followed these instructions:
https://zcash.readthedocs.io/en/latest/rtd_pages/Linux-misc-build.html
After about a month, I think my zcash finally synced. I can't know for sure though because now, when I do 'zcash-cli getblockchaininfo' it does nothing. In the zcash log I get the following:
Error: This version has been deprecated as of block height 2606000. You should upgrade to the latest version of Zcash. to the latest version of Zcash. Error: This version has been deprecated as of block height 2606000. You should upgrade to the latest version of Zcash. libc++abi: terminating due to uncaught exception of type boost::filesystem::filesystem_error: boost::filesystem::remove: Permission denied [system:13]: "/usr/local/zcash/.zcash/database"
Suggestions?
The text was updated successfully, but these errors were encountered: