Bitcoin Forum
April 24, 2024, 12:52:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 »
  Print  
Author Topic: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller  (Read 164294 times)
StuffOfInterest (OP)
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250


View Profile
December 02, 2014, 01:05:07 PM
 #401

Would it be possible to support Hamsterpool? They appear to have an API and support for Scrypt, Scrypt-N, X11, SHA-256.

It is on my todo list as soon as I get some time.  They just recently wrote me to say that they had the API ready to go.

BExR exchange rates on your phone's home screen.
Miner Control to get auto algorithm switching for multiple mining services. (please donate if you like)
Could Proof of Blockchain (PoBC) help secure a coin and avoid runaway ASIC mining?
1713963175
Hero Member
*
Offline Offline

Posts: 1713963175

View Profile Personal Message (Offline)

Ignore
1713963175
Reply with quote  #2

1713963175
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713963175
Hero Member
*
Offline Offline

Posts: 1713963175

View Profile Personal Message (Offline)

Ignore
1713963175
Reply with quote  #2

1713963175
Report to moderator
Dotcommie
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
December 02, 2014, 02:40:17 PM
 #402

**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.
StuffOfInterest (OP)
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250


View Profile
December 09, 2014, 11:02:01 PM
 #403

Just released version 1.5.6 with support for Hamsterpool.

BExR exchange rates on your phone's home screen.
Miner Control to get auto algorithm switching for multiple mining services. (please donate if you like)
Could Proof of Blockchain (PoBC) help secure a coin and avoid runaway ASIC mining?
ltc_bilic
Member
**
Offline Offline

Activity: 130
Merit: 10


View Profile
December 10, 2014, 06:00:27 PM
 #404

Just released version 1.5.6 with support for Hamsterpool.

Very nice thank you once again for the hard work.
StuffOfInterest (OP)
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250


View Profile
December 10, 2014, 06:06:05 PM
 #405

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.

BExR exchange rates on your phone's home screen.
Miner Control to get auto algorithm switching for multiple mining services. (please donate if you like)
Could Proof of Blockchain (PoBC) help secure a coin and avoid runaway ASIC mining?
ltc_bilic
Member
**
Offline Offline

Activity: 130
Merit: 10


View Profile
December 10, 2014, 06:16:51 PM
 #406

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
frazier34567
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
December 10, 2014, 07:43:47 PM
 #407

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 }
        ]
    },
sp_
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
December 10, 2014, 07:53:29 PM
 #408

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?

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW ZILLIQA + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
frazier34567
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
December 10, 2014, 08:13:52 PM
 #409

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.
ltc_bilic
Member
**
Offline Offline

Activity: 130
Merit: 10


View Profile
December 10, 2014, 09:28:19 PM
Last edit: December 10, 2014, 10:02:51 PM by ltc_bilic
 #410

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
StuffOfInterest (OP)
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250


View Profile
December 10, 2014, 10:43:11 PM
 #411

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.

BExR exchange rates on your phone's home screen.
Miner Control to get auto algorithm switching for multiple mining services. (please donate if you like)
Could Proof of Blockchain (PoBC) help secure a coin and avoid runaway ASIC mining?
arbuzik
Newbie
*
Offline Offline

Activity: 20
Merit: 7


View Profile
December 14, 2014, 10:52:54 AM
 #412

StuffOfInterest,

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

Thanks!
StuffOfInterest (OP)
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250


View Profile
December 15, 2014, 04:25:56 PM
 #413

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.

BExR exchange rates on your phone's home screen.
Miner Control to get auto algorithm switching for multiple mining services. (please donate if you like)
Could Proof of Blockchain (PoBC) help secure a coin and avoid runaway ASIC mining?
ltc_bilic
Member
**
Offline Offline

Activity: 130
Merit: 10


View Profile
December 15, 2014, 06:55:25 PM
 #414

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
StuffOfInterest (OP)
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250


View Profile
December 15, 2014, 10:44:58 PM
 #415

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?

BExR exchange rates on your phone's home screen.
Miner Control to get auto algorithm switching for multiple mining services. (please donate if you like)
Could Proof of Blockchain (PoBC) help secure a coin and avoid runaway ASIC mining?
StuffOfInterest (OP)
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250


View Profile
December 16, 2014, 02:32:30 AM
 #416

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.

BExR exchange rates on your phone's home screen.
Miner Control to get auto algorithm switching for multiple mining services. (please donate if you like)
Could Proof of Blockchain (PoBC) help secure a coin and avoid runaway ASIC mining?
yudhistira
Full Member
***
Offline Offline

Activity: 347
Merit: 100



View Profile
December 16, 2014, 02:41:39 AM
 #417

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

WebsiteWhitepaperTelegram   International Blockchain Lottery   FacebookTwitterGitHub
════════☛ FIRELOTTO ☚════════    As simple and understandable as traditional lotteries are    ══════☛ PLAY NOW ☚══════
ltc_bilic
Member
**
Offline Offline

Activity: 130
Merit: 10


View Profile
December 16, 2014, 08:56:42 AM
 #418

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!!!
frazier34567
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
December 16, 2014, 06:24:50 PM
 #419

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


Add , "usewindow": true } to the end.
Code:
 { "algo": "x11", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3533 -u _ACCOUNT_ _SPARAM2_", "usewindow": true },
frazier34567
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
December 16, 2014, 06:41:37 PM
 #420

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.

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!