GolosChain / golos

Socio-economic mediablockchain
https://developers.golos.io
Other
59 stars 36 forks source link

Example config.ini files for witnesses / exchanges doesn't have sane defaults #514

Closed Gandalf-the-Grey closed 6 years ago

Gandalf-the-Grey commented 6 years ago

For example enabling endpoints on all interfaces (including public) for exchange nodes might not be desired, same as enabling them on witness nodes at all:

webserver-http-endpoint = 0.0.0.0:8090
webserver-ws-endpoint = 0.0.0.0:8091

much safer is to be less permissive, i.e. at least set it to localhost (127.0.0.1:8090, etc.)

Also, I guess

rpc-endpoint = 0.0.0.0:2001

was supposed to be p2p-endpoint (guessing by 2001 which is default on steem, however, on golos it used to be 4243.

For exchanges using full account history might be an overkill, there's no mention about utilizing track-account-range = etc. etc.

Combined with #513 it might cause a lot of troubles for exchanges.

afalaleev commented 6 years ago

Fixed by #506