Bitcoin Forum
May 11, 2024, 06:48:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 »  All
  Print  
Author Topic: Trying to restore my wallet from 2009 or earlier  (Read 1106 times)
Lucius
Legendary
*
Offline Offline

Activity: 3234
Merit: 5666


Blackjack.fun🎲


View Profile WWW
January 05, 2022, 03:39:15 PM
 #21

@Abdussamad, version is 95.0.2 (64 bit) (latest for Windows). I found a lot of relevant information about this error -> https://www.thesslstore.com/blog/ssl_error_rx_record_too_long/

The same thing is happening at Opera ERR_SSL_PROTOCOL_ERROR

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
1715453318
Hero Member
*
Offline Offline

Posts: 1715453318

View Profile Personal Message (Offline)

Ignore
1715453318
Reply with quote  #2

1715453318
Report to moderator
1715453318
Hero Member
*
Offline Offline

Posts: 1715453318

View Profile Personal Message (Offline)

Ignore
1715453318
Reply with quote  #2

1715453318
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Bennoko (OP)
Jr. Member
*
Offline Offline

Activity: 62
Merit: 1


View Profile
January 06, 2022, 06:22:50 AM
 #22

Searched for 0.30 but i couldnt see any working links, any advice please?

Here's link to commit/source code of Electrum with version 0.30 (see setup.py file to verify it), https://github.com/spesmilo/electrum/tree/5883aaf8ca2f79bf694d11ac6b63f5defd2a2c38. The bad news is you'll need to setup Python 2 environment because there's no compiled/installer version for very old version of Electrum.

Thank you bro I appreciate you
Looking for low required pc around me, i was already working on win98 in that time.

I will write when I come to the conclusion.

Bennoko (OP)
Jr. Member
*
Offline Offline

Activity: 62
Merit: 1


View Profile
January 06, 2022, 06:08:40 PM
 #23

Cant install the setup.py its all complicated. Need pygtk, pycrypto, am not a programmer. That’s burned my head
Pmalek
Legendary
*
Offline Offline

Activity: 2758
Merit: 7137



View Profile
January 07, 2022, 07:48:33 AM
 #24

@Abdussamad, version is 95.0.2 (64 bit) (latest for Windows). I found a lot of relevant information about this error -> https://www.thesslstore.com/blog/ssl_error_rx_record_too_long/

The same thing is happening at Opera ERR_SSL_PROTOCOL_ERROR
I was going to suggest that you take a look at that source and see if any of the suggestions can fix your problem. On my end, the link opens just fine. I tried Firefox, Chrome, and Opera.
Have you played around with the updates and configurations as suggested in the article and did anything help?

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Lucius
Legendary
*
Offline Offline

Activity: 3234
Merit: 5666


Blackjack.fun🎲


View Profile WWW
January 07, 2022, 03:43:50 PM
 #25

Have you played around with the updates and configurations as suggested in the article and did anything help?

I just tried to open the address in a private window, but it didn't help. It is possible that it is not up to the browser, so the problem may need to be looked in AV or Malwarebytes, which for some reason think that something is wrong with SSL.

After a bit of testing, I think I still managed to find the culprit - I removed s from https and then the page was blocked by MB with a message that it might contain a Trojan virus.

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

Activity: 62
Merit: 1


View Profile
January 08, 2022, 07:32:17 PM
 #26


It's not exactly easy task since very early version of Electrum lack documentation and discussion. But i'll try it later to see how difficult is it.

[/quote]
 


Okay, mine was a win installer. Just a setup. U d write the comment here at the end of process
ABCbits
Legendary
*
Offline Offline

Activity: 2870
Merit: 7492


Crypto Swap Exchange


View Profile
January 09, 2022, 12:37:17 PM
Merited by hosseinimr93 (6), pooya87 (5), o_e_l_e_o (4), Pmalek (2), nc50lc (1)
 #27

I managed to run Electrum 0.3 on Debian 10, so i'll write what i did. It's not fresh install, so it's possible there are required library that i've installed manually beforehand (which missing from guide).

1. Update all application

Code:
sudo apt update
sudo apt upgrade

2. Install all requirements

Code:
sudo apt install python-pip python-gtk2-dev
python2 -m pip install ecdsa==0.7 slowaes

3. Run Electrum

Code:
cd client
python2 electrum.py

Here are few screenshot i made.






█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Bennoko (OP)
Jr. Member
*
Offline Offline

Activity: 62
Merit: 1


View Profile
January 09, 2022, 02:44:22 PM
 #28

Wow great work. Congratulations n thank you
Am i able to do it too even if i ve no developer knowledges?
And would u check the Server if there is 50005 port or whatever?
nc50lc
Legendary
*
Offline Offline

