Pages:
Author

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

full member
Activity: 138
Merit: 100
It seems that Hamsterpool is closing too.

One by one, the pools are going away.  Sad

For MinerControl, there's only Nice/Westhash, LTCRabbit and WePayBTC left.

The mining landscape is not the Klondike goldrush it used to be, and it will soon look like the Sahara Desert!
hero member
Activity: 588
Merit: 501
Please, report if you can get stats from Yaamp now with this tool. We have tried to copy their API as much as possible, but may not be completely identical. We see that there are still quite some automatic tools obtaining Yaamp stats and we would like them to continue to work.

Who care about yaamp stats since you only bought the domain name and everything is forwarded to nicehash  Huh
But yes for now, minercontrol report same price as nicehash on yaamp.

There are still 300 miners using Yaamp. Guess many miners are too lazy to change mining addresses.

You will need to support payouts in other currencies than bitcoin f.ex dash. Some yaamp miners use Dash adresses instead of BTC..

We try to get as much compatible as possible, but since we do not mine coins on our own and all buyers always pay out in BTC only, we do not make payments in any other currency but BTC. However, if the provided address is not valid BTC address, authorization will be refused, so there is no lost mining for the ones that want payout in different coins.
full member
Activity: 203
Merit: 100
Please, report if you can get stats from Yaamp now with this tool. We have tried to copy their API as much as possible, but may not be completely identical. We see that there are still quite some automatic tools obtaining Yaamp stats and we would like them to continue to work.

Who care about yaamp stats since you only bought the domain name and everything is forwarded to nicehash  Huh
But yes for now, minercontrol report same price as nicehash on yaamp.
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
You will need to support payouts in other currencies than bitcoin f.ex dash. Some yaamp miners use Dash adresses instead of BTC..
hero member
Activity: 588
Merit: 501
Please, report if you can get stats from Yaamp now with this tool. We have tried to copy their API as much as possible, but may not be completely identical. We see that there are still quite some automatic tools obtaining Yaamp stats and we would like them to continue to work.
full member
Activity: 138
Merit: 100
hero member
Activity: 1064
Merit: 500
MOBU
Ok...so I have a working .conf file but I have been trying to come up with a .conf that would allow me to pick the 'coin', (not just the algo), I want to mine. Yaamp allows mining to more than just BTC & I sometimes like to get paid in an altcoin. There has to be a way to rewrite the config to allow it. Right now I have to manually reconfigure it. Can it be written with something like a pulldown menu or such? Any ideas? Anyone? Somebody!!??

Thanks for any help.

       Grin
newbie
Activity: 30
Merit: 0
Anyone ever look at mininpoolhub -->  https://miningpoolhub.com/

They have a hell of a lot of implemented algos.  They also have an api, although I'm so confused.  See here:

https://bitcointalk.org/index.php?topic=472510.460;imode

for nvidia
http://miningpoolhub.com/index.php?page=api&action=getminingandprofitsstatistics&hardware=nvidia

for amd
http://miningpoolhub.com/index.php?page=api&action=getminingandprofitsstatistics&hardware=amd

No idea as to profitability.  Not listed on poolpicker.

-Edit, tried this pool for a while, I say meh.  Very confusing, think I threw away my hash.
full member
Activity: 347
Merit: 100
x13 and x15 working good on nice and west
but seems dead with yaamp

other algo working good on all pool

if used miner control v1.5 all working well
full member
Activity: 203
Merit: 100
Oh yes, forgot to check json validator Smiley
Lyra2 actual_last24h is empty, that's why ^^
hero member
Activity: 644
Merit: 500
Yaamp seems to be back, but Minercontrol is not able to get price now Smiley

There is an error in their JSON. If you parse this API result trough a JSON validator, you'll get this Wink
hero member
Activity: 1064
Merit: 500
MOBU
Got it...pretty much   Shocked

Thanks Zels
full member
Activity: 203
Merit: 100
Yaamp seems to be back, but Minercontrol is not able to get price now Smiley

