Pages:
Author

Topic: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller - page 8. (Read 164295 times)

hero member
Activity: 960
Merit: 514
Dude miningpoolhub do that.
full member
Activity: 133
Merit: 100
Package updated beta 8.4

-check-boxes for coins enable/disable;
-price dynamics for exchange rate = current exrate/exrate 24h and profitability = current profitability/profitability 24h
-pumps and dumps detection, daily price fluctuation more than 5%
-"usewindow" can be set globally now in "general" section
- layout delay for 30sec after manual grid sorting

Link1:
https://drive.google.com/open?id=0Bz8-ln3QUcV4U3kzVXFzMUI0VUE

Link2:
https://mega.nz/#F!rhAFCbIa!F4XoHfIYoPYgJ-V1TUyP2A
hero member
Activity: 698
Merit: 500

Item 2 with disabling a coin. For the moment there is an options in config to set it enabled or permanently disabled via "active" key. If set to "false", coin will be skipped in MC.
Code:
            {"active": true, "algo": "x15", "folder": "_APARAM1_", "cweight": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3733 -u _ACCOUNT_ _SPARAM2_" },
            {"active": false, "algo": "quark", "folder": "_APARAM1_", "cweight": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:4033 -u _ACCOUNT_ _SPARAM2_" },
From your experience, this banning of the whole pool by double-clicking, is it practically usefull? I can rewrite it so, that it will ban only the current line with particular coin, because check-boxes will add more complexity to the code.

I want to see the data(price, net, average, etc) and MC to exclude that coin from mining, setting "active" to false removes data and the coin from the list as it was deleted.
member
Activity: 65
Merit: 10
Is there any way we can have an idle timer auto-start implemented?
Do you mean it should work like in NiceHashMiner? It starts after MinIdleSeconds value has passed since last detected user input.

Yup Exactly.


Package updated Beta (8.2 MC.exe only)

IdleMining implemented

-new key "minidleseconds" in "General" section. Default value 60secs
-and IdleMining checkbox on the form

Link1:
https://drive.google.com/open?id=0Bz8-ln3QUcV4U3kzVXFzMUI0VUE

Link2:
https://mega.nz/#F!rhAFCbIa!F4XoHfIYoPYgJ-V1TUyP2A

That was quick! Thanks! Now I won't lose profit when I forget to turn it on lol Roll Eyes
member
Activity: 65
Merit: 10
Hi. When you press the "Config File" button, the old folder C: \ MC1.7.0 (beta8) is opened which already does not exist. And thanks
hero member
Activity: 698
Merit: 500
Item 2 with disabling a coin. For the moment there is an options in config to set it enabled or permanently disabled via "active" key. If set to "false", coin will be skipped in MC.
Code:
            {"active": true, "algo": "x15", "folder": "_APARAM1_", "cweight": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3733 -u _ACCOUNT_ _SPARAM2_" },
            {"active": false, "algo": "quark", "folder": "_APARAM1_", "cweight": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:4033 -u _ACCOUNT_ _SPARAM2_" },
From your experience, this banning of the whole pool by double-clicking, is it practically usefull? I can rewrite it so, that it will ban only the current line with particular coin, because check-boxes will add more complexity to the code.

on certain situation it's useful - connection problems, lots of rejects, monitoring a coin/pool, changing one pool for another.

is it possible, one instance of MC to pull api and send that info on the local network to feed another instances on MC, seems that with just 2 instances of MC some pools started to feed me with blank responses.
full member
Activity: 133
Merit: 100
I'm trying to sort by clicking on top of columns but it quickly restores default sorting by net (profit) gridsortmode is 2, also towards bottom of coins all lines(mostly where there 0 khs in config or with blank api) move arround too quickly and cannot be read, can you delay that way of sorting like at least 60 seconds apart

can you add in front of each coin a checkbox where you can temp suspend switching to it for some reason, MC can disable a pool by double clicking on its name but suspending a coin can be useful in certain sutuation where either pool or exchanges feed you with false expectations also it's useful to evaluate a certain coin/pool before you add it to your config.

can you add minebyaverage on certain coin like that "multi" stuff for yiimp, it would add more options mining coins where difficulty changes faster than you can jump in and jump out and won't harm you when using current estimate for the rest of coins.

can we have a global config option: "usewindow": true, where miner window is not hidden in console tab.

whirlpool and whirlpoolx are different, 1st is on yiimp the other is on nicehash, wrong part is miners option for first "-a whirlpool", while displayname for 2nd should be "WhirlpoolX"

Thank you for ideas, will work on them.

Item 2 with disabling a coin. For the moment there is an options in config to set it enabled or permanently disabled via "active" key. If set to "false", coin will be skipped in MC.
Code:
            {"active": true, "algo": "x15", "folder": "_APARAM1_", "cweight": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3733 -u _ACCOUNT_ _SPARAM2_" },
            {"active": false, "algo": "quark", "folder": "_APARAM1_", "cweight": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:4033 -u _ACCOUNT_ _SPARAM2_" },
From your experience, this banning of the whole pool by double-clicking, is it practically usefull? I can rewrite it so, that it will ban only the current line with particular coin, because check-boxes will add more complexity to the code.
full member
Activity: 133
Merit: 100
Is there any way we can have an idle timer auto-start implemented?
Do you mean it should work like in NiceHashMiner? It starts after MinIdleSeconds value has passed since last detected user input.

Yup Exactly.


Package updated Beta (8.2 MC.exe only)

IdleMining implemented

-new key "minidleseconds" in "General" section. Default value 60secs
-and IdleMining checkbox on the form

Link1:
https://drive.google.com/open?id=0Bz8-ln3QUcV4U3kzVXFzMUI0VUE

Link2:
https://mega.nz/#F!rhAFCbIa!F4XoHfIYoPYgJ-V1TUyP2A
hero member
Activity: 698
Merit: 500
I'm trying to sort by clicking on top of columns but it quickly restores default sorting by net (profit) gridsortmode is 2, also towards bottom of coins all lines(mostly where there 0 khs in config or with blank api) move arround too quickly and cannot be read, can you delay that way of sorting like at least 60 seconds apart

can you add in front of each coin a checkbox where you can temp suspend switching to it for some reason, MC can disable a pool by double clicking on its name but suspending a coin can be useful in certain sutuation where either pool or exchanges feed you with false expectations also it's useful to evaluate a certain coin/pool before you add it to your config.

can you add minebyaverage on certain coin like that "multi" stuff for yiimp, it would add more options mining coins where difficulty changes faster than you can jump in and jump out and won't harm you when using current estimate for the rest of coins.

can we have a global config option: "usewindow": true, where miner window is not hidden in console tab.

whirlpool and whirlpoolx are different, 1st is on yiimp the other is on nicehash, wrong part is miners option for first "-a whirlpool", while displayname for 2nd should be "WhirlpoolX"
full member
Activity: 133
Merit: 100
why yiimp pool is on 4% fee even with btcfee = 0, there are no extra fees except those from api, most are 2%
Thank you, this bug is fixed now.



Package updated Beta (8.1)

Claymore Dual 9.0
SGMiner Nist5mod

-fixed pool fee for YIIMP
-added support for Solariscoin, Pascallite, Musicoin, Karbowanec
-changed output fields for "activity.log"

Link1:
https://drive.google.com/open?id=0Bz8-ln3QUcV4U3kzVXFzMUI0VUE

Link2:
https://mega.nz/#F!rhAFCbIa!F4XoHfIYoPYgJ-V1TUyP2A
hero member
Activity: 698
Merit: 500
why yiimp pool is on 4% fee even with btcfee = 0, there are no extra fees except those from api, most are 2%
member
Activity: 65
Merit: 10
Is there any way we can have an idle timer auto-start implemented?
Do you mean it should work like in NiceHashMiner? It starts after MinIdleSeconds value has passed since last detected user input.

Yup Exactly.
full member
Activity: 133
Merit: 100
Is there any way we can have an idle timer auto-start implemented?
Do you mean it should work like in NiceHashMiner? It starts after MinIdleSeconds value has passed since last detected user input.
member
Activity: 65
Merit: 10
Is there any way we can have an idle timer auto-start implemented?
sr. member
Activity: 455
Merit: 250
Ц
hey.me...=)again...=)with asking=)
can you add some button like "reset counter" for "running" column?and make some tweaks that not causing this counters reset on config reload or MC restart?need to check some coins...not like LBRY switching...DGB-skein makes 4-4.5$ for 5 hours and this is perfect.but LBRY does only 1.3$ for 4 hours.but always have some troubles with electricity and my counters resetting every 15-24 hours...but i want strong stats at least for 3 days...
Hi, yes for this case MC has to save statistics to some file, and after start load it from file. It will take some time to develop.
For the moment I can offer you following solution, set "logactivity": true, in "general" section.
You'll get activity.txt in the folder with MC.exe, where MC writes data when switching, after restart/refresh MC continues to write data there.
So, you can analyse it in Excel, for example.

already done, but very uncomfortable to calculate=)lazy people need more automatization=)better will wait.thanks.
By resseting I mean clearing all data fields with speed and balance, correct? For prices it may not be applied.
Which data do you want to be saved? Normally average speed and prices are limited by definite period, like "statwindow".  If you make a pause for an hour in MC work, for example, after restart, it will use old/outdated data in average calculations together with current, so you may get results, that differ from normal profitability.
no.i want to reset only "running" columns.and i want accumulate "running" columns only.check this.look at time of mining and balances BTC.feathercoin,DGB,Sibcoin gives me approx. 1$ in a hour of mining and this is perfect with their earning fluctuation.but lbry and mona twice less.zec is not fluctuating as much so i guess it's fine too.the real time of mining is 60 hours since my last withdrawals.but it was needed to restart my rig and the overall running time of miner control is 41 hour since restart.
so i want to mine 72 hours.and no matter - restarting rig or not i want to see this 72 hours in overall "running" column and summorized 72 hours in "running" columns for my coins.i do withwrawals to exchange and NOW i need to reset overall "running" column and "running" columns for coins to accumulate them next 72 hours.

full member
Activity: 133
Merit: 100
Ц
hey.me...=)again...=)with asking=)
can you add some button like "reset counter" for "running" column?and make some tweaks that not causing this counters reset on config reload or MC restart?need to check some coins...not like LBRY switching...DGB-skein makes 4-4.5$ for 5 hours and this is perfect.but LBRY does only 1.3$ for 4 hours.but always have some troubles with electricity and my counters resetting every 15-24 hours...but i want strong stats at least for 3 days...
Hi, yes for this case MC has to save statistics to some file, and after start load it from file. It will take some time to develop.
For the moment I can offer you following solution, set "logactivity": true, in "general" section.
You'll get activity.txt in the folder with MC.exe, where MC writes data when switching, after restart/refresh MC continues to write data there.
So, you can analyse it in Excel, for example.

