1 个不稳定版本
0.1.0 | 2019年6月3日 |
---|
#1807 在 #blockchain
12KB
216 行
FCT-VanityGen
为使用 Factom 协议生成定制的 Factoid 和 Entry Credit 地址。
安装
二进制文件
从发布页面下载二进制文件。
Cargo
cargo install fct-vanitygen
用法
程序默认会从同一文件夹中名为 names.txt
的换行符分隔的文件中读取。任何匹配项将写入名为 keys.txt
的输出文件。这些默认值可以通过 -i
和 -o
标志分别更改。
names.txt 文件中的名称将视为大小写敏感,要匹配所有大小写变体,请使用 -c
标志。
默认情况下将使用 2 个线程,要修改此设置请使用 -t
标志。例如: -t 4
要打印秘密和公钥到控制台,请使用详细标志 -v
。
帮助标志会打印出所有选项
USAGE:
fct-vanitygen.exe [FLAGS] [OPTIONS]
FLAGS:
-e, --entry-credit Generates entry credit addresses instead of factoid addresses
-c, --ignore-case Ignores case when matching addresses
-v, --verbose Prints matched address and private key
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-i, --input <Input File> Sets the input file of names seperated by newlines. Default: names.txt
-o, --output <Output File> Sets the output file for matched keys. Default: keys.txt
-t, --threads <Threads> Number of simultaneous threads to use. Default: 2
依赖项
~8MB
~141K SLoC