hi, could anyone tell me how API should work? using 0.4.4 and eventho I did set --api-listen 0.0.0.0:4028 (did tried interface bounded IP, but no change) it still listen only on localhost (and message is shown in miner that API is running on 127.0.0.1:4028). anyone have an idea? Thanks
A little unexpected, seems the missing '=' after api-listen means the arg isn't picked up (and we don't complain about bad args either).
Use "--api-listen
=0.0.0.0:4028" and it should work.