Skip to content

bitkini/bitkini-keygen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔑 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-keygen

Option 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-keygen

Specify number of keys

bitkini-keygen --count 20

Or shorthand:

bitkini-keygen -c 10

Or run it directly:

node gen-kini.js --count 7

About

Bitkini Priv Key Generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published