globalzon / yaamp

Crypto mining pool
107 stars 1.01k forks source link

question on stratum var diff calculation #75

Open lesjokolat opened 5 years ago

lesjokolat commented 5 years ago

hi i am developing a new miner to run against yaamp/yiimp pool types specifically for keccak based algos. i have used what i could get data on for my ptarget calculation but get a large percentage of errors.

ptarget = int(0x00ffff * 2* (8(0x1e - 3)) / mining_set_difficulty_value)

does anyone have any ideas if my calculation is correct and if not any tips most appreciated!

thanks