Vanitygen

使用 vanitygen 為不同的加密貨幣生成地址

  • July 22, 2020

我知道如何使用 vanitygen,但是您如何確定與不同加密貨幣的 -X 參數對應的數字?例如,狗狗幣是 -X 30。

我在這裡找到了一些。

  • 零錢:48
  • 聯邦貿易委員會:14
  • 雷士:8
  • 非國大:23
  • PTC:47
  • 數控:28
  • 危險品:30
  • NMC:52
  • 每次點擊費用:55
  • YAC:77
  • BQC:85
  • IXC:138
  • 杜克:30

VanityGen 的正確語法是:(來自這個問題)

Usage: vanitygen [-vqrikNT] [-t <threads>] [-f <filename>|-] [<pattern>...]
Generates a bitcoin receiving address matching <pattern>, and outputs the
address and associated private key.  The private key may be stored in a safe
location or imported into a bitcoin client to spend any balance received on
the address.
By default, <pattern> is interpreted as an exact prefix.

Options:
-v            Verbose output
-q            Quiet output
-r            Use regular expression match instead of prefix
             (Feasibility of expression is not checked)
-i            Case-insensitive prefix search
-k            Keep pattern and continue search after finding a match
-N            Generate namecoin address
-T            Generate bitcoin testnet address
-X <version>  Generate address with the given version
-t <threads>  Set number of worker threads (Default: number of CPUs)
-f <file>     File containing list of patterns, one per line
             (Use "-" as the file name for stdin)
-o <file>     Write pattern matches to <file>
-s <file>     Seed random number generator from <file>

引用自:https://bitcoin.stackexchange.com/questions/28219