Author

Topic: [iOS] Asi MPM (Completely free, Calculator Support MiningPoolHub, SUPRNOVA) (Read 19789 times)

newbie
Activity: 42
Merit: 0
can you add Digibyte Pool ?
newbie
Activity: 5
Merit: 0
Hello,I would like to know if the app is compatible with CoolMine.Top mining pool, if not is it possible to add it? and if there is a way to remove the adds, like a paid version or something.
member
Activity: 68
Merit: 10
Great app!!!

I'm running a couple of pools: https://MyPool.Online
How to request to add? Do you have some kind of publicly hosted settings file which I can clone/modify/pull request?

My open-ethereum-pools:

ubq:

https://api.ubq.mypool.online/api/stats
https://api.ubq.mypool.online/api/miners
https://api.ubq.mypool.online/api/blocks
https://api.ubq.mypool.online/api/payments
http://api.ubq.mypool.online/api/accounts/


the same for:
music (api.music.mypool.online)
etc
eth
ella
pirl
exp

Thank you for adding!
newbie
Activity: 16
Merit: 0
Would be able to implement the luckpool.net api - currently zencash, in the app?
newbie
Activity: 44
Merit: 0
Updated to v3.0!
Supported yiimp engine, fixed DCR on Suprnova.cc and fixed balance problem on Ethermine/Flypool/Ethpool.
newbie
Activity: 8
Merit: 0
nice, let me know if you need anything included testing and stuff
newbie
Activity: 44
Merit: 0
here is the full api that i received from pool owners

all the pools are based on node-cryptonote-pool.

Quote

also naming for each symbol can be found at

https://raw.githubusercontent.com/sebseb7/cryptoknight_cc/master/nginx.conf

It is amazing! Thank you very very much!! I will implement it as soon as I can!
newbie
Activity: 8
Merit: 0
here is the full api that i received from pool owners

all the pools are based on node-cryptonote-pool.

Quote

also naming for each symbol can be found at

https://raw.githubusercontent.com/sebseb7/cryptoknight_cc/master/nginx.conf
newbie
Activity: 8
Merit: 0
Yes it has api




https://cryptoknight.cc/rpc//stats
https://cryptoknight.cc/rpc//stats_address?address=&longpoll=false

has json outputs, i am not sure at the backend but i am sure there should be already a template on your codebase for this.

no need for regex nothing, just parsing the json
newbie
Activity: 44
Merit: 0
thanks for such a great app and also miner monitor is amazing.

is it possible to add:

https://cryptoknight.cc/

pool?

I guess, it is a node-cryptonote-pool based pool. If yes, or it has an API then the answer is yes. But I do no mine on any node-cryptonote-pool based pool, and it hides all of its miners, so very hard to implements the API. Because I do not have any test data... As a result, I would like to support this pool engine, but I cannot at the moment. I hope soon Smiley
newbie
Activity: 44
Merit: 0
Is it possible to use this to monitor multi algo switching mining on MPM?

Yes, it is. I would like to support this feature too. But this is just a hobby project, so the implementation time is based on how much free time do I have...
newbie
Activity: 8
Merit: 0
thanks for such a great app and also miner monitor is amazing.

is it possible to add:

https://cryptoknight.cc/

pool?
member
Activity: 91
Merit: 10
Is it possible to use this to monitor multi algo switching mining on MPM?
newbie
Activity: 44
Merit: 0
Love this app!

Just trying to install my second miner, but as your tutorial says: "After you installed the client on your second miner, but before run it, edit the configuration file as follows"

Which one is configuration file for linux? Because I did not find "channel id" string in config.conf

Thank you  Smiley

Thank you! I will update the tutorial Smiley

There are 2 ways to reach your goal:
  • Edit the config file, just append like this (of course, replace YOUR_CHANNEL_ID with your real one. The inverted commas are required, the file must be a valid JSON file!):
Code:
{
    "name": "default",
    "temp_unit": "c",
    "channel_id" : "YOUR_CHANNEL_KEY"
}
  • Run the client on the second miner, and after the qr code appears, quit (press q). Then open the config file and replace the channel id. (In the first run, the client generates a unique config file which contains the new channel key which generated by the server)

These methods work on both Linux and Windows.

If you have any problem or question, feel free to contact me! Smiley

Ps.: Is there a desktop installed on your linux? If yes, does "./ASiMinerMonitor --wingui" work? For me yes, but nobody else confirmed this... Sad

