Skip to content

sindresorhus/doge-seed-cli

Repository files navigation

doge-seed-cli

Generate dank mnemonic seed phrases in the terminal

Generates a cryptographically secure mnemonic seed phrase with added dankness. The first four words will be a randomly generated Doge-like sentence. The seed phrases are fully valid checksummed BIP39 seeds. They can be used with any cryptocurrency and can be imported into any BIP39 compliant wallet. Read more…

Note: The entropy is slightly lower than normal seeds.

Install

npm install --global doge-seed-cli

Usage

$ doge-seed --help

  Usage
    $ doge-seed [bits]

  The first argument is the number of bits to derive a BIP39 mnemonic from.
  Must be an integer, divisible by 32, in the range 128...256.
  The default value is 128.

Related