Skip to content

vlOd2/AltchaSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AltchaSolver

A simple and fast Altcha solver (SHA-256 only) implementation in C#

How to use

  1. Create a Challenge object with the Altcha parameters
  2. Create a ChallengeSolver with the said challenge
  3. Start solving by calling StartSolving
  4. Wait for the solution by calling GetSolution (async)

Why?

I wanted to scrape a now defunct website, and I needed to solve Altcha challenges
I couldn't find any other up-to-date solvers, especially in C#, so I made this
Since the website only used SHA-256 based challenges, I didn't bother to implement other hashers

About

A simple and fast Altcha solver (SHA-256 only) implementation in C#

Resources

License

Stars

Watchers

Forks

Contributors

Languages