Author

Topic: Electrum legacy wallet in new version (Read 61 times)

copper member
Activity: 98
Merit: 34
January 24, 2023, 05: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.
legendary
Activity: 2380
Merit: 5176
January 24, 2023, 05: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")
copper member
Activity: 98
Merit: 34
January 24, 2023, 05: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?
legendary
Activity: 2380
Merit: 5176
January 24, 2023, 05:11:35 PM
#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".
copper member
Activity: 98
Merit: 34
January 24, 2023, 05: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.
Jump to: