MyEtherWallet / VanityEth

Ethereum vanity address generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memory leakage

mnusurov opened this issue · comments

in proc.on("message", function (message) {}) there is memory leak
try to comment call to counter() in getVanityWallet() (./libs/VanityEth.js) and see the difference

Hi

🤚

I'm new here can you teach me how to use this app

same problem... so sad

For new users, download NodeJs in your Device and open its CLI then type
npm i -g vanity-eth
This will download this package into your device.
Now for vanity address generation use
vanityeth -n <How many address you want to generate> -i <vanity prefix>

Example usage:
vanityeth -n 5 -i beef this will generate 5 addresses which starts with 0xbeef.....