Bitcoin Forum
May 05, 2024, 10:20:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: About to lose my mind. .5 BTC tip to anyone who can solve this.  (Read 409 times)
lolz84 (OP)
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
December 21, 2017, 09:32:32 PM
 #1

I'll tip the first person who can figure this one out with .5btc

I created a wallet using mycelium in 2013.
I printed out the encrypted private key PDF. I made sure 100000 times the 15 char password is correct. it is correct.

Now, 4 years later, I tried importing the private key back into mycelium. It says the 15 char key is wrong. It can't be, it was the only wallet I ever had on mycelium.

The private key is weird though, it starts with xEnc and has two dashes and an underscore in it.

Any ideas?
1714904435
Hero Member
*
Offline Offline

Posts: 1714904435

View Profile Personal Message (Offline)

Ignore
1714904435
Reply with quote  #2

1714904435
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714904435
Hero Member
*
Offline Offline

Posts: 1714904435

View Profile Personal Message (Offline)

Ignore
1714904435
Reply with quote  #2

1714904435
Report to moderator
AdolfinWolf
Legendary
*
Offline Offline

Activity: 1946
Merit: 1427


View Profile
December 21, 2017, 09:50:03 PM
 #2

I'll tip the first person who can figure this one out with .5btc

I created a wallet using mycelium in 2013.
I printed out the encrypted private key PDF. I made sure 100000 times the 15 char password is correct. it is correct.

Now, 4 years later, I tried importing the private key back into mycelium. It says the 15 char key is wrong. It can't be, it was the only wallet I ever had on mycelium.

The private key is weird though, it starts with xEnc and has two dashes and an underscore in it.

Any ideas?

Are you still using the same version of Mycelium as 4 years ago?

Also, a private key is usually between 51-64 characters, (51 for BASE58)(?) If i'm not mistaken, and there are no dashes in it. It ranges between 0-9 and A-?(f) (51 = same ranges(?))


So my guess is that this isn't your "private key", as it is only 15 chars long.  but rather the password of some kind of wallet?

lolz84 (OP)
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
December 21, 2017, 09:54:04 PM
 #3

I'll tip the first person who can figure this one out with .5btc

I created a wallet using mycelium in 2013.
I printed out the encrypted private key PDF. I made sure 100000 times the 15 char password is correct. it is correct.

Now, 4 years later, I tried importing the private key back into mycelium. It says the 15 char key is wrong. It can't be, it was the only wallet I ever had on mycelium.

The private key is weird though, it starts with xEnc and has two dashes and an underscore in it.

Any ideas?

Are you still using the same version of Mycelium as 4 years ago?

Also, a private key is usually between 51-64 characters, (51 for BASE58)(?) If i'm not mistaken, and there are no dashes in it. It ranges between 0-9 and A-?(f) (51 = same ranges(?))


So my guess is that this isn't your "private key", as it is only 15 chars long.  but rather the password of some kind of wallet?

sorry I didn't make myself clear. the private key is 62 chars long. the 15 chars are what you are supposed to enter after scanning the QR with the private key.
TechPriest
Sr. Member
****
Offline Offline

Activity: 377
Merit: 282


Finis coronat opus


View Profile
December 21, 2017, 09:56:43 PM
 #4

Now, 4 years later, I tried importing the private key back into mycelium. It says the 15 char key is wrong. It can't be, it was the only wallet I ever had on mycelium.

The private key is weird though, it starts with xEnc and has two dashes and an underscore in it.


Wait. As you said above - private key is encrypted. So it's format doesn't matter 'cause it under encryption.
How do you checked that password is working?
"xEnc" this is not a valid private key format. You must know it.

sorry I didn't make myself clear. the private key is 62 chars long. the 15 chars are what you are supposed to enter after scanning the QR with the private key.

so, it means that your password is incorrect. Maybe you confuse the characters like "l" and "1" or "o" -"0".

In science we trust!
lolz84 (OP)
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
December 21, 2017, 10:12:50 PM
 #5

Now, 4 years later, I tried importing the private key back into mycelium. It says the 15 char key is wrong. It can't be, it was the only wallet I ever had on mycelium.

The private key is weird though, it starts with xEnc and has two dashes and an underscore in it.


Wait. As you said above - private key is encrypted. So it's format doesn't matter 'cause it under encryption.
How do you checked that password is working?
"xEnc" this is not a valid private key format. You must know it.

sorry I didn't make myself clear. the private key is 62 chars long. the 15 chars are what you are supposed to enter after scanning the QR with the private key.

