Pages:
Author

Topic: [ANN] NiceHash Control 1.1.1 - Auto profit switching control for NiceHash servic (Read 29976 times)

newbie
Activity: 312
Merit: 0
Whats the point of NH?
There is only one coin that is most profitable. Why mine equihash when the value is much lower? Check out whattomine.com

I mine directly with claymore straight to nh wallet.
newbie
Activity: 312
Merit: 0
Keep getting socket was closed remotely (by pool)
ETG: Connection lost, retry in 20 sec...
Socket was closed remotely (by pool)
DCR: Connection lost, retry in 20 sex...

And if I wait the window close and it starts mine again...with the same errors...

What is doing this?
I hadnt this issue when mining with 1 gpu. I have now connected 13 amd radeon 570 gpu.
(I get the same errors when only mining with 7 gpu)
newbie
Activity: 18
Merit: 0
I read that NH began to underestimate the hashrate greatly for the asic miner, so I would advise an alternative Minergate pool
the profit from mining via asic s9 fell two times, it is discussed constantly
newbie
Activity: 49
Merit: 0
Absolutely agree with above post. Nicehash will NEVER see me again. Bloody thieves!
I read that NH began to underestimate the hashrate greatly for the asic miner, so I would advise an alternative Minergate pool
full member
Activity: 312
Merit: 104
Absolutely agree with above post. Nicehash will NEVER see me again. Bloody thieves!
newbie
Activity: 18
Merit: 0
NiceHash Control is Dead!
NiceHash was hacked on 06.12.2017 it's dangerous to work with them
newbie
Activity: 6
Merit: 0
sr. member
Activity: 401
Merit: 250
ANNOUNCEMENT

NiceHash Control is Dead!

Long live MinerControl! <=====

Tell something about it, please Smiley

Just follow the link.
sr. member
Activity: 401
Merit: 250
ANNOUNCEMENT

NiceHash Control is Dead!

Long live MinerControl!

full member
Activity: 170
Merit: 100
I would just like to give huge thanks to StuffOfInterest for such an incredibly useful multi-algo mining tool!  My only suggestion would be something that has already been suggested, which is the support for multiple multi-algo pools (such as WestHash, YAAMP, TradeMyBit, etc).  I know this is already planned (possibly) for ver 2.0, but I just wanted to throw in my support for this and further development.  I chipped in some mBTC to show that support.   Smiley

Also, to answer DrSnazzy -
I have a few questions. I just setup my Nicehash Control yesterday on 3 computers that are mining.

PC #1 Is my Dedicated 6 750ti card mining rig (MSI cards)

PC#2 has 3 evga 750 ti's on it

and pc #3 has 2 750 ti's (MSI)



I currently have it setup like this :


All the configs for the computers are exactly the same. For example My total x11 hash rate is roughly 26mhs - 27 mhs. I have all the configs with "26000" in the X11 hash rate field, and so on for the other algos according to my hash rate.

They are all pointed to Multiminingrigrent.com as i like that website because i can remotely control where the rigs are pointed from there by changing 1 address rather than changing each rig (if i wanted to go off westhash pool.) They are all pointed at the according west hash stratum. Im set up for NIST5, x15, x11, and x13.

My question is should i have all the rigs hash rates PER rig individually in the config? My mining rig does roughly 15.5 mh/s , should that be the number in the config file? or am i correct by putting my total hash rate including all my Pc's running as the rate used for calculation in the config file. Smiley just trying to get the best profit.


1 more question, is the POWER field per card? or for the whole rig/mining operation?
My opinion is that you should have each rig configured for its own hashpower output and power consumption.  I believe NHC is set up to be configured this way, as a per-rig basis.
So in detail:  yes, input each rig's own hashrate into each separate config file.  Similarly, input each rig's own power consumption into each separate config file.  You want every config file and every NHC monitor/control panel to show true statistics for the rig that it is running on.  Otherwise, you may end up with false profitability rates.
member
Activity: 112
Merit: 10
VootCoin PR/IRC Admin
I have a few questions. I just setup my Nicehash Control yesterday on 3 computers that are mining.

PC #1 Is my Dedicated 6 750ti card mining rig (MSI cards)

PC#2 has 3 evga 750 ti's on it

and pc #3 has 2 750 ti's (MSI)



I currently have it setup like this :


All the configs for the computers are exactly the same. For example My total x11 hash rate is roughly 26mhs - 27 mhs. I have all the configs with "26000" in the X11 hash rate field, and so on for the other algos according to my hash rate.

They are all pointed to Multiminingrigrent.com as i like that website because i can remotely control where the rigs are pointed from there by changing 1 address rather than changing each rig (if i wanted to go off westhash pool.) They are all pointed at the according west hash stratum. Im set up for NIST5, x15, x11, and x13.

My question is should i have all the rigs hash rates PER rig individually in the config? My mining rig does roughly 15.5 mh/s , should that be the number in the config file? or am i correct by putting my total hash rate including all my Pc's running as the rate used for calculation in the config file. Smiley just trying to get the best profit.


1 more question, is the POWER field per card? or for the whole rig/mining operation?
newbie
Activity: 9
Merit: 0
You'd want it configurable to pull profit data for different coins/algos for different sites to differnt slots.  Could be messy.

Could be. But luckily modern programming languages make that easy. Some OO pseudo code:

Code:
before parsing:
  nicehash_parent = nil
  westhash_parent = nil
=> These are the object to do the actual pulling work. We don't yet know if we need them.

while parsing:
  if cfg.currentslot.provider 'nicehash'
    if nicehash_parent == nil
      nicehash_parent = new nicehash_main()
    slot[cfg.currentslot.slotnumber] = new nicehash_accesss(nicehash_parent, afterthecolon(cfg.currentslot.provider))

