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

public address text file is missing #1

Open
test2a opened this issue Dec 22, 2021 · 3 comments
Open

public address text file is missing #1

test2a opened this issue Dec 22, 2021 · 3 comments

Comments

@test2a
Copy link

test2a commented Dec 22, 2021

public_addresses_sorted.txt needs to be created manually. why not add it in the repo?
secondly, how and when does it save files to the found keys?

i've been running this for some time now but the text files are empty. If i ctrl+c the terminal, no output is saved
Core :0 K/s = 154.19959386987188
Core :2 K/s = 153.79412920353784
Core :3 K/s = 153.6234302654904
Core :1 K/s = 153.60181928047638
Core :0 K/s = 153.36326530355547
Core :2 K/s = 152.81235880386325
Core :3 K/s = 152.80336525108982
Core :1 K/s = 152.45896568592204
Core :0 K/s = 153.3644456930526
Core :3 K/s = 152.84413155708089
Core :2 K/s = 152.81968182527532
Core :1 K/s = 152.46830276641617

@TheDen
Copy link
Owner

TheDen commented Dec 22, 2021

Hey @test2a

I can't really commit public_addresses_sorted.txt to the repo since it's over 1GB, and it gets updated weekly on bitkeys.work

As for the found_keys.txt file, it'll only write to it if a generated key exists in the public_addresses_sorted.txt file, which is very very very unlikely since there are 2^256 possible keys

@test2a
Copy link
Author

test2a commented Dec 22, 2021

@TheDen ok. how about this. the script checks, at start if the file exists. if not, then does the wget and cut functions and then tries again. once the file is there, proceeds forward with it.
about the weekly thing, why not write a third file with last download date, the the file checks both if file exists or not and if exists, if the date is more than 7 days.

@TheDen
Copy link
Owner

TheDen commented Dec 27, 2021

Hey @test2a I've added cli arguments to the script, including a --download option that will download the file, parse it and save it as the default filename.

I guess a flow would be to run the script with that option whenever one wants to get the latest version

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

2 participants