Bitcoin Forum
May 08, 2024, 05:06:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 96 »
  Print  
Author Topic: BitCrack - A tool for brute-forcing private keys  (Read 74448 times)
bigvito19
Full Member
***
Offline Offline

Activity: 706
Merit: 111


View Profile
July 14, 2020, 10:46:35 PM
 #441

Can someone throw off the working version of pikachunakapika / bitcrack??? I searched the Internet and cannot find anywhere. need a random function. on https://github.com/ deleted. Please friends help.
Your best bet is to create a batch file that does the random for you. The random function in the version you are speaking about is slower because it takes more time to regen the randomness than to just go in sequential order. A batch function lets you jump in and out of ranges randomly. I have python script that writes batch script with random ranges. You can select the low and high of the range for example:
Low:  8B00000
High: 8BFFFFF

So the script will randomly generate a start and end range inside of that range. Or, use the --share option for "randomness"

Share the script. Itself could not write as it should.

Here is the python script (I run python 2.7 on Windows):
Code:
# Randomizer for BitCrack
# Amateur Coding by the Wandering Philosopher

import os
import random
from datetime import datetime
random.seed(datetime.now())

arq1 = open('RandomBitCrack.bat', 'w')
y = ("FFFFF")
Y1 = int(y, 16)

arq1.write(":while1" + '\n')
for x in range(20):
    
    low  = 0x000000000000000000000000000000000000000000000000ED00000000000000
    high = 0x000000000000000000000000000000000000000000000000EDFFFFFFFFFFFFFF
    blah1 = random.randrange(low, high)
    blah = str( hex( random.randrange( low, high ) ) ).rstrip("L").replace("0x", "00000000000000000000000000000000000000000000000")
    eazy = hex(blah1 + Y1).rstrip("L").lstrip("0x")
    arq1.write("start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace " + hex(blah1).rstrip("L").lstrip("0x") +":" + eazy + " -i 64.txt -o FOUNDTHEPRIVATEKEY.txt" + '\n' + "timeout /t 6 /nobreak" + '\n' + "taskkill /im cb1.exe /f" + '\n' + "timeout /t 1 /nobreak" + '\n')
    
arq1.close()

Batch file produced:
Code:
:while1
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace ed5f9f957a417cae:ed5f9f957a517cad -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace ed5ce1cdf696c89f:ed5ce1cdf6a6c89e -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace ede87bf0498ffc93:ede87bf0499ffc92 -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace ed4482d8f1e25b9e:ed4482d8f1f25b9d -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace edbd36f37234898c:edbd36f37244898b -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace ed8511d049941d6f:ed8511d049a41d6e -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace ed5f9b5cd289b8ef:ed5f9b5cd299b8ee -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace ed8a07e85d77b716:ed8a07e85d87b715 -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace ed91263ac5f6d2ca:ed91263ac606d2c9 -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace ed1d4a9023dd6bfb:ed1d4a9023ed6bfa -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace ed72d72cee1da3ca:ed72d72cee2da3c9 -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace ed1b50d6fc437042:ed1b50d6fc537041 -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace ed71ac3573476040:ed71ac357357603f -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace ed2ac546cac9806e:ed2ac546cad9806d -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace eddf6d5744433345:eddf6d5744533344 -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace edb5ca5f89c2c400:edb5ca5f89d2c3ff -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace edbaa4935a4fda3e:edbaa4935a5fda3d -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace edbe2cbe32f92f56:edbe2cbe33092f55 -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace ede9ad4e751e6975:ede9ad4e752e6974 -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak
start cb1 -d 1 -b 64 -t 256 -p 256 --keyspace ed7484d8f9fb1ee7:ed7484d8fa0b1ee6 -i 64.txt -o FOUNDTHEPRIVATEKEY.txt
timeout /t 6 /nobreak
taskkill /im cb1.exe /f
timeout /t 1 /nobreak

If you want to produce more than 20 random ranges, adjust the "for x in range(20):" in the code for however many you want. I normally run 1000.

If your bitcrack .exe file is named something else (which it probably is) change the "cb1" in both spots to the name of your bitcrack .exe file.

If your device number is something different, change it from -d 1 to whatever yours is, example -d 0.

You can adjust the time the script runs in each range by changing the "timeout /t 6 /nobreak" example, if you want each range to be searched for 60 seconds, change it to "timeout /t 60 /nobreak".

If you want to have different gpu settings other than "-b 64 -t 256 -p 256" adjust them.

If your input file is named something else besides "64.txt" change it to whatever your input file is (input file of what addresses you are searching for).

If you want your output file to be something other than "FOUNDTHEPRIVATEKEY.txt" change it to your desired output name.

Once you've made any changes, run the python script and it will automatically generate the batch file. Place the batch file inside your bitcrack folder, with the bitcrack.exe file, and your input file, and let it rip.

It's nothing fancy, just a low down and dirty python script that allows me to search random ranges without modifying/hacking the code inside bitcrack code and slowing it down any.

Edit: one last thing, I have it set up to randomly generate a range of "FFFFF", change that if you want a larger or smaller range. Change the "y = ("FFFFF")" option.  I chose that range b/c my GPU can get through that range within the 6 seconds.

WanderingPhilospher
Hi there, is this also available for jl's kangaroo or alek's. thanks man again for great piece there.
What would you want it to do? I can generate different variations. 
A few thoughts with kangaroos...
If you use the same setup for either of the kangaroo, you either have to use a timer or the -m x.x option for Jean Luc's kangaroo. Alek's doesn't have that option. The thing that isn't good using the -m x.x option, is you have to go 6 times the expected op for a 99% verification that the key isn't in the range. BSGS (baby step giant step) gives a 100 percent check that key is or is not in a certain range. I was playing around with BSGS last night, with a FFFFFF range (2^ 24 range) and it was checking about 7 ranges per second with a 200000 baby step size. The last but obvious requirement, you have to have pub keys for any kangaroo program.


Do you use BSGS with any server?
1715188009
Hero Member
*
Offline Offline

Posts: 1715188009

View Profile Personal Message (Offline)

Ignore
1715188009
Reply with quote  #2

1715188009
Report to moderator
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715188009
Hero Member
*
Offline Offline

Posts: 1715188009

View Profile Personal Message (Offline)

Ignore
1715188009
Reply with quote  #2

1715188009
Report to moderator
1715188009
Hero Member
*
Offline Offline

Posts: 1715188009

View Profile Personal Message (Offline)

Ignore
1715188009
Reply with quote  #2

1715188009
Report to moderator
madmartyk
Legendary
*
Offline Offline

Activity: 2674
Merit: 1030


Yes I am a pirate, 300 years too late!


View Profile
July 14, 2020, 11:41:38 PM
 #442

Quote
Gets to the load address files and dies

Did you put at least 1 Bitcoin address in the -i file?

I did

dextronomous
Full Member
***
Offline Offline

Activity: 428
Merit: 105


View Profile
July 15, 2020, 01:02:36 AM
 #443



Do you use BSGS with any server?


Just local.
malikadam
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
July 15, 2020, 02:30:10 AM
 #444

I want the steps on a video with explaining in order to know how can i run it i am not a programmer to understand commands and visual studio etc. even the screenshot on the first page i didn't understand anything from it.

It's not as complicated as you think and you don't have to be a programmer to be able to run the BitCrack. Basically what you need to do are :
1. Download BitCrack from https://github.com/brichard19/BitCrack/releases. If you're not sure, just download clBitCrack.exe
2. Open application called "Command Prompt" and move to directory path where clBitCrack.exe is located
3. Type clBitCrack.exe on "Command Prompt"

If you never heard or don't know how to use "Command Prompt", please read this guide https://techtipvault.com/windows/command-prompt-windows-10-cmd-guide/

P.S. i can't make screenshot since i don't use Windows OS

I didn't find clBitCrack.exe

Command Prompt said clBitCrack.exe is not recognized as an internal or external command, operable program, or batch file.

If you are running Nvidia cards, use this link to download cuBitCrack.exe


If you are using AMD cards, use this link to download clBitCrack.exe


Create a folder and place one of those .exe files in the folder, along with your input file that contains the addresses you want to search for.
So let's say you create a folder called "BitCrack"; inside there, place one of the .exe files and the input file containing addresses to search for.

Now, create a batch file. Create a new text document and add the commands you want the program to run with. For example:

