Post
Topic
Board Electrum
Re: Two word seeds?
by
jackg
on 10/12/2018, 12:03:15 UTC
It’s better than what I’m getting (-32601 ‘Method run_cmdline not supported.’) Grin

Are you on windows? CLI access isn't available on Windows. It may work over RPC.

I’m guessing one word seeds aren’t very secure then Grin. 11 bits of entropy for a word? I’m guessing that’s to prevent underflow?

It's 11 because the default dictionary is 2048 words (2^11). If you use a larger dictionary you can encode more bits. You can replace the default dictionaries with your own if you like. Here's one with nearly 9k words. It's a combination of the electrum dictionary and one I downloaded from the EFF's site. On linux you can replace the Electrum dictionary in /lib/python3/site-packages/ele colctrum/wordlist directory.

Ah that’s quite cool. I think I have every word in the Collins English dictionary somewhere so that’ll be interesting to try...

Is electrum happy to go over 256 bits of entropy?