@bushstar I really don’t trust pool operators, that’s why I am trying to mine coins with the possibility to mine solo. FYI I tried to mine with rpcauth instead of user, and now I am getting the 401 error. When will .16 be available?
Latest posts made by hitherhills
-
RE: Solo Mining
-
RE: Solo Mining
So before I was running the new version of the wallet (0.13.1), solo mining was working fine with nsgminer. My hash rates are terrible because I am using crappy cards on this rig, but this was a test rig anyway to see if I could get it working. Even so I managed to hit a block after 2 weeks.
nsgminer -o http://localhost:9337 -u user -p pass --coinbase-addr XXXXXXXXXXXXXXXXXX --intensity d
But now with this wallet, localhost is not working. When i run it with the address 127.0.0.1 the miner acts as if I’m in a pool. For now I am going to point it to the IP address and see if I can hit another block.
But I think you are right that getwork is now not supported, and we need a new build of nsgminer, and other miners to support the changes in QT.
-
Solo Mining
Hello all,
I was solo mining for a few weeks to localhost with the prior version without a problem.
nsgminer -o http://localhost:9337 -u user -p pass --coinbase-addr xxxxxxxxxxxxxxxxxxxxxx–intensity d
With version 0.13.0, nsgminer cannot find any servers. When I change the URL to 127.0.0.1, nsgminer will work but it enables long polling.
I have disabled Windows firewall.
Any ideas what I can do to get localhost to work?
Thanks