so, it means that your password is incorrect. Maybe you confuse the characters like "l" and "1" or "o" -"0".

I've restored using it before. Same address. Same 15 chars. there are no similar characters :I
K0ld4
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
December 21, 2017, 10:39:58 PM
Last edit: December 22, 2017, 12:10:12 AM by K0ld4
 #6

Use following tool. Mycelium apparently has some issues with restoring old backups.

https://github.com/mycelium-com/wallet-android/blob/master/backuputil/src/main/java/com/mrd/bitlib/BackupUtil.java

This allows you to produce a WIF key, which should be usable in new mycelium.

Let me know over PM, if you'll need help to run it.

EDIT: Attached a guide

Go to backuputil/bin directory and execute
Code:
backuputil.bat encryptedKey PASSWORD
like
Code:
backuputil.bat xEncGXICZE1_eVYfGWDioNu_8hA6RZzep4XqwPGRtcKb01MDg3s1XFntJYI9Dw QDTDXOYFBXBKKMKR

This will show you "Private key (Wallet Import Format)".
Send it to your mobile phone (using chat or whatever)
Copy it into clipboard
Open Mycelium > Accounts > Key+ icon > Advanced > Import (this should allow you import from clipboard)

1) Pre-built version (I built it straight from mycelium repo like 30 minutes ago)
Here you can download ready-to-use backuputil.

2) However if you don't trust these binaries (which I totally respect), here is a guide how to compile your own.

  • Download and install Android Studio
  • In the 2nd step of welcome wizard choose "Custom"
  • Check "NDK" in the next step and let the installation finish
  • Dowload zipped backuputil source code (green button on the top)
  • Unzip it and using command line go to backuputil from the zip file above
  • Type "gradle build" into command line
  • Go to newly created folder build/distributions
  • Unzip backuputil.zip
Btcspot
Jr. Member
*
Offline Offline

Activity: 186
Merit: 1


View Profile
December 21, 2017, 11:34:58 PM
 #7

 Hi try this https://github.com/mycelium-com/wallet-android/issues/60
            or https://support.mycelium.com/hc/en-us/articles/207045495-What-about-previous-backups-Do-my-old-ones-still-work-
 I hope it works for you. If I get reward please let me know.
           
lolz84 (OP)
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
May 13, 2018, 08:59:51 AM
 #8

Anyone else have any ideas?
I've tried everything posted here.

The private key starts with xEnc

(sorry for bringing this up again, I was involved in a bad car accident)
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
May 13, 2018, 09:16:54 AM
 #9

How exactly did you try to add this private key to mycelium?

Did you do the following? (If not, try it):

  • Create a new wallet in mycelium
  • Go to 'menu' (3 dots at the top right corner) -> 'offline wallet'
  • Scan the QR code of your private key
  • Mycelium should detect it as an encrypted private key
  • Enter your password
  • Wait for mycelium to open.. might take a while.

Xynerise
Sr. Member
****
Offline Offline

Activity: 322
Merit: 363

39twH4PSYgDSzU7sLnRoDfthR6gWYrrPoD


View Profile
May 13, 2018, 10:40:58 AM
 #10

Are you sure you have the correct password with the checksum?
The password is 15 characters plus one character

If the password is correct it'll still work on the newer versions of Mycelium.
I just tested it now.
Btcspot
Jr. Member
*
Offline Offline

Activity: 186
Merit: 1


View Profile
May 14, 2018, 01:40:29 AM
 #11

 Yea the password should be 16 letters.  You need to check for a letter that missing. Look at this http://mops-welpen.info/kemok/bitcoin-android-wallet-backup-1530.php  you can see there.
Malek17
Member
**
Offline Offline

Activity: 166
Merit: 10


View Profile
May 14, 2018, 01:45:47 AM
 #12

try to install the wallet in a different computer,also you can also try install older versions
Lakai01
Legendary
*
Offline Offline

Activity: 2296
Merit: 2721


Top Crypto Casino


View Profile
May 14, 2018, 05:03:29 AM
 #13

Hi! Dont worry, thats a common problem with older mycelium versions.

Hope you have both the encrypted key (the xEnc-thing) AND a password to restore the key? If yes, restoring should be easy:

1) open accounts page
2) tap the icon for adding an account
3) tap advanced (android only)
4) tap scan and scan your xEnc-key
5) enter your password and the key will be recovered.
6) select the account and export your key. You can use this key to restore the wallet via eg electrum


█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
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!