Post
Topic
Board Mining (Altcoins)
Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.5.3 (Linux / Windows)
by
The_Immortal
on 30/10/2017, 10:57:39 UTC
dstm, thank you.

And there is one thing. I had issues on version 0.5.2 (Linux) by connecting ZM via proxy - it showed "Connection refused". I tried to do the same on Windows - everything is ok. And of course I've tested EWFB version on Linux too - no problem as well.

Could you tell me please why is that? ZM cannot properly work with proxy under Linux?


No, there are no issues with proxies on linux, some people use zm with proxies.
How do you setup your proxy?
Are you blocking ports? ZM requires port 3443 to be open to be able to submit it's dev fee shares, it won't work if it's not able to do so.
Code:
zm --server 192.168.32.119 --port 7777 --user my_wallet.worker_name --pass x
192.168.32.119 - proxy-server
7777 - port which is mapped to eu1-zcash.flypool.org:3333

Well, should I open the port 3443 on proxy-server as well? And where should I map it then?