RippleGen
RippleGen copied to clipboard
A simple multithreaded vanity generator for the ripple p2p network
I successfully built ripplegen. However, every time I run it I get an assertion failed: (pkey) message. It doesn't matter what pattern I'm using. Is there any other bit of...
Boost 1.55.0_1 149 warnings + the following errors: ``` ripplegen.cpp:83:51: error: reference to 'mutex' is ambiguous boost::unique_lock lock(mutex); ^ ripplegen.cpp:41:14: note: candidate found by name lookup is 'mutex' boost::mutex mutex;...
I don't know exactly what the 50% estimate means, but on my system, it takes RippleGen usually 20x the estimated time to find a matching address. I've been searching for...