Bitcoin Forum
April 19, 2024, 10:41:25 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to check if your Electrum Wallet is legit before using. (For Linux)  (Read 136 times)
Rayser (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 2


View Profile
December 28, 2018, 06:57:23 AM
Last edit: December 28, 2018, 11:52:05 PM by Rayser
 #1

First, you need ThomasV fingerprint.

Open your terminal and type:

Code:
gpg --recv-keys 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
Or save from: [7F9470E6] (https://pgp.mit.edu/pks/lookup?op=vindex&search=0x2BD5824B7F9470E6) as ThomasV.asc

Go back to Electrum website and download Electrum-X.X.X.tar.gz and its signature Electrum-X.X.X.tar.gz.asc

Copy all the 3 files to the same folder, open the terminal and use command 'cd' to navigate to that folder or right click on the folder and select "Open in Terminal" and run these commands.

Code:
gpg --import ThomasV.asc
Code:
gpg --verify Electrum-X.X.X.tar.gz.asc Electrum-X.X.X.tar.gz
If the message returned says Good signature and that it was signed by ThomasV with a Primary key fingerprint: 6694 D8DE 7BE8 EE56 31BE D950 2BD5 824B 7F94 70E6, then the software is authentic.

Remember to check again the pgp signature every time you make a new download and to change the number version of the Electrum Wallet to the actual one.

1713523285
Hero Member
*
Offline Offline

Posts: 1713523285

View Profile Personal Message (Offline)

Ignore
1713523285
Reply with quote  #2

1713523285
Report to moderator
1713523285
Hero Member
*
Offline Offline

Posts: 1713523285

View Profile Personal Message (Offline)

Ignore
1713523285
Reply with quote  #2

1713523285
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713523285
Hero Member
*
Offline Offline

Posts: 1713523285

View Profile Personal Message (Offline)

Ignore
1713523285
Reply with quote  #2

1713523285
Report to moderator
1713523285
Hero Member
*
Offline Offline

Posts: 1713523285

View Profile Personal Message (Offline)

Ignore
1713523285
Reply with quote  #2

1713523285
Report to moderator
Rayser (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 2


View Profile
December 28, 2018, 07:04:04 AM
 #2

I created a Pull Request.

https://github.com/spesmilo/electrum-docs/pull/84
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!