Bitcoin Forum
April 25, 2024, 07:35:19 AM *
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 ... 60 »
  Print  
Author Topic: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller  (Read 164294 times)
ltc_bilic
Member
**
Offline Offline

Activity: 130
Merit: 10


View Profile
September 05, 2014, 07:53:02 PM
 #41

When I get back I want to investigate some of the other services out there to see if they can be integrated in.  One thing that just a day of running has shown me is that NiceHash is no longer the dominant player.  I've been switching between NiceHash, TradeMyBit, and YAAMP regularly with the controller.  It would be interesting to see if these other pools are in the same ballpark.


Agreed, that's why we need alternatives Wink Yeah the TMB bug is gone, working flawlessly. Thank you!
1714030519
Hero Member
*
Offline Offline

Posts: 1714030519

View Profile Personal Message (Offline)

Ignore
1714030519
Reply with quote  #2

1714030519
Report to moderator
1714030519
Hero Member
*
Offline Offline

Posts: 1714030519

View Profile Personal Message (Offline)

Ignore
1714030519
Reply with quote  #2

1714030519
Report to moderator
1714030519
Hero Member
*
Offline Offline

Posts: 1714030519

View Profile Personal Message (Offline)

Ignore
1714030519
Reply with quote  #2

1714030519
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Travis9x
Full Member
***
Offline Offline

Activity: 170
Merit: 100


View Profile WWW
September 06, 2014, 01:13:04 AM
 #42

It was a parsing error in the program.  It would hit an entry it didn't expect and stop parsing at that point.  The API appears to return results in a random order so the unknown value could be hit at any point in the lsit and everything after it will be ignored.  Fixed now.
Download: http://stuffofinterest.com/MinerControl/MinerControl-1.0.2.zip
When I get back I want to investigate some of the other services out there to see if they can be integrated in.  One thing that just a day of running has shown me is that NiceHash is no longer the dominant player.  I've been switching between NiceHash, TradeMyBit, and YAAMP regularly with the controller.  It would be interesting to see if these other pools are in the same ballpark.
Nice work on cranking out some more fixes before you leave.  Have a great trip!   Cool

runra
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
September 06, 2014, 07:19:19 AM
Last edit: September 11, 2014, 05:20:20 PM by runra
 #43

nice
la7eralus
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
September 07, 2014, 01:41:31 AM
 #44

Does anyone have the necessary .conf settings for a Radeon 280x?  I've been through pages upon pages of the old NiceHash Control Tool as well as throughout this posting but don't seem to be able to find a .conf setup that works.  Everything pulls prices, but when attempting to start SGMiner nothing happens - even with the correct directory structures set using \\ to separate heirarchy.

If someone would be willing to post which miner they are using for AMD, and their appropriate .conf files that would be absolutely amazing!
Travis9x
Full Member
***
Offline Offline

Activity: 170
Merit: 100


View Profile WWW
September 07, 2014, 04:44:19 AM
 #45

Does anyone have the necessary .conf settings for a Radeon 280x?  I've been through pages upon pages of the old NiceHash Control Tool as well as throughout this posting but don't seem to be able to find a .conf setup that works.  Everything pulls prices, but when attempting to start SGMiner nothing happens - even with the correct directory structures set using \\ to separate heirarchy.

If someone would be willing to post which miner they are using for AMD, and their appropriate .conf files that would be absolutely amazing!
I think you're looking in the wrong place.  It sounds like your miner configuration settings are wrong, so this has nothing to do with NHC or MinerControl settings.  I suggest checking SGminer support pages, or even the included help info in the miner app, to find the right settings for your 280x.  They'll usually be some command-line switches, and the best way to test if you have the settings right, is to try using SGminer stand-alone (with no other programs or apps, just by itself) to mine in a pool (any random one will do).  If it mines successfully, at a decent rate for your card, then you've got the settings right.  Then use those settings for the miner launch in NHC or MinerControl.

Zels
Full Member
***
Offline Offline

Activity: 203
Merit: 100



