/Bitcoin-legacy-wallet-generator

Bitcoin legacy wallet generator

Primary LanguageJavaScriptMIT LicenseMIT

Bitcoin legacy wallet generator

Node.js script that generates a Bitcoin legacy wallet using the coinkey and crypto modules.

Installation Make sure you have Node.js installed on your system. Clone this repository or download the source code. Navigate to the project directory and run npm install to install the dependencies.

Usage To generate a new Bitcoin legacy wallet, simply run the script using Node.js: node app.js This will generate a new private key in hexadecimal format and a corresponding public address.