New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wallet-coin

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wallet-coin

Generate paper wallet for bitcoin and altcoins with CLI.

  • 1.0.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 16 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc