Skip to content

Asone/b39wc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI b39wc

BIP 39 Words Checker

The current project is a minimalist personal project in order to produce software learning and mastering rust.

It is basically a software to check weither the words provided in a 24 mnemonic seed are all from the official seed dictionaries provided in bitcoin core.

It has no expectation to be used in production nor provide an optimal code. Only to provide a small sample of functional rust software

A few options are available :

USAGE:
    b39wc [FLAGS] [OPTIONS] [seed]

FLAGS:
    -h, --help          Prints help information
    -s, --skip-count    Skips count of words number
    -V, --version       Prints version information

OPTIONS:
    -d, --dictionaries <d>    Dictionaries files to use (separated with coma)

ARGS:
    <seed>    The 24 words for seed generation

Example:

b39wc "erupt quit sphere taxi air decade vote mixed life elevator mammal search empower rabbit barely indoor crush grid slide correct scatter deal tenant verb"

will return :

words to be searched : erupt, quit, sphere, taxi, air, decade, vote, mixed, life, elevator, mammal, search, empower, rabbit, barely, indoor, crush, grid, slide, correct, scatter, deal, tenant, verb
Provided words were all found in dictionaries

About

A simple bip-39 mnemonic words checker

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages