Bitcoin Forum
May 08, 2024, 03:39:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Security of Linux pip2 install electrum: Is it safe?  (Read 358 times)
arberg (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 22, 2017, 07:05:58 PM
 #1

Will pip2 install verify the checksum of the downloaded file with a satisfying degree of security. One thing I could hope for is verifying the asc signature and that it is signed by trusted root certificate.

When installing like: sudo -H pip2 install https://download.electrum.org/2.8.3/Electrum-2.8.3.tar.gz

I found some info on how to verify the asc signature, like below, but is this necessary or already done by pip2 or the python setup script?

gpg --keyserver pool.sks-keyservers.net --recv-keys 7F9470E6
gpg --fingerprint
gpg --verify Electrum-2.8.3.tar.gz.asc

Best Alex

PS: Signature verification thread: https://bitcointalk.org/index.php?topic=1046484.0
1715182755
Hero Member
*
Offline Offline

Posts: 1715182755

View Profile Personal Message (Offline)

Ignore
1715182755
Reply with quote  #2

1715182755
Report to moderator
1715182755
Hero Member
*
Offline Offline

Posts: 1715182755

View Profile Personal Message (Offline)

Ignore
1715182755
Reply with quote  #2

1715182755
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715182755
Hero Member
*
Offline Offline

Posts: 1715182755

View Profile Personal Message (Offline)

Ignore
1715182755
Reply with quote  #2

1715182755
Report to moderator
1715182755
Hero Member
*
Offline Offline

Posts: 1715182755

View Profile Personal Message (Offline)

Ignore
1715182755
Reply with quote  #2

1715182755
Report to moderator
1715182755
Hero Member
*
Offline Offline

Posts: 1715182755

View Profile Personal Message (Offline)

Ignore
1715182755
Reply with quote  #2

1715182755
Report to moderator
Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
July 23, 2017, 02:28:49 AM
 #2

you have to verify it yourself. i wrote a script that downloads, verifies the tarball and does the install for you:

https://github.com/BitcoinsPakistan/electrum-install
arberg (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 28, 2017, 10:30:28 PM
 #3

Thank you, I appreciate the info and the script
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!