Code:
----------------------------------------------
Type: ArgumentException
Message: Invalid JSON primitive: .
Stack trace:    at System.Web.Script.Serialization.JavaScriptObjectDeserializer.DeserializePrimitiveObject()
   at System.Web.Script.Serialization.JavaScriptObjectDeserializer.DeserializeInternal(Int32 depth)
   at System.Web.Script.Serialization.JavaScriptObjectDeserializer.DeserializeDictionary(Int32 depth)
   at System.Web.Script.Serialization.JavaScriptObjectDeserializer.DeserializeInternal(Int32 depth)
   at System.Web.Script.Serialization.JavaScriptObjectDeserializer.DeserializeDictionary(Int32 depth)
   at System.Web.Script.Serialization.JavaScriptObjectDeserializer.DeserializeInternal(Int32 depth)
   at System.Web.Script.Serialization.JavaScriptObjectDeserializer.BasicDeserialize(String input, Int32 depthLimit, JavaScriptSerializer serializer)
   at System.Web.Script.Serialization.JavaScriptSerializer.Deserialize(JavaScriptSerializer serializer, String input, Type type, Int32 depthLimit)
   at System.Web.Script.Serialization.JavaScriptSerializer.DeserializeObject(String input)
   at MinerControl.Utility.WebUtil.DownloadJsonComplete(Object sender, DownloadStringCompletedEventArgs e)

