This project is a brute force application written in GO scripting language using BrainWallet wallets mnemonic.
It was inspired by a similar project BrainFlayer and adapted to the GO language.
Of course it is not similar in every sense.
The project needs to be optimized.
Added BloomFilter.
Check Address balance (Because bloom filter giving false positive address sometimes.We need recheck address.)
Required modules
go get "github.com/gosuri/uilive"
go get "github.com/haltingstate/secp256k1-go"
go get "github.com/jbenet/go-base58"
go get "golang.org/x/crypto/ripemd160"
go get "github.com/mattn/go-sqlite3"
go get "github.com/bits-and-blooms/bloom/v3"
Build process
go build
Parameters
wallet (Default:wallets.txt)
walletinsert (Default:false)
phrasecount (Default:12)
input (Default:phrases.txt)
output (Default:bingo.txt)
Usage
odelbrain.exe -i="phrases.txt" -w="wallets.txt" -t=24 -pc=3 -u=true -s=true -v=false