Post
Topic
Board Pools (Altcoins)
Re: [POOL][Scrypt][Scrypt-N][X11] Profit switching pool - wafflepool.com
by
Zels
on 06/10/2014, 16:05:03 UTC
Can someone please post a sample of the output from the WafflePool wallet API (http://wafflepool.com/api/miner?address=XXXXXXXX) for an addresses that has been mined to.

I'm trying to integrate WafflePool into Miner Control.  I haven't mined to this pool yet so when I put in an address like this:

Code:
http://wafflepool.com/api/miner?address=1PMj3nrVq5CH4TXdJSnHHLPdvcXinjG72y

I get back this:

Code:
{"error":"Address not found!"}

Code:
{"scrypt":{"hashrate":0,"hashrate_str":"0.00 kH\/s","stalerate":0,"stalerate_str":"0.00 kH\/s","workers":[],"balances":{"sent":0,"confirmed":0,"unconverted":0}},"nscrypt":{"hashrate":0,"hashrate_str":"0.00 kH\/s","stalerate":0,"stalerate_str":"0.00 kH\/s","workers":[],"balances":{"sent":0.00177243,"confirmed":0,"unconverted":0}},"x11":{"hashrate":808137,"hashrate_str":"808.14 kH\/s","stalerate":0,"stalerate_str":"0.00 kH\/s","workers":{"1KSTYGj25RRQ5i1GNVUGTjUsSyZr4uSPiz_R9":{"hashrate":808137,"stalerate":0,"str":"808.14 kH\/s","last_seen":1412611329}},"balances":{"sent":0.02127437,"confirmed":0.00039378,"unconverted":2.220345987e-7}},"x13":{"hashrate":0,"hashrate_str":"0.00 kH\/s","stalerate":0,"stalerate_str":"0.00 kH\/s","workers":[],"balances":{"sent":0,"confirmed":0,"unconverted":0}}}

Not really usefull for Minercontrol.  Would be better if we could get api to return value in http://wafflepool.com/stats Smiley