1.0.9 • Published 6 years ago

wallet-coin v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

wallet-coin

Generate wallet for bitcoin and altcoins with CLI.

Supported Coins

  • Bitcoin (BTC)
  • Bitcoin Cash (BCH)
  • Bitcoin Gold (BTG)
  • Dash (DASH)
  • Decred (DCR)
  • Dogecoin (DOGE)
  • EOS (EOS)
  • Ethereum Classic (ETC)
  • Ethereum (ETH)
  • Litecoin (LTC)
  • Monacoin (MONA)
  • Qtum (QTUM)
  • Reddcoin (RDD)
  • Zcash (ZEC)

Installation

npm install wallet-coin -save

Usage

var walletCoin = require('wallet-coin');
walletCoin.wallet('btc|bch|btg|dash|dcr|doge|eos|eth|ltc|mona|qtum|rdd|zec');
console.log(walletCoin.wallet('btc'));

Secure Offline Paper Wallet Generation

It's recommended to use an air-gapped computer for high value wallet coin generation.

  • Download and install the latest Node.js binaries from https://nodejs.org/en/

  • Install this cli tool from npm

  • Disconnect from network

  • Generate and print the wallet coin

Donations

paypal