Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: 703m on February 27, 2016, 01:08:47 AM



Title: GroestlCoin: SGminer is not connecting to pool then closing
Post by: 703m on February 27, 2016, 01:08:47 AM
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer -k groestlcoin -o stratum+tcp://us-east1.groestlcoin.miningpoolhub.com:20486 -u user.worker -p pass (user, worker, and pass are filled in)

I've set up my batch file like this and it seems that it won't connect (the window sits for about 30s then closes)

I've also tried the conf file provided by the the FAQ section of the site and it started


{
"pools" : [
    {
        "poolname" : "neoscrypt",
        "url" : "stratum+tcp://hub.miningpoolhub.com:12012",
        "user" : "username.workername",
        "pass" : "x",
        "algorithm" : "neoscrypt"
    },
    {
        "poolname" : "x15",
        "url" : "stratum+tcp://hub.miningpoolhub.com:12009",
        "user" : "username.workername",
        "pass" : "x",
        "algorithm" : "bitblock"
    },
    {
        "poolname" : "x13",
        "url" : "stratum+tcp://hub.miningpoolhub.com:12008",
        "user" : "username.workername",
        "pass" : "x",
        "algorithm" : "marucoin-mod"
    },
    {
        "poolname" : "x11",
        "url" : "stratum+tcp://hub.miningpoolhub.com:12007",
        "user" : "username.workername",
        "pass" : "x",
        "algorithm" : "darkcoin-mod"
    },
    {
       "poolname" : "groestlcoin",
        "url" : "stratum+tcp://us-east1.groestlcoin.miningpoolhub.com:20486",          I've Filled in my info here
        "user" : "username.workername",
        "pass" : "x",
        "algorithm" : "groestlcoin"

    },
    {
        "poolname" : "keccak",
        "url" : "stratum+tcp://hub.miningpoolhub.com:12003",
        "user" : "username.workername",
        "pass" : "x",
        "algorithm" : "maxcoin"
    },
    {
        "poolname" : "scrypt",
        "url" : "stratum+tcp://hub.miningpoolhub.com:12001",
        "user" : "username.workername",
        "pass" : "x",
        "algorithm" : "zuikkis",
        "nfactor" : "10"
    },
    {
        "poolname" : "scryptn",
        "url" : "stratum+tcp://hub.miningpoolhub.com:12002",
        "user" : "username.workername",
        "pass" : "x",
        "algorithm" : "zuikkis",
        "nfactor" : "11"
    }
],
"failover-only" : true,
"failover-switch-delay" : "30",
"queue" : "0"
}



But when the miner started I was placed in a different pool and when I tried to switch it wouldn't work.

Any solutions?