0
After enabling ipv6 (Google WiFi/Ubuntu 16.04) I noticed that my node's upload bandwidth dropped a lot. Investigating showed:
ifconfiglists one ipv4 address and three ipv6 addresses.bitcoin-cli getnetworkinfolists zero ipv4 addresses and two ipv6 addresses and one tor address.- in
getnetworkinfothe only address with a score greater than 1 is my tor address. - debug.log shows the discovery of both ipv6 addresses and the tor address.
- debig.log also shows the lines
Bound to [::]:8333andBound to 0.0.0.0:8333
Everything seems in order from the logs and ifconfig but I can;t figure out why bitcoin-cli does not list my ipv4 address. I am assuming that is why I'm not serving many historical blocks (my node used to serve 50 Gb a day and now hovers around 1Gb which I assume is the tor interface.)
Any advice is welcome!
Thank you, this is a great troubleshooting post. Everything you listed checked out - including the networks field. Several connections in getpeerinfo are ipv4. So the cause of my bandwidth reduction is still unknown but my connected networks don't seem to be the cause. – nate – 2018-05-10T19:44:34.107