Bitcoin Forum
May 23, 2024, 01:36:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Experts on electrum 1.9.7 unbuntu  (Read 1247 times)
Sawadekub (OP)
Full Member
***
Offline Offline

Activity: 350
Merit: 102


View Profile
July 08, 2014, 03:18:22 PM
 #1

Hi experts,
I am using electrum 1.9.7 downloaded from unbuntu installer app instead of the terminal.

Am i in danger with any leak known bugs? Can i stay with it or? As i already send some btcs to my cold storage on my unbuntu
Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
July 08, 2014, 05:03:22 PM
 #2

Yes you should upgrade to 1.9.8. Otherwise educate yourself to avoid this bug:

https://bitcointalk.org/index.php?topic=637223.msg7131692#msg7131692
dabura667
Sr. Member
****
Offline Offline

Activity: 475
Merit: 252


View Profile
July 08, 2014, 07:37:49 PM
 #3

Yes you should upgrade to 1.9.8. Otherwise educate yourself to avoid this bug:

https://bitcointalk.org/index.php?topic=637223.msg7131692#msg7131692

Yes, upgrade to 1.9.8. Also, double and triple check spelling when you write your seed down.

But also remember: (Because there is always possibility of malware on your computer that may alter things.)

Be familiar with your wallet. Know how many bitcoins are in it. Know about how many times you've used it. Know what kind of labels you have on it.
If a piece of malware replaced default_wallet with a watch-only wallet to an attacker's electrum wallet, would you be safe? Would you recognize that it isn't your wallet?

The bug in 1.9.7 is a bad bug, I understand, and I don't want to blame victims. BUT I think that people need to be diligent when dealing with money on their computer.
Especially on a computer that has touched the internet, double check everything, always.
Anyone who hits the wallet restore bug has about 3-5 huge red flags they should notice... restoring from seed should NEVER create a watch-only wallet, being one of them.

My Tip Address:
1DXcHTJS2DJ3xDoxw22wCt11FeAsgfzdBU
Sawadekub (OP)
Full Member
***
Offline Offline

Activity: 350
Merit: 102


View Profile
July 10, 2014, 06:54:36 AM
 #4

hi... i done a test on my 1.9.7 unbuntu..

which bug do u mean? i purposely type 1 out of my 12 seed wrongly in spelling and it gives me an error.. i dont see a watch only wallet appear..

what did u do to see a watch only wallet?
Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
July 10, 2014, 01:54:03 PM
 #5

See here:

https://github.com/spesmilo/electrum/issues/463

You can restore using hex digits too. So type in any 31 hex digits instead of 32 and see what happens.

Some combination of mnemonic words must also be triggering this bug. But it is most easily reproduced using the seed in hex.
Sawadekub (OP)
Full Member
***
Offline Offline

Activity: 350
Merit: 102


View Profile
July 10, 2014, 02:37:47 PM
 #6

Ic.. so if i see on the top of mine has no watch only wallet means i am on the right track right?
Which means i key in the right seed.

Anyway how to transform 12 word seed to hex?
Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
July 11, 2014, 02:20:29 AM
 #7

Ic.. so if i see on the top of mine has no watch only wallet means i am on the right track right?
Which means i key in the right seed.

Yep. Addresses should also be familiar ones that you've seen before. The same goes for transactions and balance.

Quote
Anyway how to transform 12 word seed to hex?

You can use the getseed command to see the seed in both hex and mnemonic form. Or you can use mnemonic.py to convert any arbitrary seed from one form to another.

Electrum getseed via command line/shell:

Code:
electrum -w /path/to/wallet/file getseed


mnemonic.py: First find mnemonic.py on your file system then run this:

Code:
python /path/to/mnemonic.py word1 word2... word12
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!