Pages:
Author

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

sr. member
Activity: 434
Merit: 251
Anyone using RX470/RX480s with this?

I have a gtx 1080 rig which just crashed.

my SRR could not come fast enough...
full member
Activity: 133
Merit: 100

Was this release suppose to include the .exe?


Yes, pls check the link again.
full member
Activity: 133
Merit: 100
outstanding.

Couple suggestions

Could we break up the config file into smaller ones. THe reason for me is when new version come out or new algos added, we could keep the file file which gets edited the most.

General
Algos
Pools

Also, is there anything for intensity setting?
Yes, you can use any keys that miner supports, as it were in ordinary .bat file.

{ "name": "lbry", "display": "Lbry", "hashrate": 15000, "mu": "kH/s","power": 50, "aparam1": "Miners\\Nvidia\\Ccminer\\Tpruvot", "aparam2": "ccminer_tpruvot.exe", "aparam3": "-a lbry  -i 21 -o" },
sr. member
Activity: 434
Merit: 251
beta9+5

- Claymore Dual 9.3
- ccminer for Bitcore,
- updated configы for YIIMP, Zpool with actual coins
- added pool luckpool.org for tests,
- added pool.coin-miners.info
- test feature for yiimp like pools (coin-miners also) in multicoin algos. As soon as pool's API doesn't provide profitability for each coin
only for whole algo, MC detects the hashrate for each coin on pool, and coin with higher hashrate acquires higher priority in MC, so called "croud effect".


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

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


Was this release suppose to include the .exe?
sr. member
Activity: 434
Merit: 251
outstanding.

Couple suggestions

Could we break up the config file into smaller ones. THe reason for me is when new version come out or new algos added, we could keep the file file which gets edited the most.

General
Algos
Pools

Also, is there anything for intensity setting?
full member
Activity: 133
Merit: 100
beta9+5

- Claymore Dual 9.3
- ccminer for Bitcore,
- updated configы for YIIMP, Zpool with actual coins
- added pool luckpool.org for tests,
- added pool.coin-miners.info
- test feature for yiimp like pools (coin-miners also) in multicoin algos. As soon as pool's API doesn't provide profitability for each coin
only for whole algo, MC detects the hashrate for each coin on pool, and coin with higher hashrate acquires higher priority in MC, so called "croud effect".


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

Link2:
https://mega.nz/#F!rhAFCbIa!F4XoHfIYoPYgJ-V1TUyP2A
member
Activity: 65
Merit: 10
I added Timetravel, and everything was fine
Code:
        {"name": "dual", "display": "Dual", "hashrate": 0.1, "mu": "kH/s", "devfee": 2, "power": 490,"aparam1": "Miners\\AMD\\Claymore's_Dual_Ethereum_Miner", "aparam2": "EthDcrMiner64.exe", "aparam3": " -mport 4312 -dbg -1 -allpools 1 -mode 0" }
{"name": "timetravel", "display": "Timetravel", "hashrate": 0.1, "mu": "kH/s","power": 490, "aparam1": "Miners\\Nvidia\\Ccminer", "aparam2": "ccminer-x64.exe", "aparam3": "-a timetravel -o" }
],
       
    "Nicehash": {
      "account": "Wallet",
sr. member
Activity: 434
Merit: 251
I tried to add timetravel and bitcore in the config file. It gave me an error.
full member
Activity: 133
Merit: 100

Update beta 9.4

- added key "hidecolumngr1" for "general" section, hides "Price", "PowerCost", "Fees" columns,
- added key "hidecolumngr2" for "general" section, hides "RejectSpeed", "TopAvgSp", "AcSpWrk", "MU", "PoolFee" columns,
- added context tooltips for headers,
- added key "poolenabled" for "pool" section. Enables/disables complete pool.

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

Link2:
https://mega.nz/#F!rhAFCbIa!F4XoHfIYoPYgJ-V1TUyP2A
hero member
Activity: 698
Merit: 500
{ "name": "Equihash", "display": "Equihash", "hashrate": 74.8, "power": 0 },
.
.
.
    "manual": {
        "account": "myaccount",
        "algos": [
            { "algo": "x11", "price": 0.00949, "fee": 0.0, "folder": "", "command": "", "arguments": "" },
            { "algo": "Equihash", "price": 0.006039, "fee": 0.0, "folder": "folder": "D:\\data\\MinerControl165cuda\\eqm_v1.0.3b_Win64", "command": "eqm.exe", "arguments": "-l eu -t 0 -cd 0 -u 1BTC.. -w 750ti", "usewindow": true },      }
        ]
}

