BitCrack icon indicating copy to clipboard operation
BitCrack copied to clipboard

Update searche random key hex

Open Simkas45 opened this issue 7 years ago • 15 comments

Please created functions random search keys hex please!

Simkas45 avatar Oct 05 '18 00:10 Simkas45

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.

brichard19 avatar Oct 05 '18 01:10 brichard19

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

voyagerlife avatar Oct 05 '18 05:10 voyagerlife

help me please using multi gpu searcher ?

Simkas45 avatar Oct 05 '18 05:10 Simkas45

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.

voyagerlife avatar Oct 05 '18 05:10 voyagerlife

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?

Simkas45 avatar Oct 05 '18 05:10 Simkas45

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

voyagerlife avatar Oct 05 '18 06:10 voyagerlife

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

https://github.com/brichard19/BitCrack/issues/46#issuecomment-425142919

Toroop78 avatar Oct 05 '18 11:10 Toroop78

BitCrack настроен на работу только с одним устройством -d

On Fri, Oct 5, 2018 at 4:47 AM Toroop78 [email protected] wrote:

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

#46 (comment) https://github.com/brichard19/BitCrack/issues/46#issuecomment-425142919

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/brichard19/BitCrack/issues/52#issuecomment-427338386, or mute the thread https://github.com/notifications/unsubscribe-auth/Ae0S2WQL7YOvh7Ah6wMAGJbLFBloX_0Oks5uh0bngaJpZM4XJWrq .

bill32767 avatar Oct 05 '18 23:10 bill32767

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.

PsyShark avatar Oct 07 '18 10:10 PsyShark

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

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

Toroop78 avatar Oct 07 '18 11:10 Toroop78

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

Simkas45 avatar Oct 11 '18 00:10 Simkas45

@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.

brichard19 avatar Oct 11 '18 02:10 brichard19

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

Simkas45 avatar Oct 12 '18 16:10 Simkas45

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.

PsyShark avatar Oct 12 '18 17:10 PsyShark

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.

xdsswar avatar Feb 19 '21 18:02 xdsswar