Post
Topic
Board Electrum
Re: How to use a 24 words seed phrase in Electrum Android Version?
by
jubalix
on 03/01/2025, 12:01:21 UTC
You will need to use electrum on a pc or mac in order to generate a 24 word seed. Then you can restore from seed in android. So download electrum from electrum.org on a PC or mac and then go to view menu > check console. Switch to console tab and click on the warning to make it go away. Then paste in the following command there:

Code:
make_seed(nbits=256)

Press enter and it should spit out a 24 word seed.

whats the difference between make_seed(nbits=256) and make_seed(256)

should we do seed = make_seed(nbits=128, language='english', type='segwit')

to avoid any errors or security issues?