Gunthy

GUNBOT: The automatic profit generator => General Discussion => Topic started by: dlucio on July 23, 2017, 02:01:37 PM

Title: How to specify the listening port?
Post by: dlucio on July 23, 2017, 02:01:37 PM
Each gunbot instance opens a localhost:XXXX random port which it gives very useful information. However, some little questions.

How do I specify to listen to another interface than loopback?
How do I specify a static port (and not random)?

:)
Title: Re: How to specify the listening port?
Post by: paramecie on September 22, 2017, 12:28:52 PM
3.3.x ?
I'm not sure you can change this.
I'd suggest to use further versions, at least with 5.x you can, I didn't try the 4.x versions.
Otherwise port forwarding maybe?
HTH-
Title: Re: How to specify the listening port?
Post by: paramecie on September 23, 2017, 12:46:32 AM
config.js :

   "ws": {
      "port": 5001
   },

That was obvious!
 ;D
Title: Re: How to specify the listening port?
Post by: paramecie on September 23, 2017, 12:43:24 PM
No no, that was a joke, as "ws" could have been more self explanatory...