Skip to content

alex27riva/bip39checksum-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bip39checksum-go

A simple program written in Go to find the last BIP39 mnemonic word (checksum).

This program test all possible words and print them.

Program running in terminal

Inspired by: GitHub - massmux/bip39checksum: BIP39 checksum word finder

Dependencies

go get github.com/tyler-smith/go-bip39

How to run

Run the program yourself

go run bip39checksum.go

Use the compiled binary (Linux)

  1. chmod +x bip39checksum

  2. ./bip39checksum

Verify signature

  1. Get my GPG key (link)
  2. Calculate SHA256 hash of the binary: sha256sum bip39checksum
  3. Check that the hash is the same in the signature.txt.asc file
  4. Verify the signature: gpg --verify signature.txt.asc

Disclamer

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.