Okay so now I understand what to do. You have to add "channel_id" string into config.conf file. Not to edit it, as I thought  Smiley

So I have successfully done that, but now, after I execute AsiMinerMonitor nothing really happens. So the question is, is this supposed to work on EthOS?

Thank you.   

I do not have EthOS, so I cannot test it on. It should work... What does "nothing really happens" mean? Can you get any (error) message in a console or in a log file? Or just a console blank? Try to run with "./AsiMinerMonitor --verbose". In that case, you will get more information in the log file.
newbie
Activity: 6
Merit: 0
Love this app!

Just trying to install my second miner, but as your tutorial says: "After you installed the client on your second miner, but before run it, edit the configuration file as follows"

Which one is configuration file for linux? Because I did not find "channel id" string in config.conf

Thank you  Smiley

Thank you! I will update the tutorial Smiley

There are 2 ways to reach your goal:
  • Edit the config file, just append like this (of course, replace YOUR_CHANNEL_ID with your real one. The inverted commas are required, the file must be a valid JSON file!):
Code:
{
    "name": "default",
    "temp_unit": "c",
    "channel_id" : "YOUR_CHANNEL_KEY"
}
  • Run the client on the second miner, and after the qr code appears, quit (press q). Then open the config file and replace the channel id. (In the first run, the client generates a unique config file which contains the new channel key which generated by the server)

These methods work on both Linux and Windows.

If you have any problem or question, feel free to contact me! Smiley

Ps.: Is there a desktop installed on your linux? If yes, does "./ASiMinerMonitor --wingui" work? For me yes, but nobody else confirmed this... Sad

Okay so now I understand what to do. You have to add "channel_id" string into config.conf file. Not to edit it, as I thought  Smiley

So I have successfully done that, but now, after I execute AsiMinerMonitor nothing really happens. So the question is, is this supposed to work on EthOS?

Thank you.   
newbie
Activity: 44
Merit: 0
Love this app!

Just trying to install my second miner, but as your tutorial says: "After you installed the client on your second miner, but before run it, edit the configuration file as follows"

Which one is configuration file for linux? Because I did not find "channel id" string in config.conf

Thank you  Smiley

Thank you! I will update the tutorial Smiley

There are 2 ways to reach your goal:
  • Edit the config file, just append like this (of course, replace YOUR_CHANNEL_ID with your real one. The inverted commas are required, the file must be a valid JSON file!):
Code:
{
    "name": "default",
    "temp_unit": "c",
    "channel_id" : "YOUR_CHANNEL_KEY"
}
  • Run the client on the second miner, and after the qr code appears, quit (press q). Then open the config file and replace the channel id. (In the first run, the client generates a unique config file which contains the new channel key which generated by the server)

These methods work on both Linux and Windows.

If you have any problem or question, feel free to contact me! Smiley

Ps.: Is there a desktop installed on your linux? If yes, does "./ASiMinerMonitor --wingui" work? For me yes, but nobody else confirmed this... Sad
newbie
Activity: 6
Merit: 0
Love this app!

Just trying to install my second miner, but as your tutorial says: "After you installed the client on your second miner, but before run it, edit the configuration file as follows"

Which one is configuration file for linux? Because I did not find "channel id" string in config.conf

Thank you  Smiley
newbie
Activity: 11
Merit: 0
Everything is fine now. Great tool !!
newbie
Activity: 44
Merit: 0
New version is available with a very interesting feature: Miner Monitor! You can monitor your miner's GPUs' temperature from your mobile in REAL-TIME! For more info, please visit the webpage: https://asimpm.com/help/minermonitor

I changed the miner name in the config file as shown in the website but the iOS app still shows "default".
Is there any other place that I need to change as well ?

No, nothing else. You have to pay attention for the "" characters and the , in the end of the line if this row not the last.
I think I will change the config file structure, it is too sensitive for to be correct

New Clients are available for Linux and Windows. You can edit the name and temperature unit inside the client, so you cannot touch for the config file!

I downloaded and run the new client but got stuck at "state connecting..." so I dont get the barcode (new key) yet
Do you have any idea why?


The problem is on the server side. Sometimes it freeze for some reason. I try to fix it as soon as possible.
newbie
Activity: 11
Merit: 0
New version is available with a very interesting feature: Miner Monitor! You can monitor your miner's GPUs' temperature from your mobile in REAL-TIME! For more info, please visit the webpage: https://asimpm.com/help/minermonitor

