Skip to content

hanzvibes/ethvanity-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo A Simple Script for Generate Vanity Address with CLI , I was recode This from @ppabcd

GitHub top language

GitHub last commit

GitHub code size in bytes

GitHub

🌟 Features

  • Mnemonic Support
  • More efficient usage of resources
  • Mobile-friendly
  • 100% Offline

📂 Clone Repository & Install

git clone https://github.com/hanzvibes/ethvanity-js
cd ethvanity-js
npm i

👨‍💻 Run the Script

Generate Vanity Address with Private-key Only ( Faster )

  node index.js

Generate Vanity Address with Mnemonic Support ( Longer )

  node mnemonic.js

📑 Edit index.js

getVanityWallet('yourinput', false, yourchecksum, yourlength, (message) => {
    console.log(message)
    })

- yourinput = A - F / 0 - 8 , for example 000 / deadd / b00b
- yourchecksum = 'true' is Case-sensitive , 'false' is Not Case-sensitive
- yourlength = 2 - 4 , 3 is Recommended

📑 Edit mnemonic.js

let input = 'yourinput';
let minLength = yourlength;

- yourinput = A - F / 0 - 8 , for example 000 / deadd / b00b
- yourlength = 2 - 5

* Recommended Length is 2 / 3

📱 CLI Output Example

App Screenshot

📱Output Files Example

App Screenshot

📱Example of my Vanity Address

App Screenshot

🔗 Source Code ( Original )

🔗 Source Code vanity.js

🌐 Join My Telegram

👥 Contact Me

About

Ethereum Vanity Address Generator CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published