Post
Topic
Board Mining (Altcoins)
Re: C# mining app project
by
JayDDee
on 31/01/2022, 14:25:21 UTC
Is there a simple algorithm to understand ?
I do not understand what this code is trying to do, what does meet the target means.

No. That's not even the POW algo, just the loop that calls it and tests the result.

This is the algo:

Code:
var ScryptResult = Replicon.Cryptography.SCrypt.SCrypt.DeriveKey(Databyte, Databyte, 1024, 1, 1, 32);

If you don't know what the target means you have a very long way to go.