Giter Site home page Giter Site logo

integersofk / personalvanitypool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from samr7/vanitygen

4.0 4.0 4.0 4.82 MB

Search for vanity Bitcoin addresses on multiple computers to speed up the effort.

Batchfile 0.94% Python 1.24% Makefile 0.30% C 96.69% Shell 0.83%

personalvanitypool's People

Contributors

filosottile avatar fizzisist avatar integersofk avatar samr7 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

personalvanitypool's Issues

hi need help

What i need write in vanity_listen.py ?
SEARCH_PATTERN
PUBLIC_KEY
end?
or here i need write somethink else?
def getWork():
return "1BAWE:04C13D9CF2B0E382A4AF29C5E2B97F85C6DD9445F7DCE82CD7207E6FC4716511981B0012C10B39EF152257A8407A2965F92F075379D311D5786D9421795B82D01C:0:0.112000;\n"

how work and what i need write in this?
@app.route('/report')
def report():
"""Here is where the client will call the server when the target vanity address has been found.
Combine the private key with the private key you used to generate the PUBLIC_KEY"""

print('PRIVATE KEY FOUND!')
type = request.args.get('type', '')
key = request.args.get('key', '')
print(type)
print(key)
return "YOU FOUND THE ADDRESS! THANK YOU SO MUCH!"

when i start server and write url 127.0.0.1:5001/report
i see YOU FOUND THE ADDRESS! THANK YOU SO MUCH!
but i dont start vanitygen or oclvanotygen
help.
need guide on this file
vanity_listen.py

Add support for regex (and other flags)

Only vanity address search patterns as prefixes are currently supported. Vanitygen supports a number of flags, we should allow the host to control as many as possible.

Create a mechanism to notify clients when another client has found the vanity address

Currently, the client will not be able to know when another client has found the solution unless it has been restarted (though it causes no harm to restart manually by closing and reopening the script). Perhaps clients can periodically poll the server to see if the search should indeed continue. No matter how it's done, we really should tell the clients they can all stop.

As a workaround, you could restart the script on the client as frequently as you feel you should check to see if another client has found the solution, or simply turn off the client script manually on all devices in your pool after you've finished searching.

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.