Pages:
Author

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

member
Activity: 130
Merit: 10
frazier34567 sent you a PM with my config.

Regarding the hamsterpool did anyone found a working config for their lyra2 algo?
member
Activity: 95
Merit: 10
On my Windows 8 Professional miner I cannot get rates for Hamsterpool.  It pulls in balances for each coin just fine.

I have looked at the config, compared it to my other MC config, compared to new 1.6.0 sample config and no rates. Works fine on Windows XP and 7. happened in both 1.5.6 and 1.6.0 versions The error.log has this.

Code:
12/16/2014 11:47:46 AM
----------------------------------------------
Type: TargetInvocationException
Message: An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.
Stack trace:    at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
   at System.Net.DownloadStringCompletedEventArgs.get_Result()
   at MinerControl.Utility.WebUtil.DownloadJsonComplete(Object sender, DownloadStringCompletedEventArgs e)

12/16/2014 11:47:46 AM
----------------------------------------------
Type: WebException
Message: The remote server returned an error: (500) Internal Server Error.
Stack trace:    at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
   at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)


Config for Algos

Code:
 "general": {
        "power": 0.0001,
        "exchange": 500,
"currencycode": "USD",
        "mintime": 1,
        "maxtime": 240,
        "switchtime": 1,
        "deadtime": 10,
"logerrors": true,
"logactivity": true,
        "gridsortmode": 1,
        "minerkillmode": 1,
"traymode": 1,
"donationpercentage": 2,
        "donationfrequency": 240,
"remotesend": true,
        "remotereceive": false
    },
"algorithms": [
        { "name": "x11", display: "X11", "hashrate": 17000, "power": 49, "aparam1": "ccminer.exe", "aparam2": "-a x11 -i 19" },
        { "name": "x13", display: "X13", "hashrate": 14000, "power": 49, "aparam1": "ccminer.exe", "aparam2": "-a x13" },
        { "name": "x14", display: "X14", "hashrate": 13300, "power": 49, "aparam1": "ccminer.exe", "aparam2": "-a x14" },
        { "name": "x15", display: "X15", "hashrate": 11800, "power": 52, "aparam1": "ccminer.exe", "aparam2": "-a x15 -i 19" },
        { "name": "nist5", display: "Nist5",  "hashrate": 45020, "power": 54, "aparam1": "ccminer.exe", "aparam2": "-a nist5 -i 19" },
        { "name": "scrypt", display: "Scrypt", "hashrate": 1700, "power": 60, "aparam1": "cudaminer.exe", "aparam2": "-a scrypt -i 0 -l T15x12 -H 2" },
        { "name": "scryptn", display: "Scrypt-N", "hashrate": 300, "power": 60, "aparam1": "cudaminer.exe", "aparam2": "-a scrypt:2048 -i 0 -l T5x12 -H 2" },
        { "name": "keccak", display: "Keccak", "hashrate": 595000, "power": 50, "aparam1": "ccminer.exe", "aparam2": "-a keccak" },
        { "name": "sha256", display: "SHA256", "hashrate": 0, "power": 50, "aparam1": "cudaminer.exe", "aparam2": "-a sha256 -batch" },
{ "name": "neoscrypt", display: "NeoScrypt", "hashrate": 123, "power": 50, "aparam1": "cmd.exe", "aparam2": "/c cgminer.exe -a neoscrypt -batch" },
{ "name": "qubit", display: "Qubit", "hashrate": 7500, "power": 50, "aparam1": "", "aparam2": "ccminier.exe", "aparam3": "-a qubit" },
{ "name": "lyra2", display: "Lyra2RE", "hashrate": 2370, "power": 50, "aparam1": "C:\\cudaminer\\ccminer", "aparam2": "ccminer.exe", "aparam3": "-a lyra2" }
    ],