already done, but very uncomfortable to calculate=)lazy people need more automatization=)better will wait.thanks.
By resseting I mean clearing all data fields with speed and balance, correct? For prices it may not be applied.
Which data do you want to be saved? Normally average speed and prices are limited by definite period, like "statwindow".  If you make a pause for an hour in MC work, for example, after restart, it will use old/outdated data in average calculations together with current, so you may get results, that differ from normal profitability.
sr. member
Activity: 455
Merit: 250
hey.me...=)again...=)with asking=)
can you add some button like "reset counter" for "running" column?and make some tweaks that not causing this counters reset on config reload or MC restart?need to check some coins...not like LBRY switching...DGB-skein makes 4-4.5$ for 5 hours and this is perfect.but LBRY does only 1.3$ for 4 hours.but always have some troubles with electricity and my counters resetting every 15-24 hours...but i want strong stats at least for 3 days...
Hi, yes for this case MC has to save statistics to some file, and after start load it from file. It will take some time to develop.
For the moment I can offer you following solution, set "logactivity": true, in "general" section.
You'll get activity.txt in the folder with MC.exe, where MC writes data when switching, after restart/refresh MC continues to write data there.
So, you can analyse it in Excel, for example.

already done, but very uncomfortable to calculate=)lazy people need more automatization=)better will wait.thanks.
full member
Activity: 133
Merit: 100
hey.me...=)again...=)with asking=)
can you add some button like "reset counter" for "running" column?and make some tweaks that not causing this counters reset on config reload or MC restart?need to check some coins...not like LBRY switching...DGB-skein makes 4-4.5$ for 5 hours and this is perfect.but LBRY does only 1.3$ for 4 hours.but always have some troubles with electricity and my counters resetting every 15-24 hours...but i want strong stats at least for 3 days...
Hi, yes for this case MC has to save statistics to some file, and after start load it from file. It will take some time to develop.
For the moment I can offer you following solution, set "logactivity": true, in "general" section.
You'll get activity.txt in the folder with MC.exe, where MC writes data when switching, after restart/refresh MC continues to write data there.
So, you can analyse it in Excel, for example.


sr. member
Activity: 455
Merit: 250
hey.me...=)again...=)with asking=)
can you add some button like "reset counter" for "running" column?and make some tweaks that not causing this counters reset on config reload or MC restart?need to check some coins...not like LBRY switching...DGB-skein makes 4-4.5$ for 5 hours and this is perfect.but LBRY does only 1.3$ for 4 hours.but always have some troubles with electricity and my counters resetting every 15-24 hours...but i want strong stats at least for 3 days...
sr. member
Activity: 455
Merit: 250
Package updated.

-added column "PoolFee". Shows percent charged by Pool. Consists of two parts
1) pool fee itself, key "fee" in config or got from API;
2) btcfee - fee for convertion to BTC for pools like Zpool and MPH

- layout improvements;
- Updated JSON to v10, new Newtonsoft.Json.dll;
- added Pascallite for Suprnova;

Link1:
https://drive.google.com/open?id=0Bz8-ln3QUcV4U3kzVXFzMUI0VUE

Link2:
https://mega.nz/#F!rhAFCbIa!F4XoHfIYoPYgJ-V1TUyP2A
nice.layout fine now.thanks.
Pages:
Jump to: