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

Create a database of your addresses. Setting up private key generation in a certain range #41

Open
baruka99-lab opened this issue Mar 27, 2024 · 5 comments
Labels
question Further information is requested

Comments

@baruka99-lab
Copy link

Hello again. Please tell me how to create a database of your addresses and is it possible to specify a range for generating private keys?

@bernardladenthin
Copy link
Owner

A search range is currently being implemented but is not available at the moment.

To create a database for yourself, you can refer to this configuration:

https://github.com/bernardladenthin/BitcoinAddressFinder/blob/main/examples/config_AddressFilesToLMDB.js

I strongly recommend using either my light or full database.

@bernardladenthin bernardladenthin added the question Further information is requested label Mar 27, 2024
@baruka99-lab
Copy link
Author

Please explain to me, when creating an address database, you need to use all three formats (.txt, .tsv, .csv) or can you fill in some one with addresses?

@bernardladenthin
Copy link
Owner

This is just an example. If you need a custom database, you will need to define your input (e.g., addresses) by yourself.

@baruka99-lab
Copy link
Author

I understand that this is an example. It's not very clear to me how to do this or if I'm doing it right. I'm not a wizard, I'm just learning))

@bernardladenthin
Copy link
Owner

The question essentially is, why would you want to create your own database as a beginner? My database already contains many. However, if you still wish to create a database, you can begin by exporting one or multiple addresses. For example, start with a file, such as the one available at https://github.com/Pymmdrza/Rich-Address-Wallet/blob/main/100richBTC.txt

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

No branches or pull requests

2 participants