fxsniper
Member

Offline
Activity: 406
Merit: 47
|
 |
April 03, 2021, 03:35:38 AM |
|
I'll look into it fxsniper...I do understand the concern. Also, since you are using a 1050, you should be able to use full address and gain speed.
I try again program work fine result output.txt 1Be2UF9NLfyLFbtm3TCbmuocc9N1Kduci1 9DE820A7C actually this is user error, user forget use output option to save result so, make it both print out to default is better (and make option for don't print out) make program to feel better use if user error still work fine 1. default ==> printout output when found key 2. no use any option = default => printout 3. use option -o output.txt ==> do both save result to output.txt and print output 4. if use option -noprint will no print on screen 5. or warning no output setting because if missing it is found key but make it Waste of time a lot user error, but don't blame user thank for update
|
|
|
|
WanderingPhilospher (OP)
Sr. Member
  
Offline
Activity: 1288
Merit: 253
Shooters Shoot...
|
 |
April 03, 2021, 03:40:01 AM |
|
I'll look into it fxsniper...I do understand the concern. Also, since you are using a 1050, you should be able to use full address and gain speed.
I try again program work fine result output.txt 1Be2UF9NLfyLFbtm3TCbmuocc9N1Kduci1 9DE820A7C actually this is user error, user forget use output option to save result so, make it both print out to default is better (and make option for don't print out) make program to feel better use if user error still work fine 1. default ==> printout output when found key 2. no use any option = default => printout 3. use option -o output.txt ==> do both save result to output.txt and print output 4. if use option -noprint will no print on screen 5. or warning no output setting because if missing it is found key but make it Waste of time a lot user error, but don't blame user thank for update I released version 1.1; will print keys found to "KeysFound.txt" if user forgets to add -o option or pause at end of batch file. Try with no -o https://github.com/WanderingPhilosopher/VanBitCrakcenS/releases/tag/1.1Actually it will print KeysFound.txt whether -o was used or not, but a fail safe for now.
|
|
|
|
fxsniper
Member

Offline
Activity: 406
Merit: 47
|
 |
April 03, 2021, 04:11:51 AM |
|
Thank you very much for fast update
|
|
|
|
lostrelic
Jr. Member
Offline
Activity: 32
Merit: 1
|
 |
April 03, 2021, 08:29:30 AM |
|
Any chance of step by step guide to run this i cant even get it to run. Ive downloaded all files but not sure what to do after sorry if its simple just wanted to test my 3080 on it. Thanks lostrelic
|
|
|
|
fxsniper
Member

Offline
Activity: 406
Merit: 47
|
 |
April 03, 2021, 09:20:11 AM |
|
Now I roll back to using version 1.0 I use -o output for save result that save difference key version 1.1 not save from command -o output but every thing move to save on KeysFound.txt
|
|
|
|
NotATether
Legendary
Offline
Activity: 1876
Merit: 7909
Wheel of Whales 🐳
|
 |
April 03, 2021, 11:19:47 AM |
|
Great job. I can write the Makefile for you if it doesn't exist. So apparently JeanLucPONS was making patches to Bitcrack at one point, is that correct? The README file has this gem in it: the y grid size is hard coded so all you can adjust is the x grid size. My question is is there a benefit to being able to adjust the Y grid size? CUDA usually sets the limit for the x and y dimensions to the same number so I'm just wondering if there's a possibility that CUDA is more "tuned" for large Y/small x or small Y/large x or equal dimensions or something like that.
|
|
|
|
|
WanderingPhilospher (OP)
Sr. Member
  
Offline
Activity: 1288
Merit: 253
Shooters Shoot...
|
 |
April 03, 2021, 03:53:55 PM |
|
Any chance of step by step guide to run this i cant even get it to run. Ive downloaded all files but not sure what to do after sorry if its simple just wanted to test my 3080 on it. Thanks lostrelic
Download exe and place in a folder. Create a batchfile and place in same folder. If you downloaded version 1.1 Batch file: VanBitCrackenS1.1 -t 0 -gpu -g 512 -gpuId 0 -r 60000 --keyspace 8000000000000000:FFFFFFFFFFFFFFFF 16jY7qLJ pause (remember to save as .bat) If you downloaded version 1.0 VanBitCrackenS1 -t 0 -gpu -g 512 -gpuId 0 -r 60000 --keyspace 8000000000000000:FFFFFFFFFFFFFFFF -o output.txt 16jY7qLJ pause (remember to save as .bat) Double click batch file and let it run.
|
|
|
|
WanderingPhilospher (OP)
Sr. Member
  
Offline
Activity: 1288
Merit: 253
Shooters Shoot...
|
 |
April 04, 2021, 05:46:28 AM |
|
Great job. I can write the Makefile for you if it doesn't exist. So apparently JeanLucPONS was making patches to Bitcrack at one point, is that correct? The README file has this gem in it: the y grid size is hard coded so all you can adjust is the x grid size. My question is is there a benefit to being able to adjust the Y grid size? CUDA usually sets the limit for the x and y dimensions to the same number so I'm just wondering if there's a possibility that CUDA is more "tuned" for large Y/small x or small Y/large x or equal dimensions or something like that. You know, I'm not sure if JLP did or did not make any patches for Bitcrack. For the x and y CUDA grids, that's a good question. It always seems if you increase the y, the card performs better from a speed standpoint. I will PM you the Makefile and you can take a look at it.
|
|
|
|
lostrelic
Jr. Member
Offline
Activity: 32
Merit: 1
|
 |
April 04, 2021, 02:45:02 PM |
|
Any chance of step by step guide to run this i cant even get it to run. Ive downloaded all files but not sure what to do after sorry if its simple just wanted to test my 3080 on it. Thanks lostrelic
Download exe and place in a folder. Create a batchfile and place in same folder. If you downloaded version 1.1 Batch file: VanBitCrackenS1.1 -t 0 -gpu -g 512 -gpuId 0 -r 60000 --keyspace 8000000000000000:FFFFFFFFFFFFFFFF 16jY7qLJ pause (remember to save as .bat) If you downloaded version 1.0 VanBitCrackenS1 -t 0 -gpu -g 512 -gpuId 0 -r 60000 --keyspace 8000000000000000:FFFFFFFFFFFFFFFF -o output.txt 16jY7qLJ pause (remember to save as .bat) Double click batch file and let it run. Thanks will try again
|
|
|
|
a.a
Member

Offline
Activity: 126
Merit: 36
|
 |
June 08, 2021, 01:31:06 AM |
|
Where is the sourcecode?
|
|
|
|
Desyationer
Newbie
Offline
Activity: 34
Merit: 0
|
 |
June 14, 2021, 12:46:41 AM |
|
stride mode please not work
|
|
|
|
BitNoob21
Newbie
Offline
Activity: 2
Merit: 2
|
 |
June 28, 2021, 01:44:42 AM |
|
awesome program, thank you for your hard work... Signed up just to post these suggestions...  I know in its current form, its just a start from one point and 1by1 increment.... 1) like many the -stride function (aka increment up by 100,000 instead of 1) 2) ability to check for the REVERSE of the hash 3) -random function with some options a) ability to also create a "mask" that will increment each position a certain number (for instance 000000001100111000111000110045980813040) would increment each position by the number in that position forwards and backwards b) again to do the reverse with the above options c) if possible restrict the number of duplicates in a row...example... -max-duplicates 3 means in the key no more than 3 of the same letters/numbers in a row... (not sure if this can be controlled with "random" but thought I would ask) 4) ability to input your own hex keys as a file input/stdin 5) on the command line display have the ability to see the status/pause/etc.. kinda like hashcat Thank you again for your hard work.
|
|
|
|
NotATether
Legendary
Offline
Activity: 1876
Merit: 7909
Wheel of Whales 🐳
|
 |
