Bitcoin Forum
May 06, 2024, 06:56:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Electrum legacy wallet in new version  (Read 61 times)
bnbstorm (OP)
Copper Member
Member
**
Offline Offline

Activity: 98
Merit: 34


View Profile
January 24, 2023, 09:08:31 PM
 #1

Is there a way to create a legacy wallet in current version of Electrum? As far as I have checked I was unable to find a way to create a legacy wallet starting with 1.

1714978599
Hero Member
*
Offline Offline

Posts: 1714978599

View Profile Personal Message (Offline)

Ignore
1714978599
Reply with quote  #2

1714978599
Report to moderator
1714978599
Hero Member
*
Offline Offline

Posts: 1714978599

View Profile Personal Message (Offline)

Ignore
1714978599
Reply with quote  #2

1714978599
Report to moderator
1714978599
Hero Member
*
Offline Offline

Posts: 1714978599

View Profile Personal Message (Offline)

Ignore
1714978599
Reply with quote  #2

1714978599
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714978599
Hero Member
*
Offline Offline

Posts: 1714978599

View Profile Personal Message (Offline)

Ignore
1714978599
Reply with quote  #2

1714978599
Report to moderator
hosseinimr93
Legendary
*
Online Online

Activity: 2394
Merit: 5235



View Profile
January 24, 2023, 09:11:35 PM
Merited by pooya87 (2), Charles-Tim (1)
 #2

For generating a legacy wallet, you need to go to "console" tab and use the following command.

Code:
make_seed(128,"","standard")

If you don't see "Console" tab, click on "View" at top of the window and select "Show Console".

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

Activity: 98
Merit: 34


View Profile
January 24, 2023, 09:16:07 PM
 #3

For generating a legacy wallet, you need to go to "console" tab and use the following command.

Code:
make_seed(128,"","standard")

If you don't see "Console" tab, click on "View" at top of the window and select "Show Console".

Thanks it worked and I got a new seed. But I would like to ask what does 128 mean?

hosseinimr93
Legendary
*
Online Online

Activity: 2394
Merit: 5235



View Profile
January 24, 2023, 09:19:04 PM
 #4

Thanks it worked and I got a new seed. But I would like to ask what does 128 mean?
That's the number of bits of entropy.
With 128 bits of entropy, you will have a 12 word seed phrase. For example, you can change the 128 to 256 to have a 24 word seed phrase.

Code:
make_seed(256,"","standard")

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

Activity: 98
Merit: 34


View Profile
January 24, 2023, 09:31:47 PM
 #5

Thanks it worked and I got a new seed. But I would like to ask what does 128 mean?
That's the number of bits of entropy.
With 128 bits of entropy, you will have a 12 word seed phrase. For example, you can change the 128 to 256 to have a 24 word seed phrase.

Code:
make_seed(256,"","standard")
Thank you very much. Locking thread.

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!