All Projects → decred → dcraddrgen

decred / dcraddrgen

Licence: ISC license
dcraddrgen is a simple offline address generator for Decred.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Batchfile
5799 projects

dcraddrgen

Build Status ISC License Doc

dcraddrgen is a simple offline address generator for decred.

It allows one to generate an address (along with either the private key or a wallet seed) without a running wallet or daemon.

Usage

Usage: dcraddrgen [-testnet] [-simnet] [-regtest] [-noseed] [-h] filename
Generate a Decred private and public key or wallet seed.
These are output to the file 'filename'.

  -h 		    Print this message
  -testnet 	    Generate a testnet key instead of mainnet
  -simnet       Generate a simnet key instead of mainnet
  -regtest      Generate a regtest key instead of mainnet
  -noseed       Generate a single keypair instead of a seed
  -verify 	    Verify a seed by generating the first address
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].