June 28, 2021, 08:53:18 AM |
|
3) -random function with some options a) ability to also create a "mask" that will increment each position a certain number (for instance 000000001100111000111000110045980813040) would increment each position by the number in that position forwards and backwards b) again to do the reverse with the above options c) if possible restrict the number of duplicates in a row...example... -max-duplicates 3 means in the key no more than 3 of the same letters/numbers in a row... (not sure if this can be controlled with "random" but thought I would ask)
Masks are hard for users to find the optimal one, no? A bitmask will eventually translate down to a stride amount anyway so maybe instead of a bitmask, there could be some "oscillators" built inside the program each of which implements a different stride amount for each iteration. Kind of like how analog frequency is variable but has different patterns.
|
|
|
|
WanderingPhilospher (OP)
Sr. Member
  
Offline
Activity: 1288
Merit: 253
Shooters Shoot...
|
 |
June 28, 2021, 05:03:47 PM Last edit: June 28, 2021, 08:04:40 PM by WanderingPhilospher |
|
awesome program, thank you for your hard work... Signed up just to post these suggestions...  I know in its current form, its just a start from one point and 1by1 increment.... 1) like many the -stride function (aka increment up by 100,000 instead of 1) 2) ability to check for the REVERSE of the hash 3) -random function with some options a) ability to also create a "mask" that will increment each position a certain number (for instance 000000001100111000111000110045980813040) would increment each position by the number in that position forwards and backwards b) again to do the reverse with the above options c) if possible restrict the number of duplicates in a row...example... -max-duplicates 3 means in the key no more than 3 of the same letters/numbers in a row... (not sure if this can be controlled with "random" but thought I would ask) 4) ability to input your own hex keys as a file input/stdin 5) on the command line display have the ability to see the status/pause/etc.. kinda like hashcat Thank you again for your hard work. TBH, most of what you suggested is above my skillset. I am currently looking for source code of the random version of VBC which randomly generates new points, so if you have grid size of 10*100 on your GPU, then the program will create 1000 random points and start searching incrementally from each random point, but you can adjust how often it re randomizes and starts the process all over again. So in theory you could set it to re randomize every second. But that will be on my task list first. I had a project to create a solo mining pool on an old PC (running geth and acting as server) and see if I could mine some blocks; and I did that. So I have a few other personal tasks to complete and then I'll start on random feature. Solo mining pool test with actual results; completed: https://bitcointalk.org/index.php?topic=5346020.0Eth miner / mining comparison tests up and running with real live results; completed: https://bitcointalk.org/index.php?topic=5346433.0Knocking things off the todo list, one by one. I can say this, once mining cools down, I'll be back to experimenting with these key finding programs 100%
|
|
|
|
gamefinder
Newbie
Offline
Activity: 13
Merit: 0
|
 |
August 23, 2021, 03:41:12 PM |
|
Heres the version of BitCrack that has the source code to generate random points. Hopefully it helps in speeding things along for you and getting -r implemented. https://github.com/neutron220/BitCrack
|
|
|
|
WanderingPhilospher (OP)
Sr. Member
  
Offline
Activity: 1288
Merit: 253
Shooters Shoot...
|
 |
August 23, 2021, 06:24:57 PM |
|
Heres the version of BitCrack that has the source code to generate random points. Hopefully it helps in speeding things along for you and getting -r implemented. https://github.com/neutron220/BitCrackSo are you just wanting to search in a keyspace of something like 80000:8FFFF and have a program that generates random points all in between that keyspace?
|
|
|
|
gamefinder
Newbie
Offline
Activity: 13
Merit: 0
|
 |
August 23, 2021, 06:31:33 PM |
|
Heres the version of BitCrack that has the source code to generate random points. Hopefully it helps in speeding things along for you and getting -r implemented. https://github.com/neutron220/BitCrackSo are you just wanting to search in a keyspace of something like 80000:8FFFF and have a program that generates random points all in between that keyspace? Yes that is correct! I think a few others were requesting this above with the -r feature.
|
|
|
|
gamefinder
Newbie
Offline
Activity: 13
Merit: 0
|
 |
August 24, 2021, 02:09:39 PM |
|
I can donate a few dollars in BTC for the random implementation, but sadly I don't have much.
|
|
|
|
WanderingPhilospher (OP)
Sr. Member
  
Offline
Activity: 1288
Merit: 253
Shooters Shoot...
|
 |
August 24, 2021, 09:51:32 PM |
|
I can donate a few dollars in BTC for the random implementation, but sadly I don't have much.
I may have what you already want. I just need to make sure it is what it is. Please reexplain what you are wanting to do. Is it just to create random points over and over inside a defined keyspace? If it's something I have or can do, no need for donation, I do it to tinker, to actually get something to work.
|
|
|
|
|