Post
Topic
Board Mining (Altcoins)
Re: CoiniumServ - open source & high performance pooled mining server software
by
xD0135
on 09/10/2017, 21:29:37 UTC
I downloaded, compiled and configured CoiniumServ for Linux yesterday and when I try to connect my miner to the pool on my network:

Code:
sgminer -o stratum+tcp://10.10.10.136:4033 -u WALLET -p 1 -k scrypt

I get the following in logs/debug.log:

Code:
10/09/2017 13:10:12 -07:00 [Debug] [StratumServer] [Litecoin] Stratum client connected: "10.10.10.142:52007"
10/09/2017 13:10:28 -07:00 [Debug] [StratumServer] [Litecoin] Stratum client disconnected: "Not Connected!"
10/09/2017 13:10:28 -07:00 [Debug] [StratumServer] [Litecoin] Stratum client connected: "10.10.10.142:52020"

I can confirm that the port is open and working by executing the following command from the same machine as I run the miner:

Code:
$ telnet 10.10.10.136 4033
Trying 10.10.10.136...
Connected to 10.10.10.136.
Escape character is '^]'.

Any help is highly appreciated.