Bitcoin Forum
May 05, 2024, 04:21:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [SOLVED] Solo Mining - Pool not found  (Read 1699 times)
CobaltPH (OP)
Full Member
***
Offline Offline

Activity: 221
Merit: 101



View Profile WWW
May 30, 2014, 11:06:30 AM
Last edit: May 30, 2014, 08:25:42 PM by CobaltPH
 #1

I am not able to connect the worker running the cgminer to the solo mining server running dogecoind.
I tried to run cgminer from the same computer running the server and from another one in my LAN, but without any success.
Whenever i launch the cgminer it gets stuck "Probing for an alive pool" as if the address was wrong (witch isn't) or the rpc credentials are (witch are in fact correct too).
I tried to port scan the server with another pc in my lan and it's not showing any open 8336 or 8337 port (these are the ports I used...).
I forwarded the ports to my server using the router administration panel. Guess what? Still not working and no open 8332 port after port scan.

Btw here's what i did:
-Compiled the wallet and set it to be always running as server ( ./dogecoind -server -datadir=path/to/datadir ). Here's my config for the dogecoin wallet:

Quote
cat $HOME/.dogecoin/dogecoin.conf

rpcuser=test
rpcpassword=1234
rpcallowip=192.168.0.*
rpcallowip=127.0.0.1
rpcport=8336
port=8337
daemon=1
server=1
listen=1
gen=0

The wallet is working (i can send/receive payments and getmininginfo returns correct and updated information) but there is no way to connect the cgminer and solo mine on the damn wallet.

From the same pc
Quote
Quote
./cgminer -o stratum+tcp//127.0.0.1:8336 -u test -p 1234 -other-options-blabla

From the other pc in my lan:
Quote
Quote
./cgminer -o stratum+tcp//192.168.0.13:8336 -u test -p 1234 -other-options-blabla

In both cases the cgminer gets stuck at "Probing for an alive Pool". Given i can't see any listening 8336 or 8337 ports when I portscan, i'm thinking there's something wrong in my net configuration. What could be other than the usual port forwarding from the router (i've done this yet) ? Maybe some software firewall within ubuntu?

EDIT: Ubuntu 14.04

1714926083
Hero Member
*
Offline Offline

Posts: 1714926083

View Profile Personal Message (Offline)

Ignore
1714926083
Reply with quote  #2

1714926083
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714926083
Hero Member
*
Offline Offline

Posts: 1714926083

View Profile Personal Message (Offline)

Ignore
1714926083
Reply with quote  #2

1714926083
Report to moderator
CobaltPH (OP)
Full Member
***
Offline Offline

Activity: 221
Merit: 101



View Profile WWW
May 30, 2014, 08:27:06 PM
 #2

Solved.

I changed this:
Quote
./cgminer -o stratum+tcp//127.0.0.1:8336 -u test -p 1234 -other-options-blabla
To this:
Quote
./cgminer -o 127.0.0.1:8336 -u test -p 1234 -other-options-blabla

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!