You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: