Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
MaxTargetTruncated, _ = new(big.Int).SetString("00000000FFFF0000000000000000000000000000000000000000000000000000", 16)
MaxTarget, _ = new(big.Int).SetString("00000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF", 16)
)
difficulty = MAX_TARGET / current_target.
Functions ¶
func DoubleSha256Hash ¶
DoubleSha256Hash is the algorithm which litecoin uses as its PoW mining algorithm
func GetHashFunc ¶
func ScryptHash ¶
ScryptHash is the algorithm which litecoin uses as its PoW mining algorithm
func YescryptHash ¶
YescryptHash is the algorithm which krone uses as its PoW mining algorithm
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.