
+11
Under review
API
Hi,
Is there any API or mobile app that I can use in order to track my miners? I want to get alerts if a miner goes down.
Thanks.
Customer support service by UserEcho
Not yet but optional email notifications on miner failure will be introduced soon.
API would be preferable, it makes easy 3d party monitoring development.
Hey,
Any updates on this please? I can see it's in the code base... Looking to build something that means I don't need to scrape the website!
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:
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
is there a way we can also get a json of information on each coin such as difficulty, current price, number of miners on it etc... trying to build a profit switching c# program that would switch when other coin is more profitable to mine.
I'm afraid at the moment you will have to pull pricing information from other sources like coinmarketcap or worldcoinindex.
so a simple API for all my miner stats including a payout array (with timestamps and txids) would be amazing!
I'll see what I can do. :)
let me know if that part is open source, maybe i am able to help out...
Its open source: https://github.com/coinfoundry/miningcore
App would be great...