Post
Topic
Board Mining (Altcoins)
Re: [ANN] TeamRedMiner 0.4.4 - Cryptonight Thread - High hashrate, Low Power
by
kerney666
on 24/04/2019, 11:06:51 UTC
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.