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
{{ message }}
This repository was archived by the owner on Feb 14, 2018. It is now read-only.
commit f842410 added abbreviation of units to PiMinerInfo.py on lines 110-120 (https://github.com/adafruit/PiMiner/blob/master/PiMinerInfo.py#L110-L120) - in a system with larger hashing power I have reached 1Mh accepted, the current formulation of the if is reversed - since in every case of 1000 units or greater v >= 1000 including 1,000,000 which should be Mh - therefore the file should have the terms reversed with largest number at the top and else-ing to smaller numbers.
commit f842410 added abbreviation of units to PiMinerInfo.py on lines 110-120 (https://github.com/adafruit/PiMiner/blob/master/PiMinerInfo.py#L110-L120) - in a system with larger hashing power I have reached 1Mh accepted, the current formulation of the if is reversed - since in every case of 1000 units or greater v >= 1000 including 1,000,000 which should be Mh - therefore the file should have the terms reversed with largest number at the top and else-ing to smaller numbers.