from my previous config
full member
Activity: 133
Merit: 100
As I see in the code "price" should be defined in the title section


          "Manual": {
          "account": "111",
          "worker": "111",
          "apikey": "111",
          "userid": "111",
          "nobalance": false,
          "nospeed": false,
          "nospeedworker": false,
          "autofee": true,
          "balancemode": 0,
          "weight": 1.0,
          "minprofit": 1,
          "price": 8888,
          "btcfee": 0.2,
          "sparam1": "hub.miningpoolhub.com",
          "sparam2": "-p 123",
          "sparam3": "stratum+tcp://",
newbie
Activity: 12
Merit: 0
Quote
by inputting your price in config
That's what I'm trying to do.
Quote
you haven't set hashrate
In "algorithms" section? It is set. And price for non-manual coin is fine.
hero member
Activity: 698
Merit: 500
use WTM format, so you get a price, old manual mode is by inputting your price in config.

edit: price would be zero if you haven't set hashrate for equihash as 0*8888=0

found a bug seems "maxtime": 120, will stop working at some point and restart is stuck @ 00:00:00.0 and no autoswitch, mining is stuck for 8 hours on same coin, same for beta 9+1 and 8+5
newbie
Activity: 12
Merit: 0
Quote
There is such option in MC, created by previous developers.  Calling "manual" pool
Found time to try this manual thing.
Code:
        "Manual": {
          "account": "111",
          "worker": "111",
          "apikey": "111",
          "userid": "111",
          "nobalance": false,
          "nospeed": false,
          "nospeedworker": false,
          "autofee": true,
          "balancemode": 0,
          "weight": 1.0,
          "minprofit": 1,
          "btcfee": 0.2,
          "sparam1": "hub.miningpoolhub.com",
          "sparam2": "-p 123",
          "sparam3": "stratum+tcp://",
        "algos": [
            {"active": true, "cname": "zcash", "algo": "equihash", "price": 8888, "tag":"zec", "folder": "_APARAM1_", "cweight": 1, "fee": 0.9, "command": "_APARAM2_", "arguments": "_APARAM3_ --server _SPARAM1_ --port 20570  --user _ACCOUNT_._WORKER_ --pass x","usewindow":  true }    ]          },
Price is zero (is this thing working?), difficulty is not loading (how would it -- without knowing pool's data stream format?), so "Earn" is zero too. What went wrong?

Also: is there hope for MC's internal overclock (and power) controls? If no, then maybe return to .bat for miners which can't do this?
full member
Activity: 133
Merit: 100
seems I was wrong for PlFee, adding those fees was a good approximation when fees are low, but exact formula is

PlFee=1-(1-coinfee/100)*(1-btcfee)

so for MPH it is 1,0982% that was close to the initial 1,1% and for zpool it is 3,96%
On the sample of MPH. If we earn 1 coin unit, pool charges 0,9%, i.e (1-coinfee/100). After remains 0,991. BTC conversion takes 0.2% from 0,991. Here remains 0,989018. Final difference from initial is 0,01098.  It is indeed close to 0,011. So, formula should be PlFee=1-(1-coinfee/100)*(1-btcfee/100).
In case, if we take DevFee for miners into account  Fee=1-(1-DevFee/100)*(1-coinfee/100)*(1-btcfee/100).
hero member
Activity: 698
Merit: 500
seems I was wrong for PlFee, adding those fees was a good approximation when fees are low, but exact formula is

PlFee=1-(1-coinfee/100)*(1-btcfee)

so for MPH it is 1,0982% that was close to the initial 1,1% and for zpool it is 3,96%
full member
Activity: 133
Merit: 100
beta9 (full package)

-Claymore Dual Miner 9.1

-Fix for fee calculations in pools fee and miners with Devfee
-new key "wtmurl". Here can be entered a link via anonymiser, if WTM is blocked in some countries
for example "wtmurl": "http://anonymouse.org/cgi-bin/anon-www.cgi/http://whattomine.com/coins.json",


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

Link2:
https://mega.nz/#F!rhAFCbIa!F4XoHfIYoPYgJ-V1TUyP2A
hero member
Activity: 698
Merit: 500
PlFee = coin fee * btc exchange fee, its not PlFee = coin fee + btc exchange fee, seen @ MPH config 1,8 <> 1,1, I guess same for yaamp/zpool as 2+2=2*2

why pascal@NH does not show anything besides zeroes on MC, api is fine {"paying":"0.00144741","port":3358,"name":"pascal","algo":25},

is it possible MC to launch miners with high priority and for those who use cpu mining to select affinity to which core(s).
full member
Activity: 133
Merit: 100
beta8.5

-check-boxes can be checked in running mode, not on stop only;
-price dynamics offset key in percent for "general", by default "dynoffset":10. Flactuations level for setting "pump/dump" status.
-price dynamics calculation frequency, key for "general" in minutes, by default "dyncheck":1.
-key "showinactive" for "general" if you want to see coins with "active":false status in "pool" menu. By default enabled.
-key "coloring" for "general", if you want cells to be colored. By default enabled.

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

Link2:
https://mega.nz/#F!rhAFCbIa!F4XoHfIYoPYgJ-V1TUyP2A
member
Activity: 65
Merit: 10
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...U3kzVXFzMUI0VUE

Link2:
https://mega.nz/#F!r...YoPYgJ-V1TUyP2A


Links are broken
Pages:
Jump to: