Node.js script for generating vanity wallets in the Initia Network. Vanity addresses are cryptocurrency wallet addresses that contain a specific pattern or word, making them unique and personalized.
- Generate an Initia wallet addresses with a specified suffix
- Save generated wallet details (address, private key, public key, mnemonic) to a file
-
Clone the repository:
git clone https://github.com/ignimbrite/vanity-initia.git -
Navigate to the cloned directory:
cd vanity-initia -
Install the required dependencies:
use npm
npm installor yarn
yarn install
Run the script with the following command:
node run.js
You will be prompted to enter:
- Suffix: The desired suffix for your vanity wallet address.
- File Name: The name of the file where the wallet private details will be saved.
This tool uses multi-threading to effectively speed up the process of generating addresses and may consume significant CPU resources.
