Bitcoin Forum
May 07, 2024, 07:26:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Electrum password issue  (Read 2399 times)
eirero (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
April 28, 2013, 03:20:00 PM
 #1

Hi,
I'm new here. Please forgive any mistakes of etiquette  Smiley

I'm having a problem with using my Electrum client. I encrypted it with a password using the windows screen keyboard, which Electrum accepted. I used numbers letters and symbols. However since the encryption it wont accept the password.
Trying to send bitcoins and filling in the password a dialogue box pops up saying:

'ascii' codec can't encode character u'\xa7' in position 1: ordinal not in range(128)

I know the character referred above is a §.
Can someone please assist me in resetting my password or figuring out what to do to reaquire access?

Regards

eirero
1715109971
Hero Member
*
Offline Offline

Posts: 1715109971

View Profile Personal Message (Offline)

Ignore
1715109971
Reply with quote  #2

1715109971
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4653



View Profile
April 28, 2013, 04:00:30 PM
 #2

I've re-posted your issue to the Electrum Forum.  Hopefully someone from there will reply here for you.

https://bitcointalk.org/index.php?topic=189821.0
Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
April 29, 2013, 07:48:55 AM
 #3

I am not sure how to prevent the issue from happening but what you can do is restore your wallet from the seed.

For this to work you do require your seed, which you should have gotten when you created the wallet. If you have it do the following.

Go to Start->run and paste in %appdata%

The explorer should open and you should see an Electrum folder. Check this folder for an electrum.dat file, rename this file to electrum.dat.old.

Now boot Electrum again and choose restore. Enter the twelve words and submit it. Your wallet should be generated again. Now choose a password without the character that gave you trouble and you should be ready to go.

Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
ThomasV
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
April 29, 2013, 08:33:13 AM
 #4

thanks for the bug report.

for now you can either you restore from seed, or set use_encryption to False in your wallet, in the console:
wallet.use_encryption = False

(the bug set it to True, even though your seed was not successfully encrypted)

Electrum: the convenience of a web wallet, without the risks
eirero (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
May 04, 2013, 09:12:52 PM
 #5

Thank you ThomasV. I used the console to do as you described and it worked out fine for me. I reset my password.

I'd like to ask. Is this not a security threat. I mean, can't anybody reset my password like this?
ThomasV
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
May 04, 2013, 09:34:50 PM
 #6

Thank you ThomasV. I used the console to do as you described and it worked out fine for me. I reset my password.

I'd like to ask. Is this not a security threat. I mean, can't anybody reset my password like this?

no, wallet was not encrypted at all. it's a bug, that will be fixed in the next release

Electrum: the convenience of a web wallet, without the risks
DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4653



View Profile
May 04, 2013, 09:47:31 PM
 #7

Thank you ThomasV. I used the console to do as you described and it worked out fine for me. I reset my password.

I'd like to ask. Is this not a security threat. I mean, can't anybody reset my password like this?

I think that the point is that (due to the use of a character in the password that the program failed to properly recognize), the data was never encrypted in the first place.  Unfortunately, even though the data wasn't encrypted, the "wallet.use_encryption" indicator was still set.  Therefore the wallet "thought" that it needed to decrypt the data before it could use it.  When it asked you for a password, it tried to use that password to decrypt data that wasn't encrypted in the first place.

By changing the value of "wallet.use_encryption", you didn't "reset your password", you just let the wallet know that it wasn't actually encrypted.
eirero (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
May 05, 2013, 09:05:23 PM
 #8

I thank you for helping out with the previous bug. I do however have a new issue.
When i click on the Electrum ikon, to start the program nothing happens. The program doesn't open.
It's installed on my usb drive and I pulled it out of the socket before I closed the program.
After reinserting it I cant get it to start.

I get this dialog box message now:
Error loading Python DLL: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_MEI3882\python27.dll (error code 5)

Should I re-install Electrum or would that delete my bitcoins?

Can someone help me get my Electrum running again?
Rayen
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
May 05, 2013, 09:39:44 PM
 #9

Make sure you have a backup of your wallet.dat before uninstalling.
Rayen
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
May 05, 2013, 09:40:40 PM
 #10

Or you could download python27.dll from the internet and copy it there C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\_MEI3882\
eirero (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
May 06, 2013, 07:49:07 PM
 #11

Rayen.
 I downloaded python and copied it to the MEI3882 library, but it wont start and there's no pop up now?
What do I do?
flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1016

760930


View Profile
May 06, 2013, 09:47:43 PM
 #12

No idea, but I guess you will get more attention for your issue once you are able to make a post in the electrum subforum.
eirero (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
May 07, 2013, 07:12:04 PM
 #13

It keeps changing temp directories from differing MEI######? library numbers
eirero (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
May 08, 2013, 05:48:26 AM
 #14

I fixed it. I Installed Electrum portable, restored with seed and it's working fine again. Smiley
eirero (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
May 08, 2013, 06:43:07 AM
 #15

Can someone explain what makes Electrum Portable portable?
eirero (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
May 09, 2013, 04:20:29 PM
 #16

Every time I run Electrum Portable I have to restore with my seed. Why is that?
Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
May 13, 2013, 10:29:09 AM
 #17

It makes it portable because it saves all related files in the folder you open it from.

If you copy it to a usb disk and open it from there it will save your wallet and header files to said usb disk.

Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
eirero (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
May 13, 2013, 03:18:11 PM
 #18

It makes it portable because it saves all related files in the folder you open it from.

If you copy it to a usb disk and open it from there it will save your wallet and header files to said usb disk.

Thank you for the explanation  Smiley
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!