View Profile
September 07, 2014, 07:53:22 AM
 #46

Does anyone have the necessary .conf settings for a Radeon 280x?  I've been through pages upon pages of the old NiceHash Control Tool as well as throughout this posting but don't seem to be able to find a .conf setup that works.  Everything pulls prices, but when attempting to start SGMiner nothing happens - even with the correct directory structures set using \\ to separate heirarchy.

If someone would be willing to post which miner they are using for AMD, and their appropriate .conf files that would be absolutely amazing!

MinerControl.conf
Code:
{
    "general": {
        "power": 0.10,
        "exchange": 500,
        "mintime": 5,
        "maxtime": 180,
        "switchtime": 2,
        "deadtime": 10
    },
    "algorithms": [
        { "name": "x11", "hashrate": 2700, "power": 100 },
        { "name": "x13", "hashrate": 2100, "power": 100 },
        { "name": "x15", "hashrate": 1800, "power": 105 },
        { "name": "nist5", "hashrate": 8300, "power": 100 },
        { "name": "scryptn", "hashrate": 220, "power": 130 }
    ],
    "nicehash": {
        "account": "xx",
        "worker": "R9",
        "param1": "-c",
        "param2": "stratum+tcp://stratum.nicehash.com",
        "algos": [
            { "algo": "x11", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x11NH.conf" },
            { "algo": "x13", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x13NH.conf" },
            { "algo": "x15", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x15NH.conf" },
            { "algo": "nist5", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ nist5NH.conf" },
            { "algo": "scryptn", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ nscryptNH.conf" }
        ]
    },
    "westhash": {
        "account": "xx",
        "worker": "R9",
        "param1": "-c",
        "param2": "stratum+tcp://stratum.nicehash.com",
        "algos": [
            { "algo": "x11", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x11NH.conf" },
            { "algo": "x13", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x13NH.conf" },
            { "algo": "x15", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x15NH.conf" },
            { "algo": "nist5", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ nist5NH.conf" },
            { "algo": "scryptn", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ nscryptNH.conf" }
        ]
    },
    "trademybit": {
        "apikey": "xxxxx",
        "account": "xxx",
        "worker": "xx",
        "param1": "-c",
        "param2": "stratum+tcp://am01.eu.trademybit.com",
        "algos": [
            { "algo": "x11", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x11trade.conf" },
            { "algo": "x13", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x13trade.conf" },
            { "algo": "x15", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x15trade.conf" },
            { "algo": "nist5", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ nist5trade.conf" },
            { "algo": "scryptn", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ nscrypttrade.conf" }
        ]
    },
    "yaamp": {
        "account": "xx",
        "worker": "R9",
        "param1": "-c",
        "param2": "stratum+tcp://yaamp.com",
        "algos": [
            { "algo": "x11", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x11yaamp.conf" },
            { "algo": "x13", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x13yaamp.conf" },
            { "algo": "x15", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x15yaamp.conf" },
            { "algo": "nist5", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ nist5yaamp.conf" }
        ]
    },
"manual": {
        "account": "xx",
"worker": "R9",
        "param1": "-c",
        "param2": "stratum+tcp://eu.wafflepool.com",
        "algos": [
            { "algo": "x11", price: 0.180, fee: 2.0, "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ manual.conf" }
        ]
    }
}

x11NH.conf:
1st pool is the main for this algo/pool, other are just backup pool Smiley
Code:
{
"pools" : [
{
          "name" : "NHash_X11",
          "url" : "stratum+tcp://stratum.nicehash.com:3336",
          "user" : "xx.R9",
          "pass" : "d=0.008",
          "nfactor" : "10",
          "algorithm" : "darkcoin-mod",
 "gpu-engine" : "1100",
"gpu-memclock" : "1500",
"xintensity" : "256",
        "thread-concurrency" : "13188"
     },
{
          "name" : "WHash_X11",
          "url" : "stratum+tcp://stratum.westhash.com:3336",
          "user" : "xx.R9",
          "pass" : "d=0.008",
          "nfactor" : "10",
          "algorithm" : "darkcoin-mod",
 "gpu-engine" : "1100",
"gpu-memclock" : "1500",
"xintensity" : "256",
        "thread-concurrency" : "13188"
     },
{
"name" : "wafflepool_EU_x11",
"url" : "stratum+tcp://eu.wafflepool.com:3331",
"user" : "xx",
"pass" : "d=0.008",
"algorithm" : "darkcoin-mod",
"pgpu-engine" : "1100",
"gpu-memclock" : "1500",
"xintensity" : "256",
"state" : "enabled",
        "thread-concurrency" : "13188"
},
{
"name" : "wafflepool_USeast_x11",
"url" : "stratum+tcp://useast.wafflepool.com:3331",
"user" : "xx",
"pass" : "d=0.008",
"algorithm" : "darkcoin-mod",
"gpu-engine" : "1100",
"gpu-memclock" : "1500",
"xintensity" : "256",
"state" : "enabled",
        "thread-concurrency" : "13188"
},
{
"name" : "wafflepool_USwest_x11",
"url" : "stratum+tcp://uswest.wafflepool.com:3331",
"user" : "xx",
"pass" : "d=0.008",
"algorithm" : "darkcoin-mod",
"gpu-engine" : "1100",
"gpu-memclock" : "1500",
"xintensity" : "256",
"state" : "enabled",
        "thread-concurrency" : "13188"
}
]
,
"hamsi-expand-big" : "1",
"hamsi-short" : true,
"worksize" : "64",
"shaders" : "1280",
"lookup-gap" : "2",
"gpu-threads" : "2",
"gpu-engine" : "1100",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"temp-cutoff" : "94",
"temp-overheat" : "88",
"temp-hysteresis" : "3",
"api-listen" : true,
"api-mcast-port" : "4028",
"expiry" : "1",
"log" : "5",
"vectors" : "1",
"shares" : "0",
"no-restart" : true,
"failover-switch-delay" : "30",
"failover-only" : true,
"no-pool-disable" : true,
"queue" : "0",
"scan-time" : "1",
"show-coindiff" : true,
"remove-disabled" : true,
"tcp-keepalive": "30",
"disable-rejecting" : true,
"extranonce-subscription" : true,
"blake-compact" : true,
"keccak-unroll" : "8",
"luffa-parallel" : true,
"api-allow" : "W:127.0.0.1"
}

It's for a 270, change to fit your speed.
I use 1 conf for each algo / pool, but you can choose to not use .conf and give every option as parameter to sgminer if you prefer long line Smiley
for the folder structure I use: Minercontrol, and inside a folder sgminer where there is sgminer.exe and all the .conf
la7eralus
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
September 08, 2014, 01:28:50 AM
Last edit: September 09, 2014, 12:52:19 AM by la7eralus
 #47

I went ahead last night and sorted through the code with a few references for your example.  This configuration included all pools with all coins, uses the official sgminer 5.0 from nice/westhash, and successfully pulls all information as well as launches appropriate versions of each miner.  Configuration for Radeon r9 280x X2.

Make sure if you use this to change the directory structure to point to your associated miner's for each coin- Besides that just punch in your BTC address and your account name/api key where necessary and you're up and running.

Code:
{
    "general": {
        "power": 0.15,
        "exchange": 500,
        "mintime": 4,
        "maxtime": 180,
        "switchtime": 3,
        "deadtime": 10
    },
    "algorithms": [
        { "name": "x11", "hashrate": 6400, "power": 49 },
        { "name": "x13", "hashrate": 4400, "power": 49 },
        { "name": "x15", "hashrate": 4000, "power": 52 },
        { "name": "nist5", "hashrate": 24600, "power": 54 },
        { "name": "scrypt", "hashrate": 1200, "power": 60 },
        { "name": "scryptn", "hashrate": 480, "power": 60 },
        { "name": "keccak", "hashrate": 630, "power": 50 },
        { "name": "sha256", "hashrate": 0, "power": 50 }
    ],
    "westhash": {
        "account": "1Pe5huNgu8TfNgjiXVKuSja6VNw5wTB7KM",
        "worker": "1",
"param1": "stratum+tcp://stratum.westhash.com",
        "weight": 0.90,
        "algos": [
            { "algo": "x11", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\x11", "command": "sgminer.exe", "arguments": "--kernel darkcoin-mod -o _PARAM1_:3336 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "x13", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\x13", "command": "sgminer.exe", "arguments": "--kernel marucoin-mod -o _PARAM1_:3337 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "scrypt", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\scrypt", "command": "sgminer.exe", "arguments": "--kernel ckolivas -o _PARAM1_:3333 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "scryptn", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\scrypt_n", "command": "sgminer.exe", "arguments": "--kernel psw -o _PARAM1_:3335 -u _ACCOUNT_._WORKER_ -p x --nfactor 11 -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "keccak", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\keccak", "command": "sgminer.exe", "arguments": "--kernel keccak -o _PARAM1_:3338 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "x15", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\x15", "command": "sgminer.exe", "arguments": "--kernel x15 -o _PARAM1_:3339 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "nist5", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\nist5", "command": "sgminer.exe", "arguments": "--kernel nist5 -o _PARAM1_:3340 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 18 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "sha256", "folder": "", "command": "cmd.exe", "arguments": "--kernel KERNELNAME -o _PARAM1_:3334 -u _ACCOUNT_._WORKER_ -p x" }
        ]
    },
    "nicehash": {
        "account": "1Pe5huNgu8TfNgjiXVKuSja6VNw5wTB7KM",
        "worker": "1",
"param1": "stratum+tcp://stratum.nicehash.com",
        "algos": [
            { "algo": "x11", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\x11", "command": "sgminer.exe", "arguments": "--kernel darkcoin-mod -o _PARAM1_:3336 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "x13", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\x13", "command": "sgminer.exe", "arguments": "--kernel marucoin-mod -o _PARAM1_:3337 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "scrypt", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\scrypt", "command": "sgminer.exe", "arguments": "--kernel ckolivas -o _PARAM1_:3333 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "scryptn", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\scrypt_n", "command": "sgminer.exe", "arguments": "--kernel psw -o _PARAM1_:3335 -u _ACCOUNT_._WORKER_ -p x --nfactor 11 -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "keccak", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\keccak", "command": "sgminer.exe", "arguments": "--kernel keccak -o _PARAM1_:3338 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "x15", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\x15", "command": "sgminer.exe", "arguments": "--kernel x15 -o _PARAM1_:3339 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "nist5", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\nist5", "command": "sgminer.exe", "arguments": "--kernel nist5 -o _PARAM1_:3340 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 18 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "sha256", "folder": "", "command": "cmd.exe", "arguments": "--kernel KERNELNAME -o _PARAM1_:3334 -u _ACCOUNT_._WORKER_ -p x" }
        ]
    },
    "trademybit": {
        "apikey": "APIKEYGOESHERE",
        "account": "USERNAME",
        "worker": "1",
"param1": "stratum+tcp://west01.us.trademybit.com",
        "algos": [
            { "algo": "x11", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\x11", "command": "sgminer.exe", "arguments": "--kernel darkcoin-mod -o _PARAM1_:4440 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "x13", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\x13", "command": "sgminer.exe", "arguments": "--kernel marucoin-mod -o _PARAM1_:5550 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "x15", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\x15", "command": "sgminer.exe", "arguments": "--kernel x15 -o _PARAM1_:6660 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "nist5", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\nist5", "command": "sgminer.exe", "arguments": "--kernel nist5 -o _PARAM1_:7770 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 18 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "scrypt", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\scrypt", "command": "sgminer.exe", "arguments": "--kernel ckolivas -o _PARAM1_:3330 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "scryptn", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\scrypt_n", "command": "sgminer.exe", "arguments": "--kernel psw -o _PARAM1_:2220 -u _ACCOUNT_._WORKER_ -p x --nfactor 11 -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" }
        ]
    },
    "yaamp": {
        "account": "1Pe5huNgu8TfNgjiXVKuSja6VNw5wTB7KM",
        "worker": "1",
"param1": "stratum+tcp://yaamp.com",
        "algos": [
            { "algo": "x11", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\x11", "command": "sgminer.exe", "arguments": "--kernel darkcoin-mod -o _PARAM1_:3533 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "x13", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\x13", "command": "sgminer.exe", "arguments": "--kernel marucoin-mod -o _PARAM1_:3633 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "x15", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\x15", "command": "sgminer.exe", "arguments": "--kernel x15 -o _PARAM1_:3733 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "nist5", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\nist5", "command": "sgminer.exe", "arguments": "--kernel nist5 -o _PARAM1_:3833 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 18 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" },
            { "algo": "scrypt", "folder": "C:\\Users\\MFCEOSean\\Desktop\\MinerControl_Complete\\miners\\sph_sgminer\\scrypt", "command": "sgminer.exe", "arguments": "--kernel ckolivas -o _PARAM1_:3433 -u _ACCOUNT_._WORKER_ -p x -w 256 --thread-concurrency 8192 --shaders 2048 -I 13 -g 2 --lookup-gap 2 --gpu-memclock 1500 --gpu-engine 1033 --expiry 1 --scan-time 1 --queue 0 -d 0,1" }
        ]
    }
}
Agamemnus
Full Member
***
Offline Offline

Activity: 267
Merit: 100



View Profile
September 08, 2014, 12:02:35 PM
 #48

Amazing! Thank you so much! I'm going to mine to your address for a day Wink

yudhistira
Full Member
***
Offline Offline

Activity: 347
Merit: 100



View Profile
September 08, 2014, 04:52:04 PM
 #49

How do you advice

I have mining RIG x11 8.6 Mhs
while the other algo 4.6 Mhs

x11 uses a different kernel modifications with others
how do I anticipate that when running auto miner control other prices slightly higher than the x11 but I was only able to RIG 4.6 Mhs

although it is higher than the x11 would be more beneficial because of its speed 2-fold

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

Activity: 170
Merit: 100


View Profile WWW
September 09, 2014, 12:09:41 AM
 #50

How do you advice

I have mining RIG x11 8.6 Mhs
while the other algo 4.6 Mhs

x11 uses a different kernel modifications with others
how do I anticipate that when running auto miner control other prices slightly higher than the x11 but I was only able to RIG 4.6 Mhs

although it is higher than the x11 would be more beneficial because of its speed 2-fold
This is why you enter your hashrate into the configuration file, so it calculates profitability accurately.

ltc_bilic
Member
**
Offline Offline

Activity: 130
Merit: 10


View Profile
September 10, 2014, 10:36:46 AM
 #51

On one client using Windows XP, MinerControl crashes so badly that I can't even read the exception error in the Framework windows. It starts OK, and it crashes while changing algo. On all the other WinXP clients works flawlessly. I'll reinstall the .NET framework 4.0 again on that one, to see if it helps. Any idea what might cause the crash?
DemosMirak
Full Member
***
Offline Offline

Activity: 146
Merit: 100


View Profile
September 10, 2014, 08:20:47 PM
 #52

Fantastic tool, thanks for making it!

BTC: 13enECLM3M3gjQDoBKouXuYFG4zXaDdDPx
LTC: LRTbQNQcRjZV51PivQdhK7zpMtJYPouqR9
StuffOfInterest (OP)
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250


View Profile
September 11, 2014, 12:17:04 PM
 #53

On one client using Windows XP, MinerControl crashes so badly that I can't even read the exception error in the Framework windows. It starts OK, and it crashes while changing algo. On all the other WinXP clients works flawlessly. I'll reinstall the .NET framework 4.0 again on that one, to see if it helps. Any idea what might cause the crash?

If the crash only happens while switching algorithms then it may be a driver crash from the fast switching. One person reported this same issue with NHC. I plan to put a start delay option in but until that time you could do it your self with a batch file rhat calls a sleep command before launching the miner.

See if you can cause the crash manually by using one of the algo start buttons, hit stop, and as soon as the buttons appear hit another algo start button.

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
September 11, 2014, 02:16:10 PM
 #54

On one client using Windows XP, MinerControl crashes so badly that I can't even read the exception error in the Framework windows. It starts OK, and it crashes while changing algo. On all the other WinXP clients works flawlessly. I'll reinstall the .NET framework 4.0 again on that one, to see if it helps. Any idea what might cause the crash?

If the crash only happens while switching algorithms then it may be a driver crash from the fast switching. One person reported this same issue with NHC. I plan to put a start delay option in but until that time you could do it your self with a batch file rhat calls a sleep command before launching the miner.

See if you can cause the crash manually by using one of the algo start buttons, hit stop, and as soon as the buttons appear hit another algo start button.
It appears that it's happening when killing an miner, i've tried it also manually and it won't kill the miner. It just sits until framework crash. I've tried with nvminer/ccminer, checked the file permissions, seems all ok. I think something like this was happening also with NCH a while back, then you've released a new version and it was working fine.
StuffOfInterest (OP)
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250


View Profile
September 11, 2014, 02:41:44 PM
 #55

On one client using Windows XP, MinerControl crashes so badly that I can't even read the exception error in the Framework windows. It starts OK, and it crashes while changing algo. On all the other WinXP clients works flawlessly. I'll reinstall the .NET framework 4.0 again on that one, to see if it helps. Any idea what might cause the crash?

If the crash only happens while switching algorithms then it may be a driver crash from the fast switching. One person reported this same issue with NHC. I plan to put a start delay option in but until that time you could do it your self with a batch file rhat calls a sleep command before launching the miner.

See if you can cause the crash manually by using one of the algo start buttons, hit stop, and as soon as the buttons appear hit another algo start button.
It appears that it's happening when killing an miner, i've tried it also manually and it won't kill the miner. It just sits until framework crash. I've tried with nvminer/ccminer, checked the file permissions, seems all ok. I think something like this was happening also with NCH a while back, then you've released a new version and it was working fine.

The code I used for a fix in NHC is the same used now. Even a bit better as it catches errors when killing processes. Not sure what is happening now. If it is in the process killer then you should see the same effect using the stop button.

I won't be home until next week. Will try to take a look at it then.

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?
Infinity123
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
September 13, 2014, 10:43:02 AM
 #56

Today when I woke up and checked my rig I found out that Miner control had crashed, but the miner was still running...
ltc_bilic
Member
**
Offline Offline

Activity: 130
Merit: 10


View Profile
September 13, 2014, 02:45:32 PM
 #57

Today when I woke up and checked my rig I found out that Miner control had crashed, but the miner was still running...

You're not alone, happens to me also Smiley Crashes on windows XP and on 8.1 occasionally.
StuffOfInterest (OP)
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250


View Profile
September 13, 2014, 06:16:53 PM
 #58

Today when I woke up and checked my rig I found out that Miner control had crashed, but the miner was still running...

You're not alone, happens to me also Smiley Crashes on windows XP and on 8.1 occasionally.
When I get back I'm going to wrap the whole kill/start cycle in a try/catch. Something is getting fouled up out there in a place I haven't seen before. Also plan to add some error logging in so there will be something to diagnose with.

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
September 15, 2014, 02:04:10 AM
 #59

OK, back in town.

Just put out version 1.0.3.  Only difference is wrapping the entire kill/start cycle in an error trap and adding a config option to log all errors in the application.  If the people having problems can create and send me a copy of the error.log file it will help in figuring out what is happening.

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
September 15, 2014, 05:10:53 AM
 #60

yaamp and tmb

balance is not show up
in mc 1.03 and pool


WebsiteWhitepaperTelegram   International Blockchain Lottery   FacebookTwitterGitHub
════════☛ FIRELOTTO ☚════════    As simple and understandable as traditional lotteries are    ══════☛ PLAY NOW ☚══════
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 ... 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!