GithubHelp home page GithubHelp logo

kuzeygh / ripplegen Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bobway/ripplegen

0.0 1.0 0.0 103 KB

A simple multithreaded vanity generator for the ripple p2p network

License: Other

C 1.22% C++ 98.53% Makefile 0.25%

ripplegen's Introduction

                          R I P P L E G E N

-----------------------------------------------------------------------------

A multithreaded vanity account generating tool for the Ripple p2p network.

Requires Boost and OpenSSL.

Build: ./make
Run:   ./ripplegen [pattern] [threads]

The threads parameter is optional. If omitted, the optimal value is selected
depending on your hardware.

-----------------------------------------------------------------------------

TODO:
    - Validate patterns correctly, make sure the user doesn't end
      up waiting forever for a pattern that will never occur.
    
      user tip: Try r?? and r??? and make sure they are found within a
        reasonable amount of time before trying the full pattern and
        make sure you only use characters from the base58 alphabet:
        123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz

    - Provide a better indication of current speed (not just average speed)
      and a speed breakdown per thread.

    - Make it easier to plug in different alphabets and rules.

    - Remove unused portions of source code.

    - Improve performance by removing unnecessary branching,
      excessive calls, unnecessary memory allocations and copies,
      and replacing the elliptic curve library with something faster.

    - Allow user to specify the seed and then search accounts for that
      seed (right now uses a hardcoded index of 0 for each seed).

    - The search space is sufficiently ample so that it is highly
      unlikely that two threads will end up overlapping in their
      search range, or that running the program multiple times with
      the same pattern will result in an overlap. But it's very cheap
      to guarantee this won't happen. Moreover, the user could be
      allowed to provide an initial search value either directly or as a
      passphrase hash (although this can compromise security).

    - Support for wider pattern formats. Wildcards, ranges, or even
      regexes.

    - Support for coordinated searches across many machines.

- Eric Lombrozo

(Tip Jar: rEric5Q6297byt1PyM5EMx2X3qm9x9RrEb)

-----------------------------------------------------------------------------
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
----------------------------------------------------------------------------

ripplegen's People

Contributors

codeshark avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.