Code:
cuBitCrack -d 0 -b 64 -t 256 -p 512 --keyspace 8000000000000000:FFFFFFFFFFFFFFFF -i addresses.txt -o FOUNDKEY.txt

Now save that text document as a .bat file.  When you go to save the text doc as bat file, make sure you select the "Save as type:" box as All Files and then save (for example) runbitcrack.bat....it's important to add the .bat extension or you are just saving as a text document and the program will not run.

Once that is done, double click on your new .bat file and the program will run. It may say you need another file such as vcc....; if so, google that file, download it, and place it in the same folder you created (with all these files in it).

Breakdown of .bat file commands:
cuBitCrack - this is the .exe file that you downloaded in first step. It'll either be cuBitCrack or clBitCrack, depending on your video card.
-d 0 - this is telling the program to use the video card numbered 0; if you have more than one card, you can change this to which video card you want to use
-b 64 -t 256 -p 512 - tells program what gridsize you want to use. you will have to experiment with these numbers to fine tune your card but these default numbers will get you started
--keyspace 8000000000000000:FFFFFFFFFFFFFFFF - this is the keyspace that the program will search in, change it to search the space you want to search
-i addresses.txt - the -i tells program this is your input file; this is where you save the btc addresses you want to search for
-o FOUNDKEY.txt - this -o tells the program you want to save your found keys, in this example, if you find a key, it will save the key in a text file called "FOUNDKEY" . It will save it in the same folder you are running the program from.

edit: the above is for Windows; if you are using Linux/Ubuntu, someone else will have to help you.




Gets to the load address files and dies

