A simple program written in Go to find the last BIP39 mnemonic word (checksum).
This program test all possible words and print them.
Inspired by: GitHub - massmux/bip39checksum: BIP39 checksum word finder
go get github.com/tyler-smith/go-bip39
go run bip39checksum.go
-
chmod +x bip39checksum
-
./bip39checksum
- Get my GPG key (link)
- Calculate SHA256 hash of the binary:
sha256sum bip39checksum
- Check that the hash is the same in the signature.txt.asc file
- Verify the signature:
gpg --verify signature.txt.asc
This program is provided "as is", I am not responsible for any loss of funds caused by the use of this program. It is strongly recommended to use it on an offline computer.