Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memory leakage #29

Open
mnusurov opened this issue Oct 24, 2021 · 5 comments
Open

memory leakage #29

mnusurov opened this issue Oct 24, 2021 · 5 comments

Comments

@mnusurov
Copy link

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

@princescar12345
Copy link

Hi

@mnusurov
Copy link
Author

Hi

🤚

@princescar12345
Copy link

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

@0xJchen
Copy link

0xJchen commented Mar 28, 2022

same problem... so sad

@ayushch80
Copy link

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.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@mnusurov @0xJchen @ayushch80 @princescar12345 and others