I changed the miner name in the config file as shown in the website but the iOS app still shows "default".
Is there any other place that I need to change as well ?

No, nothing else. You have to pay attention for the "" characters and the , in the end of the line if this row not the last.
I think I will change the config file structure, it is too sensitive for to be correct

New Clients are available for Linux and Windows. You can edit the name and temperature unit inside the client, so you cannot touch for the config file!

I downloaded and run the new client but got stuck at "state connecting..." so I dont get the barcode (new key) yet
Do you have any idea why?
newbie
Activity: 44
Merit: 0
Just set it up today with Suprnova and it does everything as advertised. I can see all 3 of my miners temps and mining statuses on my phone.  This is everything I needed and a little bit more (predictive payouts are cool too).  Nice job bro!

Thank you very much! If you have a little free time, please rate it on the App Store Smiley
Futermore, If there is any problem with the app or with the client on your miners, just write to me! Finally,  if you have an idea how we can make it better, please, share it with me Smiley
newbie
Activity: 2
Merit: 0
Just set it up today with Suprnova and it does everything as advertised. I can see all 3 of my miners temps and mining statuses on my phone.  This is everything I needed and a little bit more (predictive payouts are cool too).  Nice job bro!
newbie
Activity: 44
Merit: 0
just wanted to let you know that luckpool has changed their domain for Zen and will follow up with the others in the next weeks.

The new API for the zen pool can be found here: https://luckpool.net/zen/api.html

Do you you could add support for the new Zen pool?

Thanks for the notice! I fast checked it, and I think it will not be a problem. Just I have to implement the new endpoints...
newbie
Activity: 44
Merit: 0
New version is available with a very interesting feature: Miner Monitor! You can monitor your miner's GPUs' temperature from your mobile in REAL-TIME! For more info, please visit the webpage: https://asimpm.com/help/minermonitor

I changed the miner name in the config file as shown in the website but the iOS app still shows "default".
Is there any other place that I need to change as well ?

No, nothing else. You have to pay attention for the "" characters and the , in the end of the line if this row not the last.
I think I will change the config file structure, it is too sensitive for to be correct

New Clients are available for Linux and Windows. You can edit the name and temperature unit inside the client, so you cannot touch for the config file!
newbie
Activity: 16
Merit: 0
just wanted to let you know that luckpool has changed their domain for Zen and will follow up with the others in the next weeks.

The new API for the zen pool can be found here: https://luckpool.net/zen/api.html

Do you you could add support for the new Zen pool?
newbie
Activity: 44
Merit: 0
New version is available with a very interesting feature: Miner Monitor! You can monitor your miner's GPUs' temperature from your mobile in REAL-TIME! For more info, please visit the webpage: https://asimpm.com/help/minermonitor

I changed the miner name in the config file as shown in the website but the iOS app still shows "default".
Is there any other place that I need to change as well ?

No, nothing else. You have to pay attention for the "" characters and the , in the end of the line if this row not the last.
I think I will change the config file structure, it is too sensitive for to be correct
newbie
Activity: 11
Merit: 0
New version is available with a very interesting feature: Miner Monitor! You can monitor your miner's GPUs' temperature from your mobile in REAL-TIME! For more info, please visit the webpage: https://asimpm.com/help/minermonitor

I changed the miner name in the config file as shown in the website but the iOS app still shows "default".
Is there any other place that I need to change as well ?
newbie
Activity: 44
Merit: 0
New version is available with a very interesting feature: Miner Monitor! You can monitor your miner's GPUs' temperature from your mobile in REAL-TIME! For more info, please visit the webpage: https://asimpm.com/help/minermonitor
newbie
Activity: 44
Merit: 0
Hi
I am using your iOS app to monitor my ravencoin miner on suprnova pool.
Whenever I go to "transactions" tab, it pop up a message saying "Invalid server responses".  The confirmed and unconfirmed are updated fine with other info. I just dont know why such error message keep appear.
maybe you can have a fix for this?

I also have a suggestion. Can you make the app to show estimated hash rate ? or better, show a graph of hash rates through the day/week/month/etc. ?

Finally, Thanks for app. It finds it very helpful.

Hi,

Thanks for the very good questions! Smiley

