bitkini-keygen
v1.0.18
Published
Bitkini Priv Key Generator
Readme
🔑 bitkini-keygen
Bitkini Priv Key Generator
Generates Bitkini mainnet private keys (raw hex & WIF), compressed public keys, and K... P2PKH addresses in a fun summer-vibe CLI. ☀️🍹
📋 Prerequisites
- Node.js v14+ (tested on v18)
- npm (comes with Node.js)
🚀 Installation
1. Option A: Install from npm globally (recommended)
sudo npm install -g bitkini-keygenOption B: Clone the repo for development
git clone https://github.com/bitkini/bitkini-keygen.git
cd bitkini-keygen
npm install
chmod +x gen-kini.js # optional: make CLI executable locally🛠 Usage
The script generates a customizable number of Bitkini key blocks:
Default (5 key blocks)
bitkini-keygenSpecify number of keys
bitkini-keygen --count 20Or shorthand:
bitkini-keygen -c 10Or run it directly:
node gen-kini.js --count 7