Activity: 2408
Merit: 5595


Self-proclaimed Genius


View Profile
January 10, 2022, 03:54:44 AM
 #29

I managed to run Electrum 0.3 on Debian 10,
-snip-
Can I get a copy of a "for test" electrum.dat (wallet) file from version 0.30? (or share a download link for everyone)
Because I'd like to play with it using various tools, also to be able to test some options for OP.

Also, have you found an option to export the private keys in Electrum version 0.3?

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
ABCbits
Legendary
*
Offline Offline

Activity: 2870
Merit: 7492


Crypto Swap Exchange


View Profile
January 10, 2022, 09:48:42 AM
Merited by pooya87 (4), Pmalek (2), nc50lc (2)
 #30

Am i able to do it too even if i ve no developer knowledges?

Yes. Even if you never use linux, it's not difficult to follow tutorial and copy/paste few command.

And would u check the Server if there is 50005 port or whatever?

All server list on Electrum 0.30 is dead. As for running server from source code, i didn't try it because it require additional dependencies and very old Bitcoin client (which i doubt could connect to Bitcoin network).

I managed to run Electrum 0.3 on Debian 10,
-snip-
Can I get a copy of a "for test" electrum.dat (wallet) file from version 0.30? (or share a download link for everyone)
Because I'd like to play with it using various tools, also to be able to test some options for OP.

The wallet file size is very small and can be opened as plain text, so i'll share it here.

1. Encrypted with password "xyz789!".

Code:
(2, True, 0.005, '', 50000, 0, 'QBdnHhFGv6X4Uxj+zmnfDh9XkEjgYfoQf1bgZ3EhxF3WdiYnk0uqD6cc7dGk4BEBy+VDz4RbLknY4Cw1s8nWUw==', ['1BACH8EE1gih5N2bSKn4fvKPwBKVfz26ph'], 'AnO1hV80vmsc8xU8d1qNE9xC2z9urv+arlOjJQGOCzj4fsyga6OKSvH1Ntd7E4nrejPrJHh4fkwSI1difE4+jB3/D0LDEH2ZGswZNn7cFnc=', [], {'1BACH8EE1gih5N2bSKn4fvKPwBKVfz26ph': None}, {'1BACH8EE1gih5N2bSKn4fvKPwBKVfz26ph': []}, {}, [])

2. No encryption.

Code:
(2, False, 0.005, '', 50000, 0, 'f13c6f65388dabc85344fb8dc5f14bd6', ['16qN7kUt8SHUhXGXM6My1vM2Q8rn5qm37o', '1EGzJgCZsfDFEcER1YN7eAwFsD5UCDxw9G', '1HRojpi9WcBLYgcBHz7WG7ZtV6NMYNNDwx'], "['5JTvMqQhEeBQwcGBjPGsBod2XTsAQB7TWGgCMEpAdfsjVBcAze3', '5K5rq6DKJ95VxjLnkf26uF2NBMdMh1fkrZupm5rCKNcqCNj9ivA', '5Jx8NSAuaWUFN5aDSJZxHx6CRnWnATAd6yw6AhMCBWmf7nq8QTG']", [], {'1HRojpi9WcBLYgcBHz7WG7ZtV6NMYNNDwx': None, '16qN7kUt8SHUhXGXM6My1vM2Q8rn5qm37o': None, '1EGzJgCZsfDFEcER1YN7eAwFsD5UCDxw9G': None}, {'1HRojpi9WcBLYgcBHz7WG7ZtV6NMYNNDwx': [], '16qN7kUt8SHUhXGXM6My1vM2Q8rn5qm37o': [], '1EGzJgCZsfDFEcER1YN7eAwFsD5UCDxw9G': []}, {'16qN7kUt8SHUhXGXM6My1vM2Q8rn5qm37o': '', '1EGzJgCZsfDFEcER1YN7eAwFsD5UCDxw9G': ''}, [])

Electrum 0.30 apparently doesn't support multiple wallet file, so you'll need to create new plain text file at ~/electrum/electrum.dat.

Also, have you found an option to export the private keys in Electrum version 0.3?

No, all i could found is option to show seed.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
nc50lc
Legendary
*
Offline Offline

Activity: 2408
Merit: 5595


Self-proclaimed Genius


View Profile
January 10, 2022, 11:16:19 AM
 #31

-snip-
Thanks, looks similar to 1.x but lacking the master keys and other data; I guess the newer wallet tools wont even recognize it.

Quote from: ETFbitcoin
Also, have you found an option to export the private keys in Electrum version 0.3?
No, all i could found is option to show seed.
The good news is if he wont encrypt the wallet when he restore it using the seed, some of his private keys will be written in plain text in the electrum.dat wallet file (as seen in the unencrypted wallet file).

