Encryption Projects as SU group

dmr0x

Donating Member
Messages
371
you can use multiple GPUS, PSU and pcie lanes perminting, strip every thing out of the pc so no other slots are being used Gpus being huge these days so you will probably need full riser extensions (not those single lane crypto card risers)

handy if your mobo cpu has on board gfx also.
 

ilovesattv

Registered
Messages
124
It looks as though you are running an old cudabiss with some batch files. 2 Instance of your 3060ti running a later cudabiss should be doing 1600 million keys not 850+ you might want to try rename the cudabiss_64.exe to oldcudabiss_64.exe and try one of the more recent ones for a substantial speed boost. Your batch file will probably still work with it.
Thanks!
I tried to find CUDABISS for 3XXX GPU's but cant find it or been taking down. I have the version for 4XXX GPU that at the moment I wont need so if someone is very kind can you please give me the version that I can use on my 2 X 3080ti, the 3070 and the 3060ti. If it works ok a get better speeds I will retire my old version that I have used for 4 odd years. If I get it I will see how fast it goes on all the Different GPU's but because I have different Motherboards and Memory it will be hard to make a comparision
Once again Thanks
 

sdrfgs

Registered
Messages
151
Thanks!
I tried to find CUDABISS for 3XXX GPU's but cant find it or been taking down. I have the version for 4XXX GPU that at the moment I wont need so if someone is very kind can you please give me the version that I can use on my 2 X 3080ti, the 3070 and the 3060ti. If it works ok a get better speeds I will retire my old version that I have used for 4 odd years. If I get it I will see how fast it goes on all the Different GPU's but because I have different Motherboards and Memory it will be hard to make a comparision
Once again Thanks

 

dmr0x

Donating Member
Messages
371
5090 cards almost upon us. So you get 5k more cuda cores but at a premium. Die hard gamers dumping 4090's so 2x used cards for 32k cuda cores will probably come in around the same price as 5090. the later being a 600watt card vs a 450watt card. New cards just feel like a bit of a cone. We should get more ummph for the same power yet we never do.
 

nilaoda

Registered
Messages
13
This a simple scheduling tool that allows you to run multiple cudabiss instances to improve cracking speed. It might be worth trying.

Code:
BissBatch.exe brute-force -i enc.ts -x D:\Tools\CudaBiss12_3_VS22 scrolling.exe -n 4


You can run 4 cudabiss instances simultaneously!


Pix-Pin-2024-12-25.png


My RTX 3090 can reach 4.8 billion CW per second when running 4 instances.


However, this tool does not currently support resuming from the last stopped position.

file link: https://www.mediafire.com/file/xqyhkm36ytl0wo3/BissBatch_20241225.zip/file
 
Last edited:

nilaoda

Registered
Messages
13
This a simple scheduling tool that allows you to run multiple cudabiss instances to improve cracking speed. It might be worth trying.

Code:
BissBatch.exe brute-force -i enc.ts -x D:\Tools\CudaBiss12_3_VS22 scrolling.exe -n 4


You can run 4 cudabiss instances simultaneously!


Pix-Pin-2024-12-25.png


My RTX 3090 can reach 4.8 billion CW per second when running 4 instances.


However, this tool does not currently support resuming from the last stopped position.

file link: https://www.mediafire.com/file/xqyhkm36ytl0wo3/BissBatch_20241225.zip/file
new link: https://www.mediafire.com/folder/w4bg0srt42cgd/bissbatch

In addition, you may need to adjust the `--key-split-step` to further improve efficiency. For example, on an RTX 4090, using `-r 20000000000` or larger numbers can reduce frequent calls.
 
Last edited:

nilaoda

Registered
Messages
13
Could anyone kindly share these two versions? I would like to use them for testing purposes.

I noticed that the links in the previous posts are no longer working.
The versions I’m looking for are:
cudabiss102464
cudabiss_v12_3_64


Thank you so much for your help!🥺
 

sdrfgs

Registered
Messages
151
Is that all the options? perhaps you can post a few more details listing ALL the option commands? are you running 4 copys split over the full search range.
e.g input is 00 to ff ?
 

nilaoda

Registered
Messages
13
Is that all the options? perhaps you can post a few more details listing ALL the option commands? are you running 4 copys split over the full search range.
e.g input is 00 to ff ?

BissBatch.exe brute-force -h

Code:
Description:
  Brute-force for entire CW range.

Usage:
  BissBatch brute-force [options]

Options:
  -i, --input <PATH> (REQUIRED)   Set the input file or input directory
  -x, --execution-path <FILE>     Set the cudabiss execution path
  -s, --start-key <HEX>           Set the start key [default: 000000000000]
  -e, --end-key <HEX>             Set the end key [default: FFFFFF000000]
  -r, --key-split-step <NUMBER>   Set the size of the key range to be passed to cudabiss for each invocation [default:
                                  10000000000]
  -n, --instance-number <NUMBER>  Set the instance number of cudabiss [default: 1]
  --offset <NUMBER>               Set the offset of reading file [default: 0]
  -v, --verbose                   Set whether to verbose output
  -?, -h, --help                  Show help and usage information

Notice that the input is TS file, not txt.
 

nilaoda

Registered
Messages
13
new link: https://www.mediafire.com/folder/w4bg0srt42cgd/bissbatch

In addition, you may need to adjust the `--key-split-step` to further improve efficiency. For example, on an RTX 4090, using `-r 20000000000` or larger numbers can reduce frequent calls.

New version uploaded.

The local command has been added, allowing you to set parameters such as startkey, endkey, and search patterns for cudabiss in the form of a template file. You can also specify the program's timeout duration, after which the program will be forcefully terminated. If the CW of your recorded content is highly regular, this will greatly improve efficiency.

Code:
Description:
  Local Cudabiss workflow.

Usage:
  BissBatch local [options]

Options:
  -t, --template <FILE> (REQUIRED)  Set the template file
  -i, --input <PATH> (REQUIRED)     Set the input file or input directory
  -x, --execution-path <FILE>       Set the cudabiss execution path
  -n, --worker-numbers <NUMBER>     Set the worker numbers [default: 1]
  --offset <NUMBER>                 Set the offset of reading file [default: 0]
  -v, --verbose                     Set whether to verbose output
  -?, -h, --help                    Show help and usage information



Example cmd:
Code:
BissBatch.exe local -i "SNG3 20231231_183604 #1.ts" -t template.txt -x cudabiss51264.exe



The template file format:
Code:
#StartKey EndKey KeysPerRound Mode Timeout
{yyyy}00000000 FFFFFF000000 1 1 20
0000{yyyy}0000 FFFFFF000000 1 13 15
00000000{yyyy} FFFFFF000000 1 5 15
0000{MMdd}0000 FFFFFF000000 1 13 15
0000{MMdd-}0000 FFFFFF000000 1 13 15

Program Principle
If you TS filename is "SNG3 20231231_183604 #1.ts", the program will process the parameters into these:
Code:
202300000000 FFFFFF000000 1 1 20
000020230000 FFFFFF000000 1 13 15
000000002023 FFFFFF000000 1 5 15
000012310000 FFFFFF000000 1 13 15
000012300000 FFFFFF000000 1 13 15

Then,
1, run with startkey 202300000000 and endkey FFFFFF000000, mode 1, force stop after 20 seconds.
2, run with startkey 000020230000 and endkey FFFFFF000000, mode 13, force stop after 15 seconds.
3, run with startkey 000000002023 and endkey FFFFFF000000, mode 5, force stop after 15 seconds.
...
Finally, stop when the key is found, or when all configurations in the template have been processed.
 

Butacas

Registered
Messages
112
Could you make a (how-to) video of how it all works?

If these brute force executables (CudaBiss) had a gui interface it would be much easier :)
 

klickklack

Donating Member
Messages
2,209
Could anyone kindly share these two versions? I would like to use them for testing purposes.

I noticed that the links in the previous posts are no longer working.
The versions I’m looking for are:
cudabiss102464
cudabiss_v12_3_64


Thank you so much for your help!🥺
ask him ... "I got to day the difference between CudaBiss12_3_VS22_4xxx.exe and Cudabiss102464.exe"

orangebirds

 

sdrfgs

Registered
Messages
151
Its not 1990 msdos time anymore. Running things from the CMD prompt is kind of confusing or difficult for most people these days. Can you consider adding a GUI to it? perhaps also support for running additional GPUS, e.g GPU 1 is running 4 copys over part of the range, while GPU 2 the more powerfull unit is running 5
maybe even a slave/server mode, that hands out ranges to other pcs gpus to process over a network or even internet connected pcs.... There are lots of older mining rigs out there available cheaply with multiple gpus. This batch tool with decent front gui on it could become quite fun.
 

nilaoda

Registered
Messages
13
Its not 1990 msdos time anymore. Running things from the CMD prompt is kind of confusing or difficult for most people these days. Can you consider adding a GUI to it? perhaps also support for running additional GPUS, e.g GPU 1 is running 4 copys over part of the range, while GPU 2 the more powerfull unit is running 5
maybe even a slave/server mode, that hands out ranges to other pcs gpus to process over a network or even internet connected pcs.... There are lots of older mining rigs out there available cheaply with multiple gpus. This batch tool with decent front gui on it could become quite fun.

Well... I made a GUI for that.

chue7q.png


how-to video: https://files.catbox.moe/iu9q3r.mp4
 

dmr0x

Donating Member
Messages
371
Its not 1990 msdos time anymore. Running things from the CMD prompt is kind of confusing or difficult for most people these days. Can you consider adding a GUI to it? perhaps also support for running additional GPUS, e.g GPU 1 is running 4 copys over part of the range, while GPU 2 the more powerfull unit is running 5
maybe even a slave/server mode, that hands out ranges to other pcs gpus to process over a network or even internet connected pcs.... There are lots of older mining rigs out there available cheaply with multiple gpus. This batch tool with decent front gui on it could become quite fun.
old mining rigs suk for cudabiss
 
Top