I guess, the transactions chart/table is empty ("Last 0 transaction(s)" appears in the header)... On the transaction view, the app request the balances and the transactions. I do not know why, some API endpoints are wrong on suprnova, like getusertransactions in case of RVN. The response of this request is empty. No stats or error message in it, just empty. This is the reason why the app says "Invalid server response", because is it. Smiley) This case is "lucky", because in case of DCR the "main" request is wrong which is opens the detail tab, as a result the users cannot use the app with DCR on suprnova. I reported it to suprnova a few month ago, but nothing happened yet...

MPOS based pool's API does not support hashrate history, so I cannot "draw a graph" without information Sad And also a problem, to the iOS system does not like background running (some performance and battery life reasons), so I also cannot collect and store information from the pool in interval.

I hope to I answered all of your questions Smiley

Have a nice day!
newbie
Activity: 11
Merit: 0
Hi
I am using your iOS app to monitor my ravencoin miner on suprnova pool.
Whenever I go to "transactions" tab, it pop up a message saying "Invalid server responses".  The confirmed and unconfirmed are updated fine with other info. I just dont know why such error message keep appear.
maybe you can have a fix for this?

I also have a suggestion. Can you make the app to show estimated hash rate ? or better, show a graph of hash rates through the day/week/month/etc. ?

Finally, Thanks for app. It finds it very helpful.
newbie
Activity: 44
Merit: 0
Hey thanks for adding Luckpool.org! One thing their api do provide the worker data, part of the history object

https://luckpool.org/api/worker_stats?

Do you think you could add worker data as well?

Yes, I can. But to do it, I have to update the app in the store. This takes more time Smiley
newbie
Activity: 16
Merit: 0
Hey thanks for adding Luckpool.org! One thing their api do provide the worker data, part of the history object

https://luckpool.org/api/worker_stats?

Do you think you could add worker data as well?
newbie
Activity: 44
Merit: 0
newbie
Activity: 44
Merit: 0
Hey, have you got the change to look into https://luckpool.org? Do you think you could add it in? Seems to be based on the znomp https://luckpool.org/api

Added LuckPool support! Cool But please note: LuckPool does not support workers' list!
newbie
Activity: 44
Merit: 0
Hello, thanks :-) I have 10min it is the problem... 20min better???

