Bitcoin Forum
June 15, 2024, 11:43:42 AM *
News: Latest Bitcoin Core release: 27.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 137 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.

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!