user@testmachine:/root/bminer-v5.3.0-e337b9a$ netstat -ntlp|grep bminer
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp6 0 0 :::1880 :::* LISTEN 8775/bminer
user@testmachine:/root/bminer-v5.3.0-e337b9a$ lsof -nP -i|grep bminer|grep 1880
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
bgminer 8775 miner 231u IPv6 354336 0t0 TCP *:1880 (LISTEN)
Hey realbminer,I believe there is a
minor bug in bminer.
It seems when running under linux with IPv4 and IPv6 installed, the API starts only on IPv6.
This seems to occur when the '-api' parameter is set to '
-api 0.0.0.0:1880'.
This rig was freshly installed with a minimal version of ubuntu 16.04.3.
I've also experienced the same issue on other versions of linux including CentOS.
I CAN access it via IPv6, however, the availability of IPv6 on some other machines is limited in my environment AND, going forward there are some API connections I'd like to use that would need IPv4 compatibility.
Before anyone starts in on me about opening the API access, I require access to the API on the local network. It's well protected.
Oh, I also have a
request: Please add the device name for each device on the default API webpage. When there are multiple types of GPUs it can be difficult to tell what type each is. Especially with many rigs.
Thank you for your time and work.