Will it show more if you generate more receiving addresses in the receive tab? (try 10/20)
I'm thinking that it may be an easy way to dump the keys instead of finding a wallet tool that supports that electrum.dat version.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Bennoko (OP)
Jr. Member
*
Offline Offline

Activity: 62
Merit: 1


View Profile
January 10, 2022, 11:16:56 AM
 #32

Well, am shocked now, no option to export private keys? Then thats not the version of am looking for. Mine was able to import n export.
nc50lc
Legendary
*
Offline Offline

Activity: 2408
Merit: 5595


Self-proclaimed Genius


View Profile
January 10, 2022, 11:23:42 AM
 #33

Well, am shocked now, no option to export private keys? Then thats not the version of am looking for. Mine was able to import n export.
It may be version 1.7 which has export private key function but that's not as old as you described (released on 2013).
And if it's from that version, the seed should be able to restore the same keys in the latest version.

Could it be not Electrum?

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
nc50lc
Legendary
*
Offline Offline

Activity: 2408
Merit: 5595


Self-proclaimed Genius


View Profile
January 10, 2022, 11:36:55 AM
 #34

Will it show more if you generate more receiving addresses in the receive tab? (try 10/20)
If you mean more Bitcoin address shown on "Receive" tab when "New address" button is clicked, the answer is yes.
Sorry, I mean, in the electrum.dat file.
If more addresses are requested in the receive tab, will the unencrypted electrum.dat file display as much private keys as in the receive tab?

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
nc50lc
Legendary
*
Offline Offline

Activity: 2408
Merit: 5595


Self-proclaimed Genius


View Profile
January 10, 2022, 11:53:36 AM
 #35

If more addresses are requested in the receive tab, will the unencrypted electrum.dat file display as much private keys as in the receive tab?
Yes.
Okay, so that can be the potential solution for the various threads authors who claims that they have a "very old" electrum seed.

@Bennoko, if you think that it's really that old and the seed is empty when restored in the latest version, it's worth the try.
Install Electrum 0.3 by following ETFbitcoin's guide, restore the seed phrase, create a bunch of addresses in the receive tab, then open the electrum.dat file using a text editor.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Bennoko (OP)
Jr. Member
*
Offline Offline

Activity: 62
Merit: 1


View Profile
January 10, 2022, 12:21:22 PM
Last edit: January 10, 2022, 09:54:41 PM by Mr. Big
 #36

Well, am shocked now, no option to export private keys? Then thats not the version of am looking for. Mine was able to import n export.
It may be version 1.7 which has export private key function but that's not as old as you described (released on 2013).
And if it's from that version, the seed should be able to restore the same keys in the latest version.

Could it be not Electrum?


Am sure it is. Just dont know what version n who modified. Now it’s definitely not one of thomasV editions i think. Servers was electrum 50005, the start up electrum with java
Im recovering all the hdds i ve ever had since now. Nothing yet, just one to go, cant find the place where i put inside home that i hide it carefully last year



If more addresses are requested in the receive tab, will the unencrypted electrum.dat file display as much private keys as in the receive tab?
Yes.
Okay, so that can be the potential solution for the various threads authors who claims that they have a "very old" electrum seed.

@Bennoko, if you think that it's really that old and the seed is empty when restored in the latest version, it's worth the try.
Install Electrum 0.3 by following ETFbitcoin's guide, restore the seed phrase, create a bunch of addresses in the receive tab, then open the electrum.dat file using a text editor.




Yes i ll need some help, searching around friends who d still use linux n compatible to writing codes. i feel so blind when i stuck in some bunch of wrong codes n when i don’t know what to do;)

Thank you everyone
Bennoko (OP)
Jr. Member
*
Offline Offline

Activity: 62
Merit: 1


View Profile
January 17, 2022, 09:52:48 PM
 #37

I managed to run Electrum 0.3 on Debian 10, so i'll write what i did. It's not fresh install, so it's possible there are required library that i've installed manually beforehand (which missing from guide).

1. Update all application

Code:
sudo apt update
sudo apt upgrade

2. Install all requirements

Code:
sudo apt install python-pip python-gtk2-dev
python2 -m pip install ecdsa==0.7 slowaes

3. Run Electrum

Code:
cd client
python2 electrum.py

Here are few screenshot i made.











Hi again
well,  i did this far i couldnt find the wallet.dat file. There is no multiple wallets so i need to delete the test one and also look inside for private keys, but where it creates the wallet.dat?
Bennoko (OP)
Jr. Member
*
Offline Offline

Activity: 62
Merit: 1


View Profile
January 17, 2022, 10:39:53 PM
Last edit: January 17, 2022, 11:07:15 PM by Bennoko
 #38