Yaamp just added "rental_current" on the api.  Took a look to file related to yaamp on source, but didn't find what to change  Grin
hero member
Activity: 677
Merit: 500
I make config for west+nice like this:
Quote
   "algorithms": [
        { "name": "x11", "hashrate": 19900, "power": 200, "aparam1": "", "aparam2": "ccminer.exe", "aparam3": "-q -r 3 -R 10 -a x11 --no-color -o stratum+tcp://" },
        { "name": "x13", "hashrate": 15700, "power": 200, "aparam1": "", "aparam2": "ccminer.exe", "aparam3": "-q -r 3 -R 10 -a x13 -i 20 --no-color -o stratum+tcp://" },
        { "name": "x14", "hashrate": 540, "power": 200, "aparam1": "", "aparam2": "ccminer.exe", "aparam3": "-q -r 3 -R 10 -a x14 --no-color -o stratum+tcp://" },
        { "name": "x15", "hashrate": 14100, "power": 200, "aparam1": "", "aparam2": "ccminer.exe", "aparam3": "-q -r 3 -R 10 -a x15 -i 20  --no-color -o stratum+tcp://" },
        { "name": "nist5", "hashrate": 65000, "power": 200, "aparam1": "", "aparam2": "ccminer.exe", "aparam3": "-q -r 3 -R 10 -a nist5 --no-color -o stratum+tcp://" },
        { "name": "blake", display: "Blake", "hashrate": 7000000, "power": 200, "aparam1": "", "aparam2": "ccminer.exe", "aparam3": "-q -r 3 -R 10 -a blake -g 2 --no-color -o stratum+tcp://" },
        { "name": "lyra2", display: "Lyra2RE", "hashrate": 2570, "power": 200, "aparam1": "", "aparam2": "ccminer.exe", "aparam3": "-q -r 3 -R 10 -a lyra2 -i 19  --no-color -o stratum+tcp://" },
        { "name": "quark", "hashrate": 38000, "power": 200, "aparam1": "", "aparam2": "ccminer.exe", "aparam3": "-q -r 3 -R 10 -a quark --cpu-priority 3 --no-color -o stratum+tcp://" },
        { "name": "qubit", display: "Qubit", "hashrate": 30400, "power": 200, "aparam1": "", "aparam2": "ccminer.exe", "aparam3": "-q -r 3 -R 10 -a qubit -i 20 --no-color -o stratum+tcp://" },
        { "name": "groestl", display: "Groestl", "hashrate": 13300, "power": 200, "aparam1": "", "aparam2": "ccminer.exe", "aparam3": "-q -r 3 -R 10 -a groestl --no-color -o stratum+tcp://" },
        { "name": "skein", display: "Skein", "hashrate": 710000, "power": 200, "aparam1": "", "aparam2": "ccminer.exe", "aparam3": "-q -r 3 -R 10 -a skein -i 28 --no-color -o stratum+tcp://" },
        { "name": "keccak", "hashrate": 1150000, "power": 200, "aparam1": "", "aparam2": "ccminer.exe", "aparam3": "-q -r 3 -R 10 -a keccak -i 27 --no-color -o stratum+tcp://" },
        { "name": "whirlpoolx", display: "WhirlpoolX", "hashrate": 526000, "power": 200, "aparam1": "", "aparam2": "ccminer.exe", "aparam3": "-q -r 3 -R 10 -i 25 -a whirlpoolx --no-color -o stratum+tcp://" },
        { "name": "neoscrypt", display: "NeoScrypt", "hashrate": 1120, "power": 200, "aparam1": "", "aparam2": "ccminer.exe", "aparam3": "-q -r 3 -R 10 -a neoscrypt -i 15.5 --no-color -o stratum+tcp://" },
        { "name": "scrypt", "hashrate": 1930, "power": 250, "aparam1": "", "aparam2": "ccminer.exe", "aparam3": "-q -r 3 -R 10 -a scrypt --cpu-priority 3 -l 5x24 --no-color -o stratum+tcp://" },
        { "name": "scryptn", "hashrate": 0, "power": 0 },
        { "name": "sha256", "hashrate": 0, "power": 0 }
    ],
    "nicehash": {
        "account": "1BVSGR4cTiFJqCbKtzxZSLyB5NAD9HVGPi",
        "worker": "1",
        "weight": 0.90,
        "sparam1": ".eu.nicehash.com",
        "algos": [
            { "algo": "x11", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_x11_SPARAM1_:3336 -u _ACCOUNT_._WORKER_ -p d=0.04" },
            { "algo": "x13", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_x13_SPARAM1_:3337 -u _ACCOUNT_._WORKER_ -p d=0.04" },
            { "algo": "x15", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_x15_SPARAM1_:3339 -u _ACCOUNT_._WORKER_ -p d=0.04" },
            { "algo": "quark", "priceid": "12", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_quark_SPARAM1_:3345 -u _ACCOUNT_._WORKER_ -p d=0.08" },
            { "algo": "lyra2", "priceid": "9", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_lyra2re_SPARAM1_:3342 -u _ACCOUNT_._WORKER_ _SPARAM2_ -p d=0.08" },
            { "algo": "whirlpoolx", "priceid": "10", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_whirlpoolx_SPARAM1_:3343 -u _ACCOUNT_._WORKER_ _SPARAM2_ -p d=0.08" },
            { "algo": "keccak", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_keccak_SPARAM1_:3338 -u _ACCOUNT_._WORKER_ -p d=0.08" },
            { "algo": "nist5", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_nist5_SPARAM1_:3340 -u _ACCOUNT_._WORKER_ -p d=0.04" },
            { "algo": "qubit", "priceid": "11", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_qubit_SPARAM1_:4344 -u _ACCOUNT_._WORKER_ -p d=0.04" },
            { "algo": "scrypt",  "priceid": "0","folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_scrypt_SPARAM1_:4333 -u _ACCOUNT_._WORKER_ -p d=0.01" },
            { "algo": "neoscrypt",  "priceid": "8","folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_neoscrypt_SPARAM1_:4341 -u _ACCOUNT_._WORKER_ -p d=0.01" }
        ]
    },
    "westhash": {
        "account": "1BVSGR4cTiFJqCbKtzxZSLyB5NAD9HVGPi",
        "worker": "1",
        "sparam1": ".usa.nicehash.com",
        "algos": [
            { "algo": "x11", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_x11_SPARAM1_:3336 -u _ACCOUNT_._WORKER_ -p d=0.04" },
            { "algo": "x13", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_x13_SPARAM1_:3337 -u _ACCOUNT_._WORKER_ -p d=0.04" },
            { "algo": "x15", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_x15_SPARAM1_:3339 -u _ACCOUNT_._WORKER_ -p d=0.04" },
            { "algo": "quark", "priceid": "12", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_quark_SPARAM1_:3345 -u _ACCOUNT_._WORKER_ -p d=0.08" },
            { "algo": "lyra2", "priceid": "9", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_lyra2re_SPARAM1_:3342 -u _ACCOUNT_._WORKER_ _SPARAM2_ -p d=0.08" },
            { "algo": "whirlpoolx", "priceid": "10", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_whirlpoolx_SPARAM1_:3343 -u _ACCOUNT_._WORKER_ _SPARAM2_ -p d=0.08" },
            { "algo": "keccak", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_keccak_SPARAM1_:3338 -u _ACCOUNT_._WORKER_ -p d=0.08" },
            { "algo": "nist5", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_nist5_SPARAM1_:3340 -u _ACCOUNT_._WORKER_ -p d=0.04" },
            { "algo": "qubit", "priceid": "11", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_qubit_SPARAM1_:4344 -u _ACCOUNT_._WORKER_ -p d=0.04" },
            { "algo": "scrypt",  "priceid": "0","folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_scrypt_SPARAM1_:4333 -u _ACCOUNT_._WORKER_ -p d=0.01" },
            { "algo": "neoscrypt",  "priceid": "8","folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_neoscrypt_SPARAM1_:4341 -u _ACCOUNT_._WORKER_ -p d=0.01" }
        ]
    },
full member
Activity: 203
Merit: 100
sparam2 is just a variable used by minercontrol. Before change in NH/WH, line was like "sparam2": "stratum+tcp://nicehash.com"  and reused later on the code to:
{ "algo": "x11", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "_SPARAM1_ x11 -o _SPARAM2_:port -u _ACCOUNT_._WORKER_ -p d=0.01", "usewindow":  true },

But now with change, you can't use same stratum url for all algo and just change the port, soo I'll skip the sparam2 var, and set stratum url in plain text for all algo

"usewindow":  true: it show the miner windows
If set to false, ouptut of the miner is show directly inside minercontrol on console tab if I remember right.  Just set it as you prefer Smiley

Same things, but without the sparam2 who's not used anymore by me
PS. the "usewindow": "false/true", need to be set in each algo, not like my old ex before the algos Smiley

Code:
"nicehash": {
        "account": "1KSTYGj25RRQ5i1GNVUGTjUsSyZr4uSPiz",
        "worker": "750ti",
        "sparam1": "-q -r 3 -R 5 -a",
        "algos": [
            { "algo": "x11", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "_SPARAM1_ x11 -o stratum+tcp://x11.eu.nicehash.com:3336 -u _ACCOUNT_._WORKER_ -p d=0.01", "usewindow":  true },
            { "algo": "x13", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "_SPARAM1_ x13 -o stratum+tcp://x13.eu.nicehash.com:3337 -u _ACCOUNT_._WORKER_ -p d=0.01", "usewindow":  true },
            { "algo": "x15", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "_SPARAM1_ x15 -o stratum+tcp://x15.eu.nicehash.com:3339 -u _ACCOUNT_._WORKER_ -p d=0.01", "usewindow":  true },
            { "algo": "nist5", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "-q -r 3 -R 10 -a nist5 -o stratum+tcp://nist5.eu.nicehash.com:3340 -u _ACCOUNT_._WORKER_ -p d=0.08", "usewindow":  true },
    { "algo": "scryptn", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_SPARAM1_ I_dont_mine_this.conf" },
    { "algo": "lyra2", "priceid": "9", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "_SPARAM1_ lyra2 -o stratum+tcp://lyra2re.eu.nicehash.com:3342 -u _ACCOUNT_._WORKER_ -p d=0.01", "usewindow":  true },
    { "algo": "neoscrypt", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "_SPARAM1_ neoscrypt -o stratum+tcp://neoscrypt.eu.nicehash.com:3341 -u _ACCOUNT_._WORKER_ -p d=0.01", "usewindow":  true },
    { "algo": "WhirlpoolX", "priceid": "10", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "-q -r 3 -R 10 -a whirlpoolx -o stratum+tcp://whirlpoolx.eu.nicehash.com:3343 -u _ACCOUNT_._WORKER_ -p d=0.08", "usewindow":  true },
    { "algo": "qubit", "priceid": "11", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "_SPARAM1_ qubit -o stratum+tcp://qubit.eu.nicehash.com:3344 -u _ACCOUNT_._WORKER_ -p d=0.01", "usewindow":  true },
    { "algo": "quark", "priceid": "12", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "_SPARAM1_ quark -o stratum+tcp://quark.eu.nicehash.com:3345 -u _ACCOUNT_._WORKER_ -p d=0.01", "usewindow":  true }
        ]
    },
hero member
Activity: 1064
Merit: 500
MOBU
@Zels;  Thank you kindly Sir!! I'll mine some for ya.   Cheesy   

Question on nVidia example; This statement

"sparam2": "stratum+tcp://xxx",
      "usewindow": "false",


the sparam2 doesn't have a command line to match and I'm not familiar with the usewindow either. I'm just starting to learn this stuff. Can you explain what those do?

Thank you
full member
Activity: 203
Merit: 100
Still trying to figure out the .conf file since nice/westhash is changing the setup. Could use suggestions? Thanks!

Ex for nvidia:

Code:
"nicehash": {
        "account": "1KSTYGj25RRQ5i1GNVUGTjUsSyZr4uSPiz",
        "worker": "750ti",
        "sparam1": "-q -r 3 -R 5 -a",
        "sparam2": "stratum+tcp://xxx",
"usewindow": "false",
        "algos": [
            { "algo": "x11", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "_SPARAM1_ x11 -o stratum+tcp://x11.eu.nicehash.com:3336 -u _ACCOUNT_._WORKER_ -p d=0.01", "usewindow":  true },
            { "algo": "x13", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "_SPARAM1_ x13 -o stratum+tcp://x13.eu.nicehash.com:3337 -u _ACCOUNT_._WORKER_ -p d=0.01", "usewindow":  true },
            { "algo": "x15", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "_SPARAM1_ x15 -o stratum+tcp://x15.eu.nicehash.com:3339 -u _ACCOUNT_._WORKER_ -p d=0.01", "usewindow":  true },
            { "algo": "nist5", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "-q -r 3 -R 10 -a nist5 -o stratum+tcp://nist5.eu.nicehash.com:3340 -u _ACCOUNT_._WORKER_ -p d=0.08", "usewindow":  true },
{ "algo": "scryptn", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_SPARAM1_ nscryptNH.conf" },
{ "algo": "lyra2", "priceid": "9", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "_SPARAM1_ lyra2 -o stratum+tcp://lyra2re.eu.nicehash.com:3342 -u _ACCOUNT_._WORKER_ -p d=0.01", "usewindow":  true },
{ "algo": "neoscrypt", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "_SPARAM1_ neoscrypt -o stratum+tcp://neoscrypt.eu.nicehash.com:3341 -u _ACCOUNT_._WORKER_ -p d=0.01", "usewindow":  true },
{ "algo": "WhirlpoolX", "priceid": "10", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "-q -r 3 -R 10 -a whirlpoolx -o stratum+tcp://whirlpoolx.eu.nicehash.com:3343 -u _ACCOUNT_._WORKER_ -p d=0.08", "usewindow":  true },
{ "algo": "qubit", "priceid": "11", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "_SPARAM1_ qubit -o stratum+tcp://qubit.eu.nicehash.com:3344 -u _ACCOUNT_._WORKER_ -p d=0.01", "usewindow":  true },
{ "algo": "quark", "priceid": "12", "folder": "C:\\Users\\rig2\\Desktop\\NiceHashControl-1.1.1\\release50", "command": "ccminer.exe", "arguments": "_SPARAM1_ quark -o stratum+tcp://quark.eu.nicehash.com:3345 -u _ACCOUNT_._WORKER_ -p d=0.01", "usewindow":  true }
        ]
    },

for sgminer:

Code:
"pools" : [
{
          "name" : "NHash_X11",
          "url" : "stratum+tcp://x11.eu.nicehash.com:3336",
          "user" : "1KSTYGj25RRQ5i1GNVUGTjUsSyZr4uSPiz.R9",
          "pass" : "d=0.01",
          "nfactor" : "10",
          "algorithm" : "darkcoin-mod",
  "gpu-engine" : "1100",
"gpu-memclock" : "1500",
"xintensity" : "256",
        "thread-concurrency" : "13188"
     },
sr. member
Activity: 406
Merit: 250
Looks like YAAMP is "down."  Wording is such that I can't figure out if it's a protracted outage or if they've shut it down completely.

It is down for the time being. When they find the fix, they might come back.
hero member
Activity: 1064
Merit: 500
MOBU
Still trying to figure out the .conf file since nice/westhash is changing the setup. Could use suggestions? Thanks!
Pages:
Jump to: