Two things:
1) The CompacF mines at a minimum of 16 diff - I've coded it to not go lower.
The R909 miners at a minimum of 64 diff - I've coded to not go lower.
These values are already below what is needed.
People should expect pools to be pissed off at them if they tried to DDoS the pool with lower values.
2) All about worker difficulty:
https://kano.is/index.php?k=workdiffHi @Kano, I tired the api and made it work half way, I changed the number on ASIC ID from 0 to 1 to modify the 2nd unit and it responds "ASC 0 set OK", and it set the frequency to all chips on Asia 0 vs. 1, and also using chip lets say 0,chip,0:0 it set all to 0 on ASC 0 vs. only chip 0. then if I change to 1,chip,0:0 it sets same all to 0 on ASC 0.
this is how I am sending the payload: {"command": "ascset", "parameter": "[{1,chip,0:0}]"} (then I encode it) is this OK?
initially I did this but sends error, and landed making it partially work with the previous one {"command": "ascset", "parameter": "[{"ID":"1","option":"chip","value":"0:0"}]"}
or for frequency to all {"command": "ascset", "parameter": "[{"ID":"1","option":"freq","value":"0"}]"}
hope you can give me some advise.