Here is how i do.
Put all words in a text file and load it into the filereader.
Split() strip() and trim() into array.
Then you rotate the words randomly and validate the resulting mnemonic.
If true verify it to the target address.
https://i.ibb.co/16k8tBb/mnemonics.pngI thought about doing that, but I don't know how to do it (newbie in Linux..).
1. How to make a combined text to be checked?
2. How to check the text with all the possible seeds?