Hi I tried to use apt-get to install the package on Linux Mint (which is a Ubuntu based distro) but I am getting this error:
W: Failed to fetch https://apt.z.cash/dists/jessie/main/binary-amd64/Packages gnutls_handshake() failed: Handshake failed
Does it matter? For all three tasks I need to install the software. I tried the binary package, but that is also missing some libs
zcashd: /usr/lib/x86_64-linux-gnu/libgomp.so.1: version GOMP_4.0' not found (required by zcashd) zcashd: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.20ā not found (required by zcashd)
zcashd: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8ā not found (required by zcashd)
No you donāt.
if you are doing this as a hobby and just want to see what its about, yes!
if you are GPU mining, nothing there will help you. See link below
I am also having this issue. I want to create a desktop wallet, but when I add the apt source and I update, I get gnutls_handshake() failed: Handshake failed.
I have already done this successfully on my other PC a week ago. I donāt know what have changed or what am I doing wrong
Hi there,
Iām having the same issue installing zcash on Ubuntu server 14.04.5 LTS.
I tried installing/reinstalling apt-transport-https, and I get the following message:
apt-transport-https is already the newest version.
Also tried using gnutls-cli to get more info, this is result:
fab@smv:~$ gnutls-cli -V -p 443 apt.z.cash
Resolving āapt.z.cashāā¦
Connecting to ā45.55.14.202:443āā¦
*** Fatal error: A TLS fatal alert has been received.
*** Received alert [40]: Handshake failed
*** Handshake has failed
GnuTLS error: A TLS fatal alert has been received.
Yesā¦nothing changed and I still have the same error messages reported above.
Do you have any idea why Iām having a āHandshake failedā message??
This is a problem with TLS on Ubuntu 14.04. You can download the package and install from the local package, or install over http rather then https, or Iād recommend updating to a 16.04 LTS if possible.
I tried compiling the sources, but Iām stuck here:
make: Entering directory `/home/fab/zcash/depends'
echo Building librustzcash...
Building librustzcash...
mkdir -p /home/fab/zcash/depends/work/build/i686-pc-linux-gnu/librustzcash/0.1-cef814d0cb1/.
cd /home/fab/zcash/depends/work/build/i686-pc-linux-gnu/librustzcash/0.1-cef814d0cb1/.; PATH="/home/fab/zcash/depends/i686-pc-linux-gnu/native/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" cargo build --frozen --release
/home/fab/zcash/depends/i686-pc-linux-gnu/native/bin/cargo: 1: /home/fab/zcash/depends/i686-pc-linux-gnu/native/bin/cargo:ELF: not found
/home/fab/zcash/depends/i686-pc-linux-gnu/native/bin/cargo: 2: /home/fab/zcash/depends/i686-pc-linux-gnu/native/bin/cargo: Syntax error: ")" unexpected
make: *** [/home/fab/zcash/depends/work/build/i686-pc-linux-gnu/librustzcash/0.1-cef814d0cb1/./.stamp_built] Error 2
make: Leaving directory `/home/fab/zcash/depends'
I think I will give up with this server, waiting to upgrade it to a later Ubuntu LTS release.
This will take (at least) several months, as the server runs several other services which I canāt stop for now.
If possible Iāll do some tests on a more recent distro, as time permits.
You should still be able to install on the 14.04 if you download the package and do a local package install. (check the hash of the package of coures.)