done

newbie
Activity: 30
Merit: 0
I may have to put a base URL parameter in to allow users to select which site to go to.  Haven't decided yet.  If this turns into too much of a debacle I may start looking at other options for mining instead.

maybe just do a bit like bfgminer does. Lose the fixed binding "slot to coin" and add a parameter for name and provider to the config. e.g.

Code:
		{ "slot":0, "provider":"nicehash:0", "name":"Scrypt", "hashrate":350, "power":50, "folder":"", "command":"cmd.exe", "arguments":"/c MINERS.bat scrypt _ADDRESS_" },
{ "slot":1, "provider":"westhash:0", "name":"Scrypt, too", "hashrate":350, "power":50, "folder":"", "command":"cmd.exe", "arguments":"/c MINERS_w.bat scrypt _ADDRESS_" },
{ "slot":2, "provider":"fixprice:0.68965", "name":"Scrypt, three", "hashrate":350, "power":50, "folder":"", "command":"cmd.exe", "arguments":"/c mypool.cmd" },

With time you could add more providers.

That's actually along the lines of what I was thinking for my "version 2" which will support TradeMyBit.  Still, I'll have to wire in more support for getting pay rates to monitor both (or all three) NiceHash sites.

This would be freaking awesome, keep up the great dev
I could see where that could cause almost a total rewrite of the JSON profit retrieval stuff.  You'd want it configurable to pull profit data for different coins/algos for different sites to differnt slots.  Could be messy.
member
Activity: 76
Merit: 10
Great software and a good addition to the Nicehash set of tools. One thing with multi-algo mining: do you think you guys might put up some sample intensity and thread concurrency settings for all of the popular video cards? This would really help new users get up and running without having to spend hours configuring and testing.
legendary
Activity: 1096
Merit: 1021
Yep totally awesome work.  I'm looking forward to seeing support for westhash and other sites!
legendary
Activity: 1551
Merit: 1002
♠ ♥ ♣ ♦ < ♛♚&#
Thanks to share, its awesome
sr. member
Activity: 280
Merit: 250
TECHNOLOGY, BABY!
I may have to put a base URL parameter in to allow users to select which site to go to.  Haven't decided yet.  If this turns into too much of a debacle I may start looking at other options for mining instead.

maybe just do a bit like bfgminer does. Lose the fixed binding "slot to coin" and add a parameter for name and provider to the config. e.g.

Code:
{ "slot":0, "provider":"nicehash:0", "name":"Scrypt", "hashrate":350, "power":50, "folder":"", "command":"cmd.exe", "arguments":"/c MINERS.bat scrypt _ADDRESS_" },
{ "slot":1, "provider":"westhash:0", "name":"Scrypt, too", "hashrate":350, "power":50, "folder":"", "command":"cmd.exe", "arguments":"/c MINERS_w.bat scrypt _ADDRESS_" },
{ "slot":2, "provider":"fixprice:0.68965", "name":"Scrypt, three", "hashrate":350, "power":50, "folder":"", "command":"cmd.exe", "arguments":"/c mypool.cmd" },

With time you could add more providers.

That's actually along the lines of what I was thinking for my "version 2" which will support TradeMyBit.  Still, I'll have to wire in more support for getting pay rates to monitor both (or all three) NiceHash sites.

This would be freaking awesome, keep up the great dev
sr. member
Activity: 401
Merit: 250
I may have to put a base URL parameter in to allow users to select which site to go to.  Haven't decided yet.  If this turns into too much of a debacle I may start looking at other options for mining instead.

maybe just do a bit like bfgminer does. Lose the fixed binding "slot to coin" and add a parameter for name and provider to the config. e.g.

Code:
{ "slot":0, "provider":"nicehash:0", "name":"Scrypt", "hashrate":350, "power":50, "folder":"", "command":"cmd.exe", "arguments":"/c MINERS.bat scrypt _ADDRESS_" },
{ "slot":1, "provider":"westhash:0", "name":"Scrypt, too", "hashrate":350, "power":50, "folder":"", "command":"cmd.exe", "arguments":"/c MINERS_w.bat scrypt _ADDRESS_" },
{ "slot":2, "provider":"fixprice:0.68965", "name":"Scrypt, three", "hashrate":350, "power":50, "folder":"", "command":"cmd.exe", "arguments":"/c mypool.cmd" },

With time you could add more providers.

That's actually along the lines of what I was thinking for my "version 2" which will support TradeMyBit.  Still, I'll have to wire in more support for getting pay rates to monitor both (or all three) NiceHash sites.
newbie
Activity: 9
Merit: 0
I may have to put a base URL parameter in to allow users to select which site to go to.  Haven't decided yet.  If this turns into too much of a debacle I may start looking at other options for mining instead.

maybe just do a bit like bfgminer does. Lose the fixed binding "slot to coin" and add a parameter for name and provider to the config. e.g.

Code:
{ "slot":0, "provider":"nicehash:0", "name":"Scrypt", "hashrate":350, "power":50, "folder":"", "command":"cmd.exe", "arguments":"/c MINERS.bat scrypt _ADDRESS_" },
{ "slot":1, "provider":"westhash:0", "name":"Scrypt, too", "hashrate":350, "power":50, "folder":"", "command":"cmd.exe", "arguments":"/c MINERS_w.bat scrypt _ADDRESS_" },
{ "slot":2, "provider":"fixprice:0.68965", "name":"Scrypt, three", "hashrate":350, "power":50, "folder":"", "command":"cmd.exe", "arguments":"/c mypool.cmd" },

With time you could add more providers.
Pages:
Jump to: