Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

wallet-coin

edinaldofox33MIT1.0.9

Generate paper wallet for bitcoin and altcoins with CLI.

Paper Wallet, Bitcoin, Bitcoin Cash, Bitcoin Gold, Dash, Decred, EOS, Ethereum Classic, Ethereum, Dogecoin, Litecoin, Monacoin, Qtum, Reddcoin, Zcash, BTC, BCH, BTG, DASH, DCR, DOGE, ETC, ETH, LTC, MONA, RDD, ZEC

readme

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'));

function return:

```bash { publicAddress: '18cgqTpken7wkYqFgWaZ2ZK86pgPb7Q5F4', privateKey: 'KxNHvT2FgiSedTSG5NfRKJA9sVHkR45QZd31zcsgmsmW2WpFCoYz' } ```

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