Ozcoin not working for setkeh@gmail.com

Issue #1 resolved
David Greene repo owner created an issue

Hey mate not sure if your aware but the ozco pool is not working in the app keeps telling me there is no responds from the server. Please fix this otherwise great app and thanks for your time :-)

Comments (4)

  1. logiclrd

    I have e-mailed setkeh@gmail.com asking whether he'd be willing to send his API key to help with debugging.

  2. logiclrd

    Sorted out. There were a couple of significant things:

    1. The code handling downloads had a line saying that anything containing "invalid" as a substring was, well, invalid, and should be ignored. Ozcoin's successful response contains a count of invalid shares, and thus includes the word "invalid" as a JSON key in a map.
    2. Ozcoin's response has evolved, shifting from storing a username field in each worker object to having the workers be in a hash indexed by username, and it appears the formatting they use for "current_speed" includes thousands separators, which GSON can't parse.

    I have committed fixes for these issues and others.

  3. Log in to comment