Bitcoin Forum
June 22, 2024, 11:20:26 PM *
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.  (Read 168 times)
Ayanamirs (OP)
Member
**
Offline Offline

Activity: 137
Merit: 10


View Profile
February 17, 2018, 09:40:55 PM
 #1

(For Linux)

Go to Electrum website, click on download, then click on ThomasV, this will redirect you to the MIT website, click on a 7F9470E6, this will redirect you to ThomasV public key, select all and save it as ThomasV.asc.

https://pgp.mit.edu/pks/lookup?op=vindex&search=0x2BD5824B7F9470E6

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

Copy all the 3 files to the same folder, open the terminal and use command 'cd' to navigate to that folder and run these commands.

gpg --import ThomasV.asc

gpg --verify Electrum-3.0.6.tar.gz.asc Electrum-3.0.6.tar.gz

If the message returned says Good signature and that it was signed by ThomasV with a fingerprint that ends with 7F9470E6, then the software is authentic.
pooya87
Legendary
*
Offline Offline

Activity: 3486
Merit: 10666



View Profile
February 18, 2018, 03:47:35 AM
 #2

you didn't have to download ThomasV's public key manually and import it manually. instead you could easily use command line to directly receive the key from servers and import it at the same time.
just use recv-keys command:
Code:
gpg --recv-keys 7F9470E6
you can add a keyserver to this command too if you want to receive from a specific server, for example when mit servers are down. use "--keyserver" after gpg.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Ayanamirs (OP)
Member
**
Offline Offline

Activity: 137
Merit: 10


View Profile
March 09, 2018, 03:42:54 PM
 #3

Stay safe guys!  Wink
HI-TEC99
Legendary
*
Offline Offline

Activity: 2772
Merit: 2846



View Profile
March 11, 2018, 04:45:56 AM
 #4

There's also windows instructions explaining how to check if your Electrum Wallet is legit here.

https://bitcointalk.org/index.php?topic=1836004.0
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!