Conversation
royalgarter
commented
Sep 20, 2017
- Add cluster for multi core CPU usage
- Export result to file
- Support regex vanity string
- Default max attemps = Math.round(Number.MAX_VALUE/2);
- Some minor cleanup
|
Sorry for some overkill cleanup that I have made. At first I didn't intent to create pull request (just fork for myself) but then I think that could benefit other users so ... Btw, I see on NPM we already have vanity-key (BTC) and vanity-eth (ETH), so may I suggest that we could rename package to vanity-xrp/vanity-ripple before submit to NPM for ease of search? |
|
Hi there! I appreciate the work and your willingness to share it this way - though I will understand if you want to reconsider. I have intended to add cluster but haven't had time - unfortunately doing this requires asynchronous message handling between the forks in order to work in a way I'd be comfortable with. At the moment, unfortunately your version is quite broken (at least on my machine). If it helps, here are the issues I've identified:
|
|
Thanks for your response & sorry for my naive. I see most of your points are valid. Let's see if I could find a way to solve these problems and re submit it again. P/S: Most of the points is around the "cluster" problem. So let me dig deeper in this and make it work through first. |
|
No problem! Apologies for the late reply. |