Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs (6.0.0)
by
wetblanket
on 23/03/2018, 18:12:48 UTC
Could someone explain to me how to use the API? I have tried and I can only see the dashboard of the api from the same miner that is running the .bat, but from another computer I can not see it
Try changing the `api` parameters to

Code:
-api 0.0.0.0:1880

Change 1880 to whatever port you want to listen on. 0.0.0.0 should mean that it binds to all available network interfaces/IPs, or at least it does usually.
Yes, but I can not use it outside the same network? I can not look at the dashboard from another city?

That's more of a networking/firewall problem to solve - nothing related to bminer. It's completely dependent on your networking setup (LAN, DNS, WAN, etc). Too many variables to solve via a forum post...