If I remember well, the cache time is 10 mins on Ethermine/Flypool, so set greater than 10 (Default is 15). I think, 20 should be fine. Smiley
newbie
Activity: 2
Merit: 0
Hello, thanks :-) I have 10min it is the problem... 20min better???
newbie
Activity: 44
Merit: 0
Hello, I have a problem with app. I can´t view online RIG :-( only "All" but Online is empty. Then no notifications... Can you help me please???
Flypool -> ZEC

Hi, sorry for the late answer!
What is the value of the "Offline timer" on the Account detail page? Because it is too small, the worker always be offline, and the notification does not work. All of these things based on this value. I attached a screenshot about where you can find it: https://asimpm.com/offline_worker.png
newbie
Activity: 2
Merit: 0
Hello, I have a problem with app. I can´t view online RIG :-( only "All" but Online is empty. Then no notifications... Can you help me please???
Flypool -> ZEC

newbie
Activity: 44
Merit: 0
Hey, have you got the change to look into https://luckpool.org? Do you think you could add it in? Seems to be based on the znomp https://luckpool.org/api

Yes, In my opinion, I can! I will check it tomorrow!
newbie
Activity: 16
Merit: 0
Hey, have you got the change to look into https://luckpool.org? Do you think you could add it in? Seems to be based on the znomp https://luckpool.org/api
newbie
Activity: 44
Merit: 0
For dwarfpool:

Error
No statistics for wallet. Either new wallet or no active workers last day

Otherwise, nice app Smiley
Keep up good work!

Thank you!
This error message comes from Dwarfpool's API, so please, try again later. I am 99% sure to the time will solve this problem Smiley (I got this error message too for my worker.)
newbie
Activity: 87
Merit: 0
For dwarfpool:

Error
No statistics for wallet. Either new wallet or no active workers last day

Otherwise, nice app Smiley
Keep up good work!
newbie
Activity: 44
Merit: 0
newbie
Activity: 2
Merit: 0
Thanks, it works now!
newbie
Activity: 44
Merit: 0
Thank you for this software.

I tried adding a miningspeed.com wallet but it says "The data couldn't be read because it isn't in the correct format".

I selected the Zclassic as coin and put in t1em4hKYfTcp6X2QimfV2AbVyCp9esmU3Pe as wallet address.

This is the address at miningspeed.com:
https://zclassic.miningspeed.com/workers/t1em4hKYfTcp6X2QimfV2AbVyCp9esmU3Pe

What am I doing wrong?

Hi,
Thanks for the report and sorry for the slow reaction!
You did everything fine, just was some wrong url for the pool's api. I corrected these, so if you update the database in the Setting, the given wallet should work (it was fine for me Smiley). And I also added missing coins.
If there is any other problem, do not hesitate to contact me!
Thanks,
newbie
Activity: 2
Merit: 0
Thank you for this software.

I tried adding a miningspeed.com wallet but it says "The data couldn't be read because it isn't in the correct format".

I selected the Zclassic as coin and put in *masked* as wallet address.

This is the address at miningspeed.com:
https://zclassic.miningspeed.com/workers/*masked*

What am I doing wrong?
newbie
Activity: 44
Merit: 0
Just installed on my iPAD.

and please consider to develop native iPAD version.

The app users only 1% run it on iPad. So to port the App to iPad is not so important, but I am going to do it! But before, I would like to support more pool engine and add 1 more feature.
What do you think: if I port it, there will more users on iPad?

I think you may port it when you are really free.
I am using it in iPhone 2X emulate mode anyway, and a bit ugly.

I will check what am i do "fast" Smiley
newbie
Activity: 25
Merit: 0
Just installed on my iPAD.

and please consider to develop native iPAD version.

The app users only 1% run it on iPad. So to port the App to iPad is not so important, but I am going to do it! But before, I would like to support more pool engine and add 1 more feature.
What do you think: if I port it, there will more users on iPad?

I think you may port it when you are really free.
I am using it in iPhone 2X emulate mode anyway, and a bit ugly.
newbie
Activity: 44
Merit: 0

Thanks for the guess! It have a good API with doc. I added it to my to-do list and implement it as soon as I can Smiley
newbie
Activity: 44
Merit: 0
Just installed on my iPAD.

and please consider to develop native iPAD version.

The app users only 1% run it on iPad. So to port the App to iPad is not so important, but I am going to do it! But before, I would like to support more pool engine and add 1 more feature.
What do you think: if I port it, there will more users on iPad?
newbie
Activity: 1
Merit: 0
newbie
Activity: 25
Merit: 0
Just installed on my iPAD.

and please consider to develop native iPAD version.
newbie
Activity: 44
Merit: 0
https://stak.suprnova.cc/index.php

Could you look into adding this coin?
Thanks

Thanks for the report! I have just added it! Please, update the database in the Settings, then you can use it! Also please, check the "My hashrate"! I checked pool's and network's, and those correct!
newbie
Activity: 2
Merit: 0
newbie
Activity: 44
Merit: 0
Updated to 2.5! Fixed MPH issues Smiley
newbie
Activity: 44
Merit: 0
There is a little issue with MiningPoolHub, please, follow this guide to add you account, while I do not correct it.
https://www.facebook.com/AsisMPM/posts/1802502746448218
newbie
Activity: 44
Merit: 0
You are right, the yiimp.eu api is really spartan. No need to worry about that! Again thanks for making this awesome monitoring app.

I thanks for using it! If there is any other pool what you want to add it, or you have a good feature idea, feel free to contact me! Smiley
newbie
Activity: 16
Merit: 0
You are right, the yiimp.eu api is really spartan. No need to worry about that! Again thanks for making this awesome monitoring app.
newbie
Activity: 44
Merit: 0
Nice! Have you seen yiimp.eu? Do you think you could add it as well? It’s like miningpoolhub made by a maintainer of ccminer. Would be great if it could be added 😊

Yes, I saw it. But I think, I will not add it, because its API is very poor. There is no workers list, payments history or just a simple hashrate. Its return only your balance. Or what do you think about that? Is it enough for you? Here is the API link: http://yiimp.eu/site/api
newbie
Activity: 16
Merit: 0
Nice! Have you seen yiimp.eu? Do you think you could add it as well? It’s like miningpoolhub made by a maintainer of ccminer. Would be great if it could be added 😊
newbie
Activity: 44
Merit: 0
It is working really great! I’m able to check the miningspeed pool workers! Many thanks!

You are welcome! I am going to add pool stats too Smiley
newbie
Activity: 16
Merit: 0
It is working really great! I’m able to check the miningspeed pool workers! Many thanks!
newbie
Activity: 44
Merit: 0
sr. member
Activity: 472
Merit: 250
lux8.net
Great, add nibirupool.com in z-nomp section, we'll add every equihash coin soon, atm VOT,ZEN,BTG(testnet) pools are working.
Next might be btcz or zcl probably.
newbie
Activity: 44
Merit: 0
Updated 2.3 ! Smiley

Next update is going to be z-nomp support! Smiley
newbie
Activity: 44
Merit: 0
Hey, i'm really enjoying this app and was wondering if it's possible to add support for pool.miningspeed.com as well?

edit: they do have an api here https://zcash.miningspeed.com/api

Thanks!

Hi,
Thanks for using our app! I am happy to you like it. Smiley
It has not support z-nomp pool engine (like miningspeed.net) yet. But of course it is possible, and I will add it!
I promised to the next update will contains other useful calculations, so I am working on it, but after that I can implement this api too. Smiley
Thanks for the tip, and if you would like to add other pools or fearutes, do not hesitate to contact me! Smiley
newbie
Activity: 16
Merit: 0
Hey, i'm really enjoying this app and was wondering if it's possible to add support for pool.miningspeed.com as well?

edit: they do have an api here https://zcash.miningspeed.com/api

Thanks!
newbie
Activity: 44
Merit: 0
Hi, android version ?

Cheers

Hi,
Sorry for the late answer! We working on it! Smiley
member
Activity: 66
Merit: 10
Hi, android version ?

Cheers
newbie
Activity: 44
Merit: 0
newbie
Activity: 44
Merit: 0
There was a little issue with Flypool (Balances and Payouts' amount was incorrect). Please, if the problem will not solve automatically, just push Update now button in Settings.
Sorry for this mistake!

Ps.: If you find any other bug, problem, do not hesitate to contact me!
newbie
Activity: 44
Merit: 0
Updated to 1.31!

Now support SUPRNOVA.cc and MININGPOOLHUB.com multipools! Smiley
newbie
Activity: 44
Merit: 0
Fast crash fix on iOS 9 Smiley
newbie
Activity: 44
Merit: 0
Updated to v1.21  Smiley
newbie
Activity: 44
Merit: 0
Finally updated to 1.2.  Wink
newbie
Activity: 44
Merit: 0
Would be interesting if you could implement the open-ethereum-pool api for the pools using it.

e.g. for our http://ubiq.minerpool.net

The available json data is located at:

http://ubiq.minerpool.net/api/stats
http://ubiq.minerpool.net/api/miners
http://ubiq.minerpool.net/api/blocks
http://ubiq.minerpool.net/api/payments

and last but not least the individual stats for the miner, including worker online/offline, blocks found, payments, and so on:
http://ubiq.minerpool.net/api/accounts/0x8ac5fa0ebfcab21a759899e2f4b59742e9743794

Cheers

Chris


Thanks for the suggestion! I will see it!  Smiley Wink
full member
Activity: 224
Merit: 100
Would be interesting if you could implement the open-ethereum-pool api for the pools using it.

e.g. for our http://ubiq.minerpool.net

The available json data is located at:

http://ubiq.minerpool.net/api/stats
http://ubiq.minerpool.net/api/miners
http://ubiq.minerpool.net/api/blocks
http://ubiq.minerpool.net/api/payments

and last but not least the individual stats for the miner, including worker online/offline, blocks found, payments, and so on:
http://ubiq.minerpool.net/api/accounts/0x8ac5fa0ebfcab21a759899e2f4b59742e9743794

Cheers

Chris
newbie
Activity: 44
Merit: 0
newbie
Activity: 44
Merit: 0
Hi Guys,

I searched a lot for a good iOS application where I can monitoring my miners, but I did not find one. Sad So, I decided to create one and now, the first version is available on App Store (FREE APP).

UPDATE v3.0 (2018 06 14)
- Supported yiimp pool engine! Tested on zergpool and ahashpool. More pool will add continuously, just follow the news on the webpage! And there is any problem with it, please, report it! Thank you Smiley
- Fixed balance problem on Ethermine, Flypool and Ethpool
- Added alternative URL for MPOS based pools. This FIXED DCR request problem on SUPRNOVA.cc
- Fixed annoying alert on MPOS transactions' view.
- Fixed worker list problem on SiaMining
- Other little fixes

UPDATE v2.9 (2018 05 10)
-- NEW FEATURE --
Monitoring your miner's GPUs' temperature from your mobile in REAL-TIME! More info: https://asimpm.com/help/minermonitor

- Bug fixed when the same wallet address for multiple accounts shows only 1 account
- Fixed z-nomp worker list bug, when the API not supported correctly (like Luckpool)
- Other little fixes

UPDATE v2.8 (2018 03 29)
A lot of bug fixes and improvements! List here:
- Improve stability of Offline worker(s) notification
- Calculator stores values for each wallet
- Fixed LiteCoinPool worker list issue and more (Thanks much to Klaus for the help!)
- Fixed Ethermine/Flypool worker's hashrate history's chart and Offline Worker Notificaiton
- Added Estimate payout for Dwarfpool
- Reworked Nicehash! Please, delete your old account and re-add it!
-> Profitability in currency
-> Calculate Efficiency for Total, Algos and Workers
-> Calculate Estimate Payout Date and Amount (in BTC and currency)
- Other small bug fixes

UPDATE v2.6 (2018 02 03)
- iPad support
- Supported SiaMining.com
- Fixed current hashrate on Ethpool, Ethermine, Flypool
- Fixed workers' avg hashrates on Nanopool
- Bug fixes

UPDATE v2.5

Minor fixes:
- Fixed wallet add mistake on MPH and other MPOS based pools
- Fixed auto updater system
- Fixed User Interface blocking during auto update
- Restored "Coins" button on MPOS base pools detail page (fast switch between/manage coins)

UPDATE v2.4

- Z-Nomp engine support! Supported nibirupool.com, www.miningspeed.com, http://miningpool.io
- iPhone X Support
- Added own API for calculator to calculate earnings of coins which CryptoCompare cannot assure enough information like PIRL, WHL, DCR, UBQ, SHF, ZEN, BTCZ, ... (this list is constantly expanding)

UPDATE v2.3

!! CALCULATOR feature !!
- Calculate your estimate earnings, power consumptions, fees and your PROFIT!
- Calculate next payout time
- Bug fixes


UPDATE v2.2

- Supported NiceHash all algo (for full list please visit nicehash.com)
- Bug fixes

UPDATE v2.0

- Completely redesigned
- Themes
- More statistics with filters
- Pools' stats without account
- Bug fixes

UPDATE v1.31

- Fixed wallet list bug on iOS 11
- Supported MPOS based pools
  -> Supported Suprnova all coins (for full list, please visit suprnova.cc)
  -> Supported Mining Pool Hub all coins (for full list, please visit miningpoolhub.com)
- Supported MusiCoin on minerpoo.net
- Supported ETH, ETC and EXP on etherrench.com
- Supporte MusiCoin in NomNom.technology
- Supported ETC on Kicker4Gamer
- Supported EXP on Kicker4Miner
- Bug fixes

If your MPOS based pool is not on the list, just contact me!

UPDATE v1.22

- Fixed crashes on iOS 9

UPDATE v1.21

- Notifications when worker went offline
- Hashrates in wallet list
- Added pool informations for Ethpool, Ethermine and Flypool
- Bug fixes

UPDATE v1.2

- Implemented Ethermine (Flypool) new API
- Added Ethpool support
- Added open-ethereum-pool based pools support like:
  -> minerpool.net
  -> ubiqpoo.io
  -> HODLPool (more coins)
  -> Pool Sexy (more coins)
  -> Epic Pool
  -> pool.ubq.tw
  -> UbiqPeon
  -> MusicPeon
- Bug fixes

If your open-ethereum-pool based pool is not on the list, just contact me!

Ps.: If you get invalid pool data, just go to the Settings and press to Update now button. This will fix the problem.

UPDATE v1.1

- Supported ETH, ETC, XMR, PASC, SC, ZEC on Nanopool + Pool informations!
- Pool based views!
- Bug fixes

v1.0

Features:
- Simple manage your wallets
- List of all workers (if the pool support it)
- List of all payouts (if the pool support it)
- Show unpaid balance
- Supported ETH, ETC and ZEC on Ethermine (Flypool)
- Supported ETH, EXP, XMR and ZEC on Dwarfpool

As you can see, now support only Ethermine and Dwarflool, but I would like to add more and more pool and I am working on it. Wink

Feel free to use it and there is any bug or feature what you can see in it, just contact me here or in email, or anywhere Cheesy

Link: https://itunes.apple.com/us/app/asis-mining-pool-monitor/id1274075951?l=us&mt=8

Have a nice day! Smiley
Jump to: