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

Performance ideas #12

Open
dlasher opened this issue Oct 7, 2020 · 6 comments
Open

Performance ideas #12

dlasher opened this issue Oct 7, 2020 · 6 comments

Comments

@dlasher
Copy link

dlasher commented Oct 7, 2020

So the primary throttle is searching the bits.txt file. Use a much larger file, and the rate drops very low.

Might I suggest each CPU thread writes to a DB (mongo/memcache/redis/mysql), then other threads can search for matches and delete when no match is found?

@cabanu
Copy link

cabanu commented Feb 9, 2021

Use mine :-)
I updated it. It's works with MySQL
https://github.com/cabanu/BitBruteForce-Wallet

371 K/s/Core - Used settings = 6 Cores - 6 * 371 * 60 * 60 * 24 = 192.326.400 addresses / day = 70.199.136.000 addresses / year

@kubi34
Copy link

kubi34 commented Feb 21, 2021

Use mine :-)
I updated it. It's works with MySQL
https://github.com/cabanu/BitBruteForce-Wallet

371 K/s/Core - Used settings = 6 Cores - 6 * 371 * 60 * 60 * 24 = 192.326.400 addresses / day = 70.199.136.000 addresses / year
4 hours working and still NULL
is it normal?
And my processor is i7 6700 HQ what is core value for optimum
image

@cabanu
Copy link

cabanu commented Feb 22, 2021

You have to fill you're DB with all the addresses you want to check. This script uses the UPDATE query for all generated addresses. When an address exist => it will put the secret key in the DB. If the generated address is not present in your DB: nothing happens.

@kubi34
Copy link

kubi34 commented Feb 23, 2021

You have to fill you're DB with all the addresses you want to check. This script uses the UPDATE query for all generated addresses. When an address exist => it will put the secret key in the DB. If the generated address is not present in your DB: nothing happens.

I added more than 60 million wallet addresses to the first column in the database. There is a text file reading process at the bottom of the software you developed. So what are we going to use this text file for?
image

@kubi34
Copy link

kubi34 commented Feb 28, 2021

You have to fill you're DB with all the addresses you want to check. This script uses the UPDATE query for all generated addresses. When an address exist => it will put the secret key in the DB. If the generated address is not present in your DB: nothing happens.

Hi
Waiting for answer

@jomagalo
Copy link

jomagalo commented Mar 12, 2022

@cabanu My program modification with set() gives me 540K/s * core on a raspi.

540 K/s * Core - Used settings = 4 Cores - 4 * 540 * 60 * 60 * 24 = 186.624.000 addresses / day = 68.117.760.000 addresses / year

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

No branches or pull requests

4 participants