Post
Topic
Board Mining (Altcoins)
Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.5.2 (Linux / Windows)
by
dr.
on 18/10/2017, 20:57:47 UTC
dstm, Sorry for being persistent, but is there any way to use your miner with a proxy? EWBF, ccminer and, basically, any other miner I've used worked flawlessly with my HTTP proxy server.

Don't hesitate to ask Smiley

Could you please describe in more detail how you setup your proxy - I'll try to reproduce why it isn't working.
Sure. I'm using latest 3proxy, my current config looks like this:
Code:
internal 192.168.0.7
external xxx.xxx.xxx.104
nserver 8.8.8.8
nscache 65536

auth none
log
tcppm -ixxx.xxx.xxx.104 20017 eu1-zcash.flypool.org 3333
tcppm -i192.168.0.7 20017 eu1-zcash.flypool.org 3333

maxconn 2047
proxy
admin -p8081
, where 20017 is one of my internal open ports, xxx.xxx.xxx.104 and 192.168.0.7 are external and internal IPs of my DMZ server.

My zm batch file looks like this:
Code:
@echo off
cd /d %~dp0

:start
zm --server xxx.xxx.xxx.104 --port 20017 --user t1xxxxxxxxxxxxxxxxxxxxxxxx.%computername% --pass z
ping 127.0.0.1 > nul
goto start