Bitcoin Forum
July 16, 2024, 12:35:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: GroestlCoin: SGminer is not connecting to pool then closing  (Read 584 times)
703m (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 27, 2016, 01:08:47 AM
 #1

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?


Pages: [1]
  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!