I've always had this small doubt that those seed words I wrote down and encrypted might have a typo, or be wrong, and I obviously didn't want them to hang around in clear text or via the network for anything to snoop it.
So I wrote
mnemocheck, basically a
Dockerfile along with a small
bip-utils based python script that derivates the first public address from the mnemonic, it reads them from
stdin and the container should be launched with
--network none. It knows about Bitcoin, Litecoin, Dogecoin, Dash, Ethereum and XRP (actually what
bip-utils supports).
Use it with caution, only pipe on a local, trusted machine, and using encryption tools like GPG, password-store or OpenSSL with the right algorithms.
Here it is
https://gitlab.com/iMil/mnemocheck/