getminera / minera

Minera is a web interface to monitor and manage mining devices
http://getminera.com
Other
374 stars 156 forks source link

Minera Pool through a Proxy #139

Closed ghost closed 9 years ago

ghost commented 9 years ago

I am using https://github.com/Stratehm/stratum-proxy and pointing all my Minera devices to this pool.

However, in the Minera dashboard even though accepted hashrates are going, Minera shows the pool as Dead

Any ideas?

screen shot 2015-05-03 at 11 00 31 pm

michelem09 commented 9 years ago

Is the pool port completely public to the internet? Can you try this from your Minera and paste the output:

nmap -p<POOL_PORT> <POOL_HOST>
ghost commented 9 years ago

No it is internal lan accessible only --- from the proxy it then goes out to the internet as needed

Results of nmap from minera

nmap -p

Error requires argument

Bill


From: Michele Marcucci notifications@github.com Sent: Monday, May 4, 2015 2:24 AM To: michelem09/minera Cc: Bill McIlhargey Subject: Re: [minera] Minera Pool through a Proxy (#139)

Is the pool port completely public to the internet? Can you try this from your Minera and paste the output:

nmap -p

Reply to this email directly or view it on GitHubhttps://github.com/michelem09/minera/issues/139#issuecomment-98596027.

michelem09 commented 9 years ago

You have to put your pool url and port to the nmap command, I cannot know that because you obscured it in the picture.

michelem09 commented 9 years ago

I tried to use https://github.com/Stratehm/stratum-proxy with my Minera and it works well, can I know the miner software you are using?

ghost commented 9 years ago

BFGMiner, latest compiled version

Bill


From: Michele Marcucci notifications@github.com Sent: Friday, May 22, 2015 9:13 AM To: michelem09/minera Cc: Bill McIlhargey Subject: Re: [minera] Minera Pool through a Proxy (#139)

I tried to use https://github.com/Stratehm/stratum-proxy with my Minera and it works well, can I know the miner software you are using?

Reply to this email directly or view it on GitHubhttps://github.com/michelem09/minera/issues/139#issuecomment-104656254.

michelem09 commented 9 years ago

Check your proxy log, because it's easy the problem is there, the proxy must have at least one pool enabled and connected to be considered reachable (alive) by a miner. I'm closing this because I doubt it's a Minera issue, but feel free to reopen if needed.