Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Profit switching pool - wafflepool.com
by
msarro
on 12/03/2014, 17:32:18 UTC
Dear Poolwaffle,

Nice of the Hashrate per worker! Love it. Only thing is, you forgot to put "" around the hashrate in the new API.
Can't fetch the data now. Can you please put them back around the first Hash_rate too Wink.

Many many thx.

Greets,

Daltonganger

Looks like an oddity from how I was pulling the new worker stats.

hashrates across the board should now be integers (no quotes), as they should have been originally Smiley

One balance value is a float value (unconverted, no quotes, not a string), whereas the other two (sent, confirmed) are still string values. I would prefer them to be float values as the string values were being formatted ("1,xxx.xxxxxxxx") and it broke my API for the big dogs that have received that much. :-P

Sorry about that.  This is what I get for changing things =P

All 3 should be floats now Smiley  The original reason for formatting was just to lock to 8 digits (instead of float representation), but the format function I've got here is just for display (adds commas, etc).  They should all be float values now Smiley

What, not doubles? Wink