Skip to content

Search in Hierarchical Deterministic (HD) addresses

Notifications You must be signed in to change notification settings

fautherdtd/mnemonic-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hierarchical Deterministic (HD) addresses

Generates mnemonic phrases from a rotated dictionary. The received addresses are dumped and searched for balance on the Blockchain

Select a dictionary to search for and add the name to .env

  • Standard dictionary - bip-0039
  • Dictionary turned upside down - bip-random-0039

example: BIP_CHANGE=bip-random-0039


Golang implementation of the BIP32/BIP39/BIP43/BIP44/SLIP44/BIP49/BIP84/BIP173 recovering keys, mnemonic seeds and Hierarchical Deterministic (HD) addresses.


If the search is successful, it sends a signal to Telegram.


Save token and chat_id in .env

  • TELEGRAM_TOKEN=
  • TELEGRAM_CHAT_ID=

The successful result of the mnemonic phrase is also saved to a file with the address

  • resources/mnemonics-success.txt

go run cmd/main.go

About

Search in Hierarchical Deterministic (HD) addresses

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages