#mnemonic #bip-39 #bitcoin #bip-0039

app b39wc

简单的 BIP-39 密语词检查器

1 个稳定版本

1.0.0 2021 年 9 月 17 日

#19#bip-39

MIT 许可证

295KB
12K SLoC

CircleCI b39wc

BIP 39 密语词检查器

当前项目是一个旨在产生软件学习和掌握 Rust 的简约个人项目。

它基本上是一个软件,用于检查提供的 24 个密语词是否全部来自在 bitcoin core 中提供的官方种子字典。

它没有期望在生产中使用,也不提供最优代码。只是提供一个功能 Rust 软件的小样本

一些选项可供使用

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

示例

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"

将返回

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

依赖项

~6.5–9.5MB
~167K SLoC