Is there a NuBot operator around?
I pm’ed @desrever, but two days ago he told us about
I recognized that the liquidity information was not being broadcast properly from NuBot.
I started nud with no effect.
Then I started NuBot.
The result: NuBot doesn’t start.
The error message reads
12:47:38.106 [main] ERROR - could not launch bot com.nubits.nubot.bot.NuBotRunException: java.lang.IllegalArgumentException: java.net.UnknownHostException: stream.tradingbot.nu: unknown error [c.n.n.l.MainLaunch:173]
nud seems to run properly and with the right ports:
netstat -lntu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:9090 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:9091 0.0.0.0:* LISTEN
Needless to say that I didn’t change the rpcuser or the rpcpassword of nud - it still is the same in ~/.nu/nu.conf and the NuBot config file.
For the record: name resolution for stream.tradingbot.nu
doesn’t work and I guess the NuBot malfunction is related to that.
The example config on bitbucket uses a different port, but I was told that 5556 is right. So my NuBot config file contains
stream.tradingbot.nu:5556
Is anybody able to tell me the correct streaming server settings?