Config for Hamsterpool
Code:
"hamsterpool": {
        "apikey": "9c56da6b1c6e76f41484c320043d30c11be2eeed5aadfb9a16f3ce1668252108",
        "donation": 1.2,
        "account": "frazier345",
        "worker": "2",
        "sparam1": "-o stratum+tcp://eu.hamsterpool.com",
        "sparam2": "-p x",
        "algos": [
            { "algo": "x11", "folder": "", "command": "ccminer.exe", "arguments": "_APARAM2_ _SPARAM1_:7773 -u _ACCOUNT_._WORKER_ _SPARAM2_" },
            { "algo": "x13", "folder": "", "command": "ccminer.exe", "arguments": "_APARAM2_ _SPARAM1_:3509 -u _ACCOUNT_._WORKER_ _SPARAM2_" },
   { "algo": "qubit", "folder": "", "command": "ccminer.exe", "arguments": "_APARAM2_ _SPARAM1_:7776 -u _ACCOUNT_._WORKER_ _SPARAM2_" },
            { "algo": "neoscrypt", "folder": "C:\\cudaminer\\neoscrypt\\cgminer-3.7.8-neoscrypt", "command": "cgminer.exe", "arguments": "--neoscrypt -T -I 14 _SPARAM1_:3650 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true }
        ]
    }

Any help would be appreciated.

member
Activity: 95
Merit: 10
member
Activity: 130
Merit: 10
Miner Control version 1.6.0 has been released.  This version now makes it possible to configure any algorithm for the supported services.  Examples have been added for configuring Lyra2RE on NiceHash, WestHash, and YAAMP.  Any bug fixes will have to wait a couple of weeks until I get back from the Dominican Republic.  Grin  Happy holidays everyone.

Thank you for this, it's working awesome! Have a great holiday!!!
full member
Activity: 347
Merit: 100
Please Help me


Code:
{
    "general": {
        "power": 0.10,
        "exchange": 500,
        "currencycode": "USD",
        "mintime": 4,
        "maxtime": 30,
        "switchtime": 3,
        "deadtime": 10,
        "logerrors": true,
        "logactivity": true,
        "gridsortmode": 1,
        "minerkillmode": 1,
        "traymode": 1,
        "donationpercentage": 0,
        "donationfrequency": 0,
        "remotesend": true,
        "remotereceive": true
    },
    "algorithms": [
        { "name": "x11", "hashrate": 13000, "power": 49, "aparam1": "E:\\Miner\\MinerControl-1.5.6\\X11", "aparam2": "sgminer.exe", "aparam3": "--kernel darkcoin-mod -g 2 -I 18 --worksize 64 --gpu-powertune 20 --gpu-engine 1130 --gpu-memclock 1500 --lookup-gap 2 --auto-fan --gpu-fan 40-70 --temp-cutoff 85 --temp-overheat 80" },
        { "name": "x13", "hashrate": 4024, "power": 49, "aparam1": "", "aparam2": "sgminer.exe", "aparam3": "-a x13" },
        { "name": "x14", "hashrate": 4024, "power": 52, "aparam1": "", "aparam2": "TestMiner.exe", "aparam3": "-a x14" },
        { "name": "x15", "hashrate": 3270, "power": 52, "aparam1": "", "aparam2": "TestMiner.exe", "aparam3": "-a x15" },
        { "name": "quark", "hashrate": 7000, "power": 54, "aparam1": "", "aparam2": "TestMiner.exe", "aparam3": "-a quark" },
        { "name": "nist5", "hashrate": 15682, "power": 54, "aparam1": "", "aparam2": "TestMiner.exe", "aparam3": "-a nist5" },
        { "name": "neoscrypt", "hashrate": 80, "power": 54, "aparam1": "", "aparam2": "TestMiner.exe", "aparam3": "-a neoscrypt" },
        { "name": "scrypt", "hashrate": 540, "power": 60, "aparam1": "c:\\windows\\system32", "aparam2": "cmd.exe", "aparam3": "/c test-run.bat -a scrypt -batch" },
        { "name": "scryptn", "hashrate": 253, "power": 60, "aparam1": "c:\\windows\\system32", "aparam2": "cmd.exe", "aparam3": "/c test-run.bat -a scryptn -batch" },
        { "name": "keccak", "hashrate": 34000, "power": 50, "aparam1": "", "aparam2": "TestMiner.exe", "aparam3": "-a keccak" },
        { "name": "qubit", "hashrate": 7500, "power": 50, "aparam1": "", "aparam2": "TestMiner.exe", "aparam3": "-a qubit" },
        { "name": "sha256", "hashrate": 10000, "power": 50, "aparam1": "c:\\windows\\system32", "aparam2": "cmd.exe", "aparam3": "/c test-run.bat -a sha256 -batch" }
    ],
    "yaamp": {
        "account": "12tyqFRW384n27ytyM77edUignkpGDDbZ9",
        "sparam1": "-o stratum+tcp://yaamp.com",
        "sparam2": "-p x",
        "algos": [
            { "algo": "x11", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3533 -u _ACCOUNT_ _SPARAM2_" },
            { "algo": "x13", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3633 _ACCOUNT_ _SPARAM2_" },
            { "algo": "x14", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3933 _ACCOUNT_ _SPARAM2_" },
            { "algo": "x15", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3733 _ACCOUNT_ _SPARAM2_" },
            { "algo": "quark", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:4033 _ACCOUNT_ _SPARAM2_" },
            { "algo": "nist5", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3833 _ACCOUNT_ _SPARAM2_" },
            { "algo": "scrypt", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3433 _ACCOUNT_ _SPARAM2_" }
        ]
    }
}

[09:32:24] Starting YAAMP X11 with E:\Miner\MinerControl-1.5.6\X11\sgminer.exe --kernel darkcoin-mod -g 2 -I 18 --worksize 64 --gpu-powertune 20 --gpu-engine 1130 --gpu-memclock 1500 --lookup-gap 2 --auto-fan --gpu-fan 40-70 --temp-cutoff 85 --temp-overheat 80 -o stratum+tcp://yaamp.com:3533 -u 12tyqFRW384n27ytyM77edUignkpGDDbZ9 -p x

Redirection is not supported.
[09:32:25] Dead YAAMP X11

and where is to put this command

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sr. member
Activity: 401
Merit: 250
Miner Control version 1.6.0 has been released.  This version now makes it possible to configure any algorithm for the supported services.  Examples have been added for configuring Lyra2RE on NiceHash, WestHash, and YAAMP.  Any bug fixes will have to wait a couple of weeks until I get back from the Dominican Republic.  Grin  Happy holidays everyone.
sr. member
Activity: 401
Merit: 250
StuffOfInterest,

Please add a new Lyra2RE algorithm on YAAMP, NiceHash and WestHash.

Thanks!

I'm going to go a different track and make it so that the application doesn't need any algo specific code for the service.  It will all be configuration driven.  Unfortunately, I'm going to be out the next two weeks and I doubt I'll get this done before leaving.

That's an excellent idea. But if you don't have the time at the moment, just add lyra2re manually like you've done until now and add the new feature later on. Lyra2re is really hot right now Wink

What hashrate can a single 750Ti pull for Lyra2RE?
member
Activity: 130
Merit: 10
StuffOfInterest,

Please add a new Lyra2RE algorithm on YAAMP, NiceHash and WestHash.

Thanks!

I'm going to go a different track and make it so that the application doesn't need any algo specific code for the service.  It will all be configuration driven.  Unfortunately, I'm going to be out the next two weeks and I doubt I'll get this done before leaving.

That's an excellent idea. But if you don't have the time at the moment, just add lyra2re manually like you've done until now and add the new feature later on. Lyra2re is really hot right now Wink
sr. member
Activity: 401
Merit: 250
StuffOfInterest,

Please add a new Lyra2RE algorithm on YAAMP, NiceHash and WestHash.

Thanks!

I'm going to go a different track and make it so that the application doesn't need any algo specific code for the service.  It will all be configuration driven.  Unfortunately, I'm going to be out the next two weeks and I doubt I'll get this done before leaving.
newbie
Activity: 20
Merit: 7
StuffOfInterest,

Please add a new Lyra2RE algorithm on YAAMP, NiceHash and WestHash.

Thanks!
sr. member
Activity: 401
Merit: 250
Here are my settings code for Hamsterpool. I think the port was wrong on the sample config file. and missing the -u before _ACCOUNT_. Just make sure to change apikey, account, and folders for Scrypt, neoscrypt and Scrypt-N.


Thank you very much, now it's working.
StuffOfInterest update the sample config, so people don't complain anymore Wink

Fixed.
member
Activity: 130
Merit: 10
Here are my settings code for Hamsterpool. I think the port was wrong on the sample config file. and missing the -u before _ACCOUNT_. Just make sure to change apikey, account, and folders for Scrypt, neoscrypt and Scrypt-N.


Thank you very much, now it's working.
StuffOfInterest update the sample config, so people don't complain anymore Wink
member
Activity: 95
Merit: 10
If I have both AMD cards and NVIDIA cards, I need to run 2 instances of the program. Could you add support for 2 miner exe files per Miner control?

I ended up using two copies of MC to run my video card and one to run my Scrypt ASIC.

Just put them in different folders and set the configuration files for each type of card/ASIC.
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
If I have both AMD cards and NVIDIA cards, I need to run 2 instances of the program. Could you add support for 2 miner exe files per Miner control?
member
Activity: 95
Merit: 10
Here are my settings code for Hamsterpool. I think the port was wrong on the sample config file. and missing the -u before _ACCOUNT_. Just make sure to change apikey, account, and folders for Scrypt, neoscrypt and Scrypt-N.

Code:

"algorithms": [
        { "name": "x11", "hashrate": 2900, "power": 49, "aparam1": "ccminer.exe", "aparam2": "-a x11 -i 19.525" },

....

"hamsterpool": {
        "apikey": "9c56da6b1c6e76f41484c320043d30c11be2eeed5aadfb9a16f3ce1668252108",
        "donation": 1.0,
        "account": "frazier345",
        "worker": "1",
        "sparam1": "-o stratum+tcp://eu.hamsterpool.com",
        "sparam2": "-p x",
        "algos": [
            { "algo": "scrypt", "folder": "C:\\Users\\Jim\\Desktop\\cpuminer\\cudaminer412\\x86", "command": "cudaminer.exe", "arguments": "_APARAM2_ _SPARAM1_:7771 -u _ACCOUNT_._WORKER_ _SPARAM2_" },
            { "algo": "scryptn", "folder": "C:\\Users\\Jim\\Desktop\\cpuminer\\cudaminer412\\x86", "command": "cudaminer.exe", "arguments": "_APARAM2_ _SPARAM1_:7772 -u _ACCOUNT_._WORKER_ _SPARAM2_" },
            { "algo": "sha256", "folder": "", "command": "ccminer.exe", "arguments": "_APARAM2_ _SPARAM1_:7774 -u _ACCOUNT_._WORKER_ _SPARAM2_" },
            { "algo": "x11", "folder": "", "command": "ccminer.exe", "arguments": "_APARAM2_ _SPARAM1_:7773 -u _ACCOUNT_._WORKER_ _SPARAM2_" },
            { "algo": "x13", "folder": "", "command": "ccminer.exe", "arguments": "_APARAM2_ _SPARAM1_:3509 -u _ACCOUNT_._WORKER_ _SPARAM2_" },
            { "algo": "neoscrypt", "folder": "C:\\Users\\Jim\\Desktop\\cpuminer\\neoscrypt\\cgminer-3.7.8-neoscrypt", "command": "cgminer.exe", "arguments": "--neoscrypt -T -I 14 _SPARAM1_:3650 -u _ACCOUNT_._WORKER_ _SPARAM2_", "usewindow": true }
        ]
    },
member
Activity: 130
Merit: 10
Yeah I'm also experimenting with this pool right now, and cannot get it to work with X11, because their ports in "How do I use the AutoSwitcher?" section are messed up, and I also don't like the difficulty parameter in the worker settings,...up to now I've only seen rejects because of this:

[2014-12-10 19:15:41] accepted: 0/12 (0.00%), 2354 khash/s booooo
[2014-12-10 19:15:41] reject reason: low difficulty share of 2.067469424269883e-9
[2014-12-10 19:15:41] factor reduced to : 0.01

on x13 multiport 1 card Sad
sr. member
Activity: 401
Merit: 250
Just released version 1.5.6 with support for Hamsterpool.

Very nice thank you once again for the hard work.

I did some test mining with ccminer to Hamsterpool using the port number configurations listed here.  I haven't got around to building out a concrete example yet.  One big thing I noticed with Hamsterpool, they actually do use the password from the miner.  You have to configure a worker and use the password with that worker ID when connecting or it won't accept the connection.  Because of that I didn't setup donation mining for this pool as I don't currently have a mechanism in place to force a password into the launch.
member
Activity: 130
Merit: 10
Just released version 1.5.6 with support for Hamsterpool.

Very nice thank you once again for the hard work.
sr. member
Activity: 401
Merit: 250
Just released version 1.5.6 with support for Hamsterpool.
sr. member
Activity: 476
Merit: 250
**BTW, how long does the test run go for? Until I close it?  I figured it would do a certain amount of blocks on each and switch, but it's up to 400 blocks and not sure if it's supposed to display anything else?

It will run until you stop it.  This isn't a test just a way of manually launching a configuration.  Once you launch Miner Control doesn't know what is happening internally so it doesn't do any internal control, just start and stop.

Ahh, gotcha.  I figured that sort of thing would be called sample.  I was thinking the "test" meant it would run down the configured algos and verify each one is at least hashing or something like that.

Anyways, I got the basics plugged in and now it all makes much more sense.  Seems I'm making a decent amount less than mining random coins so far, but my power and other calculations in the program might be wrong still. I'm also just using 2x970's so maybe once I get the other rigs running on it things will look better profit-wise.
Pages:
Jump to: