Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: mymoneyman on June 08, 2013, 03:47:32 AM



Title: BAMT stratum+tcp LTC almost done need help
Post by: mymoneyman on June 08, 2013, 03:47:32 AM
I think I have one last hang up. I have look all over the interweb for an answer to this. I have my drivers installed and my config ready to go. My pools config is as follows:

"pools" : [
        {
                "url" : "stratum+tcp://us.wemineltc.com:80",
                "user" : "user.x",
                "pass" : "xxxxx"
        },
        {
                "url" : "stratum+tcp://eu.wemineltc.com:3333",
                "user" : "user.x",
                "pass" : "xxxxx"
        },
        {
                "url" : "stratum+tcp://stratum2.wemineltc.com:3333",
                "user" : "user.x",
                "pass" : "xxxxx"
        }
]

but when I go to connect I get "http://" in front of it like this and it fails to connect.

 [2013-06-08 03:43:10] Started cgminer 2.6.1
 [2013-06-08 03:43:10] Started cgminer 2.6.1
 [2013-06-08 03:43:10] Loaded configuration file /root/.cgmine
 [2013-06-08 03:43:10] Probing for an alive pool
 [2013-06-08 03:43:12] Pool 0 slow/down or URL or credentials
 [2013-06-08 03:43:12] Unable to get work from pool 0 http://s
tratum+tcp://us.wemineltc.com:80

Does anyone have any idea why this is happening? ???


Title: Re: BAMT stratum+tcp LTC almost done need help
Post by: BitByteBite on June 08, 2013, 04:41:23 AM
Change stratum+tcp://us.wemineltc.com:80 to http://us.wemineltc.com:80


Title: Re: BAMT stratum+tcp LTC almost done need help
Post by: BitByteBite on June 08, 2013, 05:02:10 AM
Looking at the error more closely, just putting us.wemineltc.com:80 should suffice, I think both will work though as I think it is smart enough to figure out if you omit http:// or not


Title: Re: BAMT stratum+tcp LTC almost done need help
Post by: -ck on June 08, 2013, 09:32:41 AM
That version of cgminer is also ancient... I don't even remember when I added scrypt support to cgminer to mine LTC but it has had a billion bugfixes since then.


Title: Re: BAMT stratum+tcp LTC almost done need help
Post by: mymoneyman on June 08, 2013, 01:48:40 PM
What version should I go with? I just used a different pool but I can't get it above 380KH/s with 100% rejects regardless of settings.


Title: Re: BAMT stratum+tcp LTC almost done need help
Post by: wknight on June 08, 2013, 01:58:57 PM
I am using 2.11.1 cgminer.. working fine

btw.. even mining against my stratum server.. i just use http

       {
                "url" : "http://pool.ejpool.info:9333",
                "user" : "WKNiGHT.1",
                "pass" : "x"
        },


Title: Re: BAMT stratum+tcp LTC almost done need help
Post by: CrimsonPermanentAssurance on December 30, 2013, 03:54:22 AM
second that