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

How to make the script run much faster ? #7

Open
nostradam opened this issue Jun 23, 2018 · 5 comments
Open

How to make the script run much faster ? #7

nostradam opened this issue Jun 23, 2018 · 5 comments

Comments

@nostradam
Copy link

Hello,

Is there a way to make it run faster ? With the GPU for example or with an ASIC ?

@adonley
Copy link
Owner

adonley commented Jun 23, 2018

I don't think there's any hardware that is specifically made to do SSL functions though I may be wrong here. There is a C library that's optimized for bitcoin elliptical operations.

Other optimizations would include building a bloomfilter that encompassed multiple currencies rather than just ETH to check for balance and developing a fan out architecture for worker servers.

@nostradam
Copy link
Author

Thank you very much for your answer ! Are you still working on this script ?

@nostradam nostradam reopened this Jun 23, 2018
@adonley
Copy link
Owner

adonley commented Jun 23, 2018

I would have used different languages / data structures if I was planning on using this at scale. Look at this as more of a proof of concept.

If you want to fund the development of this I can devote more time but right now my concentration is elsewhere.

@agoora
Copy link

agoora commented Jun 24, 2018

What is your email?

@YashvirGaming
Copy link

@adonley what do you after you get a private key
how to actually turn it to seeds 12 seeds phhrases or 24 seeds
convert it to sha256 ??

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

No branches or pull requests

4 participants