Post
Topic
Board Announcements (Altcoins)
Re: [SXC][NSFW] Sexcoin - v0.10.4.0 Released!! Mandatory Upgrade!
by
lavajumper
on 11/07/2017, 02:01:41 UTC

Using CGMINER 3.7.2

{
"pools" : [
   {
      "url" : "192.168.1.90:9561",
      "user" : "XXXXX",
      "pass" : "x"
   },

Says pool dead, unable to connect, even on same host as wallet, with no firewall or AV running.

Still, no joy. That's ok, I'll stick with p2pool for now.

"url" : "192.168.1.90:9561"

try

"url" : "http://192.168.1.90:9561"

Any joy on this? Jump on IRC if you want.

The CGMiner Readme confirms that the 'http://' is required for solo mining.

It also gave this for a command line
Code:
cgminer -o http://localhost:8332 -u username -p password --btc-address 15qSxP1SQcUX3o4nhkfdbgyoWEFMomJ4rZ
Notice the '--btc-address' entry... not sure if that's somewhere else in the config or not, but it needs it to be passed in.
Soooo....
Code:
cgminer -o http://192.168.1.90:9561 -u username -p password --btc-address S5qSxblah