A simple and fast Altcha solver (SHA-256 only) implementation in C#
- Create a
Challengeobject with the Altcha parameters - Create a
ChallengeSolverwith the said challenge - Start solving by calling
StartSolving - Wait for the solution by calling
GetSolution(async)
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