Your comments

First please don't write everything in caps. I hear you. Can I have your wallet address?

Checking. Sorry for responding late. I have to sleep from time to time.

The pool does show paid balances under "MyStats" -> "Earned". Unpaid balances cannot be shown as they depend on the block reward, which is not known until the next block is found. If you need this you'd probably better off mining at a PPS pool - for much higher fees of course. The recent value drop of Monacoin and Vertcoin made many pools including ours suffer from dramatic hashrate losses due to miners shifting to more profitable options.

On the pool's page click on "My Stats", enter your wallet address and click "Load".

It's taking a bit longer as the daemons are still synching with the blockchain.

API

This has been implemented a while ago but I forgot to announce it. You can retrieve your stats including per-worker hashrates and graph-data by sending a GET or POST to:


https://coinfoundry.org/api/pool/<poolid>/account/<wallet-address>?perfMode=day


For <poolid> substitute the pool's currency in lowercase followed by a "1" (the Id of the Monero Pool is "xmr1" - without quotes).


Example request: 


https://coinfoundry.org/api/pool/xmr1/account/4BCeEPhodgPMbPWFN1dPwhWXdRX8q4mhhdZdA1dtSMLTLCEYvAj9QXjXAfF7CugEbmfBhgkqHbdgK9b2wKA6nqRZQCgvCDm?perfMode=day

The problem is that you are connecting to the TLS port 3134 but your config contains:


"use_tls" : false


Change it to:


"use_tls" : true


Could be a config issue. Could you post your miner config or email it to contact@coinfoundry.org?

Expect a Lyra2re2 XVG pool to come online later today.