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

Update searche random key hex #52

Open
Simkas45 opened this issue Oct 5, 2018 · 15 comments
Open

Update searche random key hex #52

Simkas45 opened this issue Oct 5, 2018 · 15 comments

Comments

@Simkas45
Copy link

Simkas45 commented Oct 5, 2018

Please created functions random search keys hex please!

@brichard19
Copy link
Owner

Hi,

What is the use case for random key searches? This gets requested a lot and I don't think it makes any sense.

If there were 1 billion keys for every person on the planet, your odds of finding one would still be 1 in 10^59. A brute force attack only has a chance of succeeding if you can narrow down the keyspace sufficiently e.g. with the puzzle transaction.

@voyagerlife
Copy link

@Simkas45 You can try the Plutus for random search, but I doubt if you can find an address with balance.
Here is the link

@Simkas45
Copy link
Author

Simkas45 commented Oct 5, 2018

help me please using multi gpu searcher ?

@voyagerlife
Copy link

Multiprocessing mode stucks and doesn't work well if you mean this option. You should use traditional search option.
If you mean something else, I'm also not good at this subject.

@Simkas45
Copy link
Author

Simkas45 commented Oct 5, 2018

I have 5 gpu only one is used with the -d 0 parameter
if I write -d 0 -d 1 -d 2 -d 3 -d 4 then nothing changes how to fix it?

@voyagerlife
Copy link

I have no idea. You should ask it to the programmer on his issues' page.

@Toroop78
Copy link

Toroop78 commented Oct 5, 2018

У меня 5 gpu только один используется с параметром -d 0,
если я пишу -d ​​0 -d 1 -d 2 -d 3 -d 4, тогда ничего не меняется, как его исправить?

#46 (comment)

@bill32767
Copy link

bill32767 commented Oct 5, 2018 via email

@PsyShark
Copy link

PsyShark commented Oct 7, 2018

You are using the command line to run the list address?

I use 'cmd' to ensure that when the program ends, the 'cmd' window remains open and I can see the progress of the program or errors that appear. So you need to do with all programs that do not have a graphical interface.

@Toroop78
Copy link

Toroop78 commented Oct 7, 2018

Вы можете отправить мне версию, в которой вы работаете,
и выполнить команду линии со списком адресов.
Спасибо.

C:\BitCrack64\BitCrack64.exe -d 0 -i C:\BitCrack64\scan.txt -o C:\BitCrack64\out.txt

@Simkas45
Copy link
Author

delete all nvidia driver, reboot, install cuda_9.2.88_win10.exe

@brichard19
Copy link
Owner

brichard19 commented Oct 11, 2018

@successhalf @Simkas45 Can we please try to stay on topic? Next time if you have a problem please create a new issue instead of posting in unrelated issues.

@Simkas45
Copy link
Author

Please add a search function for a random private key, a very convenient function that is needed in this program!

@PsyShark
Copy link

I apologize for repeating.
Fantasy played out, you can take a note (suddenly like it).
It may increase the chance to get to the desired key.
Regarding the generation of random keys in a limited range of keys.
Example: The beginning of the range 00000000000000000000000000000000000000000000000100000000000000
End of the range 00000000000000000000000000000000000000000000000200000000000000
A random key is generated in the specified range, a specified number of keys are checked against a random key (say 100,000,000,000), at the end of the scan a new random key is generated, and 100,000,000,000 keys are checked again.
It would also make sense to write to the file the scanned ranges in the form of the initial key - the final key. And when generating a new point of reference, the program checks the scanned ranges, if the generated key falls within the already passed range, then it takes the next key from the scanned range as a reference point and continues to check the specified number of addresses.
Example: Started with the key 0000000000000000000000000000000000000000000010000000000000000
scanned the keys 100,000,000,000
finished the scan 0000000000000000000000000000000000000000000000010000174876E7FF
generate a random key in the range from 100000000000000 to 200000000000000
if you are in the already scanned range from 100000000000000 to 10000174876E7FF
then we begin to scan the next 100,000,000,000 keys from the key 10000174876E800
if there is no match with the record, then scan 100,000,000,000 from a randomly generated key 745E91AA0079BB5.
To reduce the space occupied by the file of the passed keys, take notes in the form:
the beginning of 1000000000000
end 10000174876E7FF
the beginning 745E91AA0079BB5
end of 745E931E87E83B4
if you fall into the range covered, then only the final key
the beginning of 1000000000000
end of 10000174876E7FF this entry is overwritten
end 100002E90EDCFFF this entry is written
and we get 2 lines: the beginning of 100000000000000
end of 100002E90EDCFFF
Thanks for attention.

@xdsswar
Copy link

xdsswar commented Feb 19, 2021

Forget about the random guys, if you know the pk is located in a specific range you don't need a random feature, besides that there is only little(I mean 0.0000000......00001% really short) chance to randomly catch a btc pk with funds.

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

9 participants
@brichard19 @voyagerlife @bill32767 @xdsswar @Toroop78 @Simkas45 @PsyShark and others