Post
Topic
Board Mining (Altcoins)
Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.6 (Linux / Windows)
by
az001
on 12/03/2018, 15:47:13 UTC
Hi,

Can someone please explain how the telemetry thingy works?
Lets says I added  --telemetry=127.0.0.1:4444, how do I 'listen' from another computer (particularly over the web and not in the local network)?

Thanks Smiley

just change the 127.xxxx to the local network IP of your miner... like 192.168.x.x
better yet use 0.0.0.0 because people asking this don't know how to set static ip in dhcp server,this will use any available ip on computer

this will allow you to use it on local lan,if you want over the internet,go educate yourself for example here: https://portforward.com/ how to forward port on your external ip to internal ip:port of your miner (also check firewall,be it windows or some linux iptables)

(i also suggest to make the lease static on your router so you don't need to change it usually after power loss)

Hi, thanks but I think I wasn't clear - I know how to set IP and static IP but what do I need to do from the REMOTE computer in order to receive the data from the miner?