Pages:
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?
Pages:
Jump to: