Giter Club home page Giter Club logo

Comments (4)

Mizogg avatar Mizogg commented on June 10, 2024

Hi Dalmatino,

https://github.com/brichard19/BitCrack

-b, --blocks BLOCKS
The number of CUDA blocks

There are 3 parameters that affect performance: blocks, threads per block, and keys per thread.

blocks: Should be a multiple of the number of compute units on the device. The default is 32.

threads: The number of threads in a block. This must be a multiple of 32. The default is 256.

Keys per thread: The number of keys each thread will process. The performance (keys per second) increases asymptotically with this value. The default is 256. Increasing this value will cause the kernel to run longer, but more keys will be processed.

I have this information and can only go but the main GitHub . I have just created a GUI for this.

Mizogg

from teamhunter.

ghost3666 avatar ghost3666 commented on June 10, 2024

with this tool is there anyone able to crack??? any success stories, anyone contacted you or shared results, just curious, so what do you recommend about system to run this script or all script included in this GUI..... VGAs or CPU

from teamhunter.

ghost3666 avatar ghost3666 commented on June 10, 2024

is there any file for if the match found or success, or we have to create by ourself like Winner.txt or Win.txt

from teamhunter.

Mizogg avatar Mizogg commented on June 10, 2024

Yes any match in your database (btc.txt file) This will save to the found folder. All programs have been tested with Low puzzle 1-64 and all can be found with ease and save correctly

from teamhunter.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.