Bitcoin Forum
July 27, 2024, 04:40:29 PM *
News: Help 1Dq create 15th anniversary forum artwork.
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Electrum legacy wallet in new version  (Read 68 times)
bnbstorm (OP)
Copper Member
Member
**
Offline Offline

Activity: 126
Merit: 35


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.

hosseinimr93
Legendary
*
Offline Offline

Activity: 2478
Merit: 5500



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".

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
bnbstorm (OP)
Copper Member
Member
**
Offline Offline

Activity: 126
Merit: 35


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
*
Offline Offline

Activity: 2478
Merit: 5500



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")

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
bnbstorm (OP)
Copper Member
Member
**
Offline Offline

Activity: 126
Merit: 35


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!