Bitcoin Forum
April 25, 2024, 04:03:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: recover lost addresses  (Read 4088 times)
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
August 25, 2017, 11:37:07 AM
 #21

So you have MultiBit Classic wallet file... And you know the wallet password right?

If you have MBC wallet file and password you can use my python scripts to extract the private keys: https://github.com/HardCorePawn/multibit_recovery

You want to use the "decrypt_multibit_classic_walletkeys.py" script

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


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
1714017820
Hero Member
*
Offline Offline

Posts: 1714017820

View Profile Personal Message (Offline)

Ignore
1714017820
Reply with quote  #2

1714017820
Report to moderator
1714017820
Hero Member
*
Offline Offline

Posts: 1714017820

View Profile Personal Message (Offline)

Ignore
1714017820
Reply with quote  #2

1714017820
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714017820
Hero Member
*
Offline Offline

Posts: 1714017820

View Profile Personal Message (Offline)

Ignore
1714017820
Reply with quote  #2

1714017820
Report to moderator
asdlolciterquit_2 (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
August 25, 2017, 12:45:56 PM
 #22

So you have MultiBit Classic wallet file... And you know the wallet password right?

If you have MBC wallet file and password you can use my python scripts to extract the private keys: https://github.com/HardCorePawn/multibit_recovery

You want to use the "decrypt_multibit_classic_walletkeys.py" script

thanks man, this seems really cool!!

tomorrow i'm goingo on vacation but next week l'll surely try it!

Thanks again!
asdlolciterquit_2 (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
September 03, 2017, 03:19:00 PM
 #23

So you have MultiBit Classic wallet file... And you know the wallet password right?

If you have MBC wallet file and password you can use my python scripts to extract the private keys: https://github.com/HardCorePawn/multibit_recovery

You want to use the "decrypt_multibit_classic_walletkeys.py" script

thanks man, this seems really cool!!

tomorrow i'm goingo on vacation but next week l'll surely try it!

Thanks again!


mmm i think i need some help Sad

i've tried to follow the istructions but my python knowledge is too poor Sad

I've correctly istalled lastest Python 2 release. Then i've done this "Automated installation: right-click on the included install-windows-requirements.ps1 file and choose Run with Powershell. Automated installation typically only works with Windows Vista SP1 and higher (including Windows 7+), but it doesn't hurt to try with other versions of Windows."

I've some problem to "Open a commandline at the folder where you extracted the scripts". Simply i don't know how to change the path. I've read something on google, but it seem too hard for me Sad
I've tried to add "C:\Python27" in my "PATH"  Environment variables, but...nothing Sad

Last, i've tried to copy all the file of "multibit_recovery-master" under my C:\Python27, open the commandline and write "python decrypt_multibit_classic_walletkeys.py multibit.wallet", but i've a syntax error.

I think is more easy if i upload a screen.

https://ibb.co/deRcPF

Thanks for your help!
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
September 05, 2017, 06:36:53 AM
Last edit: November 15, 2023, 08:43:44 AM by HCP
 #24

you shouldn't move the multibit_recovery-master files anywhere... you just run from where they are.

Also, you're trying to run the python script from within python, which is why you get the syntax error. You need to run it from the "normal" commandline...

To open a commandline where you extracted the scripts, you need to press and hold the "Shift" button and then right click in the folder... you should see an option in the menu that says "Open command window here"... make sure you're right clicking on an empty part of the folder window and not a file... otherwise you'll get a different menu Wink


The prompt should say something like "C:\Path\to\multibit_recovery-master>"

Then you simply type python multibit_recovery-master multibit.wallet and press enter

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


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
asdlolciterquit_2 (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
September 05, 2017, 10:47:14 AM
 #25

you shouldn't move the multibit_recovery-master files anywhere... you just run from where they are.

Also, you're trying to run the python script from within python, which is why you get the syntax error. You need to run it from the "normal" commandline...

To open a commandline where you extracted the scripts, you need to press and hold the "Shift" button and then right click in the folder... you should see an option in the menu that says "Open command window here"... make sure you're right clicking on an empty part of the folder window and not a file... otherwise you'll get a different menu Wink


The prompt should say something like "C:\Path\to\multibit_recovery-master>"

Then you simply type python multibit_recovery-master multibit.wallet and press enter

thanks for the answer.

i've tried to do it, but the prompt say that "python is not recognized as an internal or external command etc"

I've already try to edit my "PATH"  Environment variables adding ;C:\Python27, but it doesn't work.

What should i do?

Thanks again!
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
September 05, 2017, 12:33:45 PM
 #26

If you are having issues getting Python added to the PATH, simply type the full path to Python when you are trying to run it... so you would use the following command:

C:\Python27\python decrypt_multibit_classic_walletkeys.py multibit.wallet

That should then start it running Wink

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


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
asdlolciterquit_2 (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
September 05, 2017, 08:45:27 PM
 #27

If you are having issues getting Python added to the PATH, simply type the full path to Python when you are trying to run it... so you would use the following command:

C:\Python27\python decrypt_multibit_classic_walletkeys.py multibit.wallet

That should then start it running Wink

thanks for your help.

Now the script start...but i have an other problem. There is some "import error".

Here the screen of the prompt https://ibb.co/iNu7Ta

Thanks again!
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
September 05, 2017, 11:52:49 PM
 #28

It would appear that the Google protobuf was not installed correctly... seems like the powershell script may not have worked properly? Huh Anyway, try using this command:

Code:
C:\Python27\Scripts\pip install protobuf pylibscrypt bitcoin

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


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
asdlolciterquit_2 (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
September 06, 2017, 07:13:14 PM
 #29

It would appear that the Google protobuf was not installed correctly... seems like the powershell script may not have worked properly? Huh Anyway, try using this command:

Code:
C:\Python27\Scripts\pip install protobuf pylibscrypt bitcoin


yeahhhhh!!!

it workssssssssssssssss!!

now i have a wallet on electrum created with the private key i've recovered thanks to your script!!

I only have to understand how to sign this message to recover my old account!

Thanks a lot!
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
September 06, 2017, 11:39:21 PM
 #30

Awesome, glad you managed to get it working. Python can be a bit of a nuisance to set up on Windows Undecided

As for signing messages... that is pretty easy in Electrum: "Tools -> Sign\Verify Message"

Short version: Type your message in the top box, put the address you want to sign with in the middle box, click "Sign"... you'll get the cryptographic signature in the bottom box.

shorena created a VERY detailed tutorial here: https://bitcointalk.org/index.php?topic=990345.msg10775516#msg10775516


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


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
asdlolciterquit_2 (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
September 09, 2017, 02:04:48 PM
 #31

Awesome, glad you managed to get it working. Python can be a bit of a nuisance to set up on Windows Undecided

As for signing messages... that is pretty easy in Electrum: "Tools -> Sign\Verify Message"

Short version: Type your message in the top box, put the address you want to sign with in the middle box, click "Sign"... you'll get the cryptographic signature in the bottom box.

shorena created a VERY detailed tutorial here: https://bitcointalk.org/index.php?topic=990345.msg10775516#msg10775516




thanks again!!!!!

I've signed my message and send a pm to the admin! Hope to get my account back!
Pages: « 1 [2]  All
  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!