Wow it's huge information i am a beginner i don't even know what is Nvidia cards or AMD cards if you create a video with the steps on windows 10 or Mac it will be great and when i find something i will send the first prize to you for helping me (:
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1064
Merit: 219

Shooters Shoot...


View Profile
July 15, 2020, 02:44:23 AM
 #445

Quote
Gets to the load address files and dies

Did you put at least 1 Bitcoin address in the -i file?

I did
I'd have to see everything you are doing to see why it 'crashed". But I have zero issues running it.

Does it crash or is it done running, i.e. did it find the address or is it done searching keyspace?

in your batch file, go the end of the line and space down a few times and then type "pause" then rerun and see what it tells you.

example:
Code:
cuBitCrack -d 0 -b 64 -t 256 -p 512 --keyspace 8000000000000000:FFFFFFFFFFFFFFFF -i addresses.txt -o FOUNDKEY.txt


pause

WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1064
Merit: 219

Shooters Shoot...


View Profile
July 15, 2020, 02:46:26 AM
 #446


Quote
Wow it's huge information i am a beginner i don't even know what is Nvidia cards or AMD cards if you create a video with the steps on windows 10 or Mac it will be great and when i find something i will send the first prize to you for helping me (:

Not to be facetious (stupid funny) but if you do not know what type of graphic card you have, maybe you don't have one? maybe CPU only?
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1064
Merit: 219

Shooters Shoot...


View Profile
July 15, 2020, 02:47:30 AM
 #447


Do you use BSGS with any server?

Just local.
A server like the one Etar setup for Bitcrack would be awesome but as of now, I just check random ranges within the larger range.
klfklf
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 15, 2020, 05:10:55 AM
 #448

Hi...

İ need to bitcrack random version

where can i find this random version? i cant find github

please help...
madmartyk
Legendary
*
Offline Offline

Activity: 2674
Merit: 1030


Yes I am a pirate, 300 years too late!


View Profile
July 15, 2020, 11:19:07 AM
 #449

C:\Users\marty\Desktop\test>cuBitCrack -d 0 -b 64 -t 256 -p 512 --keyspace 8000000000000000:FFFFFFFFFFFFFFFF -i addresses.txt -o FOUNDKEY.txt
[2020-07-15.06:18:10] [Info] Compression: compressed
[2020-07-15.06:18:10] [Info] Starting at: 0000000000000000000000000000000000000000000000008000000000000000
[2020-07-15.06:18:10] [Info] Ending at:   000000000000000000000000000000000000000000000000FFFFFFFFFFFFFFFF
[2020-07-15.06:18:10] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2020-07-15.06:18:10] [Info] Initializing GeForce GTX 1060 6GB
[2020-07-15.06:18:10] [Info] Generating 8,388,608 starting points (320.0MB)
[2020-07-15.06:18:13] [Info] 10.0%
[2020-07-15.06:18:13] [Info] 20.0%
[2020-07-15.06:18:13] [Info] 30.0%
[2020-07-15.06:18:14] [Info] 40.0%
[2020-07-15.06:18:14] [Info] 50.0%
[2020-07-15.06:18:14] [Info] 60.0%
[2020-07-15.06:18:14] [Info] 70.0%
[2020-07-15.06:18:14] [Info] 80.0%
[2020-07-15.06:18:15] [Info] 90.0%
[2020-07-15.06:18:15] [Info] 100.0%
[2020-07-15.06:18:15] [Info] Done
[2020-07-15.06:18:15] [Info] Loading addresses from 'addresses.txt'

Then I get the stopped working pop up

malikadam
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
July 15, 2020, 12:10:51 PM
 #450


Quote
Wow it's huge information i am a beginner i don't even know what is Nvidia cards or AMD cards if you create a video with the steps on windows 10 or Mac it will be great and when i find something i will send the first prize to you for helping me (:

Not to be facetious (stupid funny) but if you do not know what type of graphic card you have, maybe you don't have one? maybe CPU only?

I have a normal laptop with 8 gig ram windows 10
I don't know about the internal pieces of the computer.

all i want someone to make a video with the simple steps this will help a lot
malikadam
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
July 15, 2020, 12:21:02 PM
 #451

I want the steps on a video with explaining in order to know how can i run it i am not a programmer to understand commands and visual studio etc. even the screenshot on the first page i didn't understand anything from it.

It's not as complicated as you think and you don't have to be a programmer to be able to run the BitCrack. Basically what you need to do are :
1. Download BitCrack from https://github.com/brichard19/BitCrack/releases. If you're not sure, just download clBitCrack.exe
2. Open application called "Command Prompt" and move to directory path where clBitCrack.exe is located
3. Type clBitCrack.exe on "Command Prompt"

If you never heard or don't know how to use "Command Prompt", please read this guide https://techtipvault.com/windows/command-prompt-windows-10-cmd-guide/

P.S. i can't make screenshot since i don't use Windows OS

I didn't find clBitCrack.exe

Command Prompt said clBitCrack.exe is not recognized as an internal or external command, operable program, or batch file.


Have you used command cd to move to path where clBitCrack.exe is located. For example if clBitCrack.exe located on "C:\Users\ETF Bitcoin\Downloads\clBitCrack.exe", you should type this first on Command Prompt

Code:
cd "C:\Users\ETF Bitcoin\Downloads"


Quote
Wow it's huge information i am a beginner i don't even know what is Nvidia cards or AMD cards if you create a video with the steps on windows 10 or Mac it will be great and when i find something i will send the first prize to you for helping me (:

Not to be facetious (stupid funny) but if you do not know what type of graphic card you have, maybe you don't have one? maybe CPU only?

Take note OpenCL works on CPU and that's why i recommend to download clBitCrack.exe.

I didn't find this file clBitCrack.exe

i found these only:

 .gitattributes
.gitignore
BitCrack.props
BitCrack.sln
LICENSE.MIT
MIT licence
README.md
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1064
Merit: 219

Shooters Shoot...


View Profile
July 15, 2020, 02:22:03 PM
 #452

C:\Users\marty\Desktop\test>cuBitCrack -d 0 -b 64 -t 256 -p 512 --keyspace 8000000000000000:FFFFFFFFFFFFFFFF -i addresses.txt -o FOUNDKEY.txt
[2020-07-15.06:18:10] [Info] Compression: compressed
[2020-07-15.06:18:10] [Info] Starting at: 0000000000000000000000000000000000000000000000008000000000000000
[2020-07-15.06:18:10] [Info] Ending at:   000000000000000000000000000000000000000000000000FFFFFFFFFFFFFFFF
[2020-07-15.06:18:10] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2020-07-15.06:18:10] [Info] Initializing GeForce GTX 1060 6GB
[2020-07-15.06:18:10] [Info] Generating 8,388,608 starting points (320.0MB)
[2020-07-15.06:18:13] [Info] 10.0%
[2020-07-15.06:18:13] [Info] 20.0%
[2020-07-15.06:18:13] [Info] 30.0%
[2020-07-15.06:18:14] [Info] 40.0%
[2020-07-15.06:18:14] [Info] 50.0%
[2020-07-15.06:18:14] [Info] 60.0%
[2020-07-15.06:18:14] [Info] 70.0%
[2020-07-15.06:18:14] [Info] 80.0%
[2020-07-15.06:18:15] [Info] 90.0%
[2020-07-15.06:18:15] [Info] 100.0%
[2020-07-15.06:18:15] [Info] Done
[2020-07-15.06:18:15] [Info] Loading addresses from 'addresses.txt'

Then I get the stopped working pop up
stopped working pop up?
If you have pause at end of .bat file it will give you info on why program never started or pause when program is done running. I've never encountered a pop up.
madmartyk
Legendary
*
Offline Offline

Activity: 2674
Merit: 1030


Yes I am a pirate, 300 years too late!


View Profile
July 15, 2020, 03:44:34 PM
 #453

It's the cuBitCrack.exe has stopped working popup window

WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1064
Merit: 219

Shooters Shoot...


View Profile
July 15, 2020, 03:55:30 PM
 #454

It's the cuBitCrack.exe has stopped working popup window

I've never seen a popup window. Even when I fat finger something and an error exists inside my .bat file. Everything, including explanation of error is inside the original cmd window.
madmartyk
Legendary
*
Offline Offline

Activity: 2674
Merit: 1030


Yes I am a pirate, 300 years too late!


View Profile
July 15, 2020, 04:52:21 PM
 #455

Windows 10 pro.  When a program errors you'll get a window.

WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1064
Merit: 219

Shooters Shoot...


View Profile
July 15, 2020, 06:37:49 PM
 #456

Windows 10 pro.  When a program errors you'll get a window.

All I use is Windows, never get a separate error for the program.

What did the error say? You will possibly get a dialog box if you don't have vcruntime or cudart installed, but I mentioned that in original post.
madmartyk
Legendary
*
Offline Offline

Activity: 2674
Merit: 1030


Yes I am a pirate, 300 years too late!


View Profile
July 15, 2020, 08:12:08 PM
 #457



Except it says cuBitCrack.exe

madmartyk
Legendary
*
Offline Offline

Activity: 2674
Merit: 1030


Yes I am a pirate, 300 years too late!


View Profile
July 16, 2020, 01:30:58 PM
 #458

Faulting application name: cuBitCrack.exe, version: 0.0.0.0, time stamp: 0x5e2f9ae4
Faulting module name: ucrtbase.dll, version: 10.0.18362.815, time stamp: 0x32a6df9a
Exception code: 0xc0000409
Fault offset: 0x000000000006db9e
Faulting process id: 0x35bc
Faulting application start time: 0x01d65ae3e2cc5a53
Faulting application path: C:\Users\marty\Desktop\pre\cuBitCrack.exe
Faulting module path: C:\Windows\System32\ucrtbase.dll
Report Id: b2781b95-1900-46de-b8f0-523a8b229c70
Faulting package full name:
Faulting package-relative application ID:

klfklf
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 16, 2020, 02:59:50 PM
 #459

Hi...

İ need to bitcrack random version

where can i find this random version? i cant find github

please help...
GoVanza
Newbie
*
Offline Offline

Activity: 149
Merit: 0


View Profile
July 18, 2020, 04:12:59 PM
 #460

Hello, could you make the program look for only part of the key? an example in 1AtlantaCity??? Vanitygen for a long time and is not in the range. Your program is better, but I want to find the beginning of the key in the middle of the range. Thanks!!!
Not really sure what you are wanting...First of all, you would have to know the range that "1AtlantaCity...." is in. If you don't know that, you will probably not find it. This isn't a vanity address generator. It searches for complete addresses and is more efficient if you know the range the address is located in. For example, the puzzle addresses; we know what ranges they are in and the complete address. That's what Bitcrack was built to do.

I know the range of the desired address. I have an AMD card. There would be NVIDIA I would not ask for such a service I would use VanitySearch-1.15.4_bitcrack CUDA (((
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 96 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!