1 2018-04-27 18:39:17 <gustavonalle> Hi, bitcoin-cli getnetworkinfo  shows me "localservices": "000000000000040d", my node is fully synced with txindex. Why is it advertising  NODE_NETWORK_LIMITED  ?
2 2018-04-27 18:39:55 <gustavonalle> 000000000000040d = NODE_NETWORK | NODE_BLOOM | NODE_WITNESS |  NODE_NETWORK_LIMITED
3 2018-04-27 18:40:08 <gustavonalle> not using prune
4 2018-04-27 18:43:19 <gustavonalle> I'm running commit 487dcbe80c2, from Thu Apr 26 19:48:50 2018 +0200
5 2018-04-27 18:51:29 <sdaftuar> gustavonalle: NODE_NETWORK_LIMITED doesn't deny NODE_NETWORK; it merely communicates that you at least can serve recent blocks
6 2018-04-27 18:53:55 <gustavonalle> sdaftuar, I see, I wonder if this signalling is something that started happening after v0.16.0
7 2018-04-27 18:56:12 <sdaftuar> i believe 0.16.0 is the first release to set this bit.
8 2018-04-27 18:59:16 <gustavonalle> sdaftuar, indeed, thanks!