Am i able to do it too even if i ve no developer knowledges?

Yes. Even if you never use linux, it's not difficult to follow tutorial and copy/paste few command.

And would u check the Server if there is 50005 port or whatever?

All server list on Electrum 0.30 is dead. As for running server from source code, i didn't try it because it require additional dependencies and very old Bitcoin client (which i doubt could connect to Bitcoin network).

I managed to run Electrum 0.3 on Debian 10,
-snip-
Can I get a copy of a "for test" electrum.dat (wallet) file from version 0.30? (or share a download link for everyone)
Because I'd like to play with it using various tools, also to be able to test some options for OP.

The wallet file size is very small and can be opened as plain text, so i'll share it here.

1. Encrypted with password "xyz789!".

Code:
(2, True, 0.005, '', 50000, 0, 'QBdnHhFGv6X4Uxj+zmnfDh9XkEjgYfoQf1bgZ3EhxF3WdiYnk0uqD6cc7dGk4BEBy+VDz4RbLknY4Cw1s8nWUw==', ['1BACH8EE1gih5N2bSKn4fvKPwBKVfz26ph'], 'AnO1hV80vmsc8xU8d1qNE9xC2z9urv+arlOjJQGOCzj4fsyga6OKSvH1Ntd7E4nrejPrJHh4fkwSI1difE4+jB3/D0LDEH2ZGswZNn7cFnc=', [], {'1BACH8EE1gih5N2bSKn4fvKPwBKVfz26ph': None}, {'1BACH8EE1gih5N2bSKn4fvKPwBKVfz26ph': []}, {}, [])

2. No encryption.

Code:
(2, False, 0.005, '', 50000, 0, 'f13c6f65388dabc85344fb8dc5f14bd6', ['16qN7kUt8SHUhXGXM6My1vM2Q8rn5qm37o', '1EGzJgCZsfDFEcER1YN7eAwFsD5UCDxw9G', '1HRojpi9WcBLYgcBHz7WG7ZtV6NMYNNDwx'], "['5JTvMqQhEeBQwcGBjPGsBod2XTsAQB7TWGgCMEpAdfsjVBcAze3', '5K5rq6DKJ95VxjLnkf26uF2NBMdMh1fkrZupm5rCKNcqCNj9ivA', '5Jx8NSAuaWUFN5aDSJZxHx6CRnWnATAd6yw6AhMCBWmf7nq8QTG']", [], {'1HRojpi9WcBLYgcBHz7WG7ZtV6NMYNNDwx': None, '16qN7kUt8SHUhXGXM6My1vM2Q8rn5qm37o': None, '1EGzJgCZsfDFEcER1YN7eAwFsD5UCDxw9G': None}, {'1HRojpi9WcBLYgcBHz7WG7ZtV6NMYNNDwx': [], '16qN7kUt8SHUhXGXM6My1vM2Q8rn5qm37o': [], '1EGzJgCZsfDFEcER1YN7eAwFsD5UCDxw9G': []}, {'16qN7kUt8SHUhXGXM6My1vM2Q8rn5qm37o': '', '1EGzJgCZsfDFEcER1YN7eAwFsD5UCDxw9G': ''}, [])

Electrum 0.30 apparently doesn't support multiple wallet file, so you'll need to create new plain text file at ~/electrum/electrum.dat.

Also, have you found an option to export the private keys in Electrum version 0.3?

No, all i could found is option to show seed.


And thats not the private keys. Thats the code for seeds
U cant past inside the master keys option in new version when u try to restore it with masterkey
https://ibb.co/YfCxyyc

https://ibb.co/PDf4ZVc

But these keys generates exact seed when u try to restore it with seed option

Am stuck again which is the private key

nc50lc
Legendary
*
Offline Offline

Activity: 2408
Merit: 5595


Self-proclaimed Genius


View Profile
January 18, 2022, 03:42:02 AM
Merited by ABCbits (1)
 #39

And thats not the private keys. Thats the code for seeds -snip-
The "no encryption" wallet has the addresses' individual private key right next to them;
Those are in "Uncompressed WIF" so those are the 51-characters-string that start with '5' after the address list.

It can display more even if the wallet isn't online based on ETF's response in this reply, then read the next reply:
If more addresses are requested in the receive tab, will the unencrypted electrum.dat file display as much private keys as in the receive tab?

Yes.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Bennoko (OP)
Jr. Member
*
Offline Offline

Activity: 62
Merit: 1


View Profile
January 18, 2022, 05:56:43 AM
 #40

Okay I noticed. Still no wallet.dat file, searched a lot. When u try to open the electrum it starts with the test over and over again which I created at the beginning
Pages: « 1 [2] 3 4 5 »  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!