Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 393 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 393 Bytes

Mini Private Key Generator

A means to create Bitcoin mini private keys using Node.js.

Usage

git clone https://github.com/MidnightLightning/bitcoin-minikey.git
cd bitcoin-minikey
npm install

node app.js

Generates 50 mini private keys, showing the mini key, associated private key (WIF format) and associated Bitcoin address.