Awesome Miner only supports a number of Block Explorer API, but not that one. The problem is that these API's can be very different, making it almost impossible for Awesome Miner to support all.
A large number of coins are supported via this one:
https://chainz.cryptoid.info/However, Signatum is not in that list.
Given the fact that Signatum is quite popular, I will consider adding specific support for it. Thanks for your feedback on this.
Hi,
The format of the responses from all these Block Explorers are different, so it's not as easy as just make a request to them.
I've been thinking of developing some way of expressing how Awesome Miner should process these results to give the user full flexibility to point to any Block Explorer and simply instruct Awesome Miner where in the result the actual balance can be found, but it will be a little complex and intended mainly for the power users.
If you would allows us a custom field option so that you parse the variable in it like if the result from an api get balance is
{"status":"1","message":"OK","result":"0"}
give us an option to put in a field the following:
So that you we users (who aren't necessarily dumb),
could put the single variable in a string match that your app looks for in the output from the URL API result
Parse whatever takes the place of the variable, sanitize it,
and boom! you now have balance... from ANY API service.
Sure that kinda would be a power user feature... just don't allow this feature for free users, have it be another incentive to upgrade.
I'm a premium user because of the performance tracking feature.
It would make me really happy to be able to add any coin balance via some random API with your App.
And it can be easily done with the way I've described above...
I've messed with php scripts that do the above before.
You're really talented, I'm sure you could add such a feature to your app over a coffee break!
edit:
It would also be really awesome if the docs were a bit more fleshed out.
For example I haven't been able to find the option to select a path to add a custom flavor of CCminer I have on my hard drive next to your app.
I want to be able to use custom flavors of ccminer to specific pools.
I can add pools just fine.. just don't see any path selection option when trying to add another miner program to the list of managed programs in Awesome miner.