Announcing Hub!Now, you can easily switch your mining coins by single click on website!You don't need to change every rig settings to mine new coins.
1. First, you need to point your rigs to matching algorithm url and port.Scrypt : stratum+tcp://us-east1.hub.miningpoolhub.com:12001
Scrypt-N : stratum+tcp://us-east1.hub.miningpoolhub.com:12002
Keccak : stratum+tcp://us-east1.hub.miningpoolhub.com:12003
Groestl : stratum+tcp://us-east1.hub.miningpoolhub.com:12004
MyriadGroestl : stratum+tcp://us-east1.hub.miningpoolhub.com:12005
x11 : stratum+tcp://us-east1.hub.miningpoolhub.com:12007
"us-east1" written in server url can be changed to "asia1" or "europe1"
2. You can set coin to mine at "My Workers" page.
(Not each pool's "My Workers" page. Hub's page)"Account's default coin" is the default coin for your all mining rigs to mine.
Also you can set coin for each workers too.
(Newly added worker will mine account's default coin automatically)
3. You can switch between algorithms if you are using sgminer 5.0Be aware, sgminer 5.0 is in BETA, under development and can crash time to timewitching.
sgminer 5.0 download
Windows :
https://www.nicehash.com/software/nightly/ (Binary from NiceHash)
Linux (source) :
https://github.com/sgminer-dev/sgminer/tree/v5_0Do not download sgminer from website that you ddidn't know. There might have malicious codes in it.
We recommend you to download from official github or NiceHash.
This is conf setting for example.
{
"pools" : [
{
"poolname" : "x11",
"url" : "stratum+tcp://asia1.hub.miningpoolhub.com:12007",
"user" : "username.workername",
"pass" : "x",
"algorithm" : "darkcoin-mod"
},
{
"poolname" : "keccak",
"url" : "stratum+tcp://asia1.hub.miningpoolhub.com:12003",
"user" : "username.workername",
"pass" : "x",
"algorithm" : "maxcoin"
},
{
"poolname" : "myriadcoin-groestl",
"url" : "stratum+tcp://asia1.hub.miningpoolhub.com:12005",
"user" : "username.workername",
"pass" : "x",
"algorithm" : "myriadcoin-groestl"
},
{
"poolname" : "scrypt",
"url" : "stratum+tcp://asia1.hub.miningpoolhub.com:12001",
"user" : "username.workername",
"pass" : "x",
"algorithm" : "zuikkis"
"nfactor" : "10",
},
{
"poolname" : "scryptn",
"url" : "stratum+tcp://asia1.hub.miningpoolhub.com:12002",
"user" : "username.workername",
"pass" : "x",
"algorithm" : "zuikkis"
"nfactor" : "11",
},
{
"poolname" : "groestl",
"url" : "stratum+tcp://asia1.hub.miningpoolhub.com:12004",
"user" : "username.workername",
"pass" : "x",
"algorithm" : "groestlcoin"
}
],
"failover-only" : true,
"failover-switch-delay" : "30",
"queue" : "0"
}
You can set "intensity", "gpu-engine", "gpu-memclock", "gpu-powertune", "worksize", "nfactor", "thread-concurrency" for each algorithm pool.
(Set the most frequently mining algorithm to the front of list. It helps coin switching efficiency a little)
If you are using sgminer 4.x or ccminer, you can only switch coins with same algorithms. If you have set wrong coin that you didn't point your rig to matching algorithm, your rig will not mine and fail-over.
Hub is in BETA too.
We don't recommend you to change your all rigs to Hub, just test some for few days.
We will announce auto profit switching feature soon, too.
Thanks.