Post
Topic
Board Mining software (miners)
Topic OP
Looking for help of vardiff
by
lesjokolat
on 26/07/2019, 17:59:03 UTC
Hi I am trying to dev a miner and wondered if anyone had any tips.

I found a ref for keccak;

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 in advance.