Post
Topic
Board Electrum
Merits 14 from 6 users
Re: Electrum new wallets => Seed Type: Segwit
by
hosseinimr93
on 11/12/2022, 22:46:22 UTC
⭐ Merited by pooya87 (4) ,o_e_l_e_o (4) ,bitmover (3) ,Charles-Tim (1) ,RickDeckard (1) ,DdmrDdmr (1)
Electrum seed phrases include a version number that determines the addresses type. They are not a like a BIP39 seed phrase which can be used for creating different addresses types.

Since version 4.1.0, electrum creates a segwit wallet by default and don't ask you the wallet type.
If you want to create legacy addresses on electrum, you can the following command on console.


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