Not all payout coins in Zpool display correctly

Issue #210 new
Charaf Errachidi created an issue

I started using GoByte as my payout coin in Zpool and I found it doesn't display correctly. The conversion rate also isn't displayed :

gobyte.png

The JSON from zpool gives this:

{
   "currency":"GBX",
   "unsold":0.0097669255719796,
   "balance":0.01086598,
   "unpaid":0.02063291,
   "paid24h":0.03624244,
   "total":0.05687535,
   "miners":[
      {
         "version":"ccminer\/alexis-hsr",
         "password":"ID=980Strix,c=GBX",
         "ID":"",
         "algo":"nist5",
         "difficulty":0.75,
         "subscribe":1,
         "accepted":43980465.111,
         "rejected":0
      }
   ]
}

Comments (7)

  1. Charaf Errachidi reporter

    What's wrong in that screenshot:

    • The currency name not appearing before (Zpool)
    • The conversion rate
    • The USD values for each column are null because of the empty rate.

    Tested it now but I get "Whoops, looks like something went wrong.".

  2. Charaf Errachidi reporter

    It works thanks.

    One last thing, I think the "paid24h" value got messed up after your fix, it shows N/A when it does exist in the JSON response:

    {
       "currency":"GBX",
       "unsold":0.0025240263027011,
       "balance":0.00312579,
       "unpaid":0.00564982,
       "paid24h":0.04809311,
       "total":0.05374293,
       "miners":[
          {
             "version":"ccminer\/2.2",
             "password":"ID=980Strix,c=GBX",
             "ID":"",
             "algo":"neoscrypt",
             "difficulty":256,
             "subscribe":1,
             "accepted":687150.787,
             "rejected":0
          }
       ]
    }
    
  3. Log in to comment