Running bitcoind 0.16.1rc1 64-Bit binary release on Linux
What I did
I have now setup IPv6 connection for my node (but only outgoing, since my providers router does not allow incoming IPv6 traffic…) I have running also Tor on localhost with bitcoin (not really) “hidden” service, in parallel to IPv4.
So I was curious and set onlynet=ipv6 in bitcoin.conf (before, “onlynet” was not set)
Expected behavior
Only IPv6 connections, both incoming and outgoing, no Tor traffic, no traffic to local Tor hidden service.
Actual behavior
Node connects to IPv6, IPv4 and Tor, see screenshot of GUI debug window connection tab.
Also, there are error messages in the debug log that I had not before: (“Keine Berechtigung” means “No permission” in English)
2018-06-03 12:41:46 Loaded 71277 addresses from peers.dat 324ms 2018-06-03 12:41:46 init message: Lade Sperrliste… 2018-06-03 12:41:46 init message: Starte Netzwerk-Threads… 2018-06-03 12:41:46 init message: Laden abgeschlossen 2018-06-03 12:41:46 opencon thread start 2018-06-03 12:41:46 net thread start 2018-06-03 12:41:46 dnsseed thread start 2018-06-03 12:41:46 addcon thread start 2018-06-03 12:41:46 msghand thread start 2018-06-03 12:41:46 GUI: Platform customization: “other” 2018-06-03 12:41:46 GUI: PaymentServer::LoadRootCAs: Loaded 159 root certificates 2018-06-03 12:41:55 Imported mempool transactions from disk: 2019 succeeded, 0 failed, 0 expired, 0 already there 2018-06-03 12:41:57 Loading addresses from DNS seeds (could take a while) 2018-06-03 12:41:57 219 addresses found from DNS seeds 2018-06-03 12:41:57 dnsseed thread exit 2018-06-03 12:42:07 New outbound peer connected: version: 70015, blocks=525773, peer=0 2018-06-03 12:44:06 GUI: QAccessibleTable::child: Invalid index at: 3 0 2018-06-03 12:44:06 GUI: Cannot creat accessible child interface for object: QTableView(0x55960b4b1040, name = “peerWidget”) index: 29 2018-06-03 12:44:06 GUI: QAccessibleTable::child: Invalid index at: 3 0 2018-06-03 12:44:06 GUI: Cannot creat accessible child interface for object: QTableView(0x55960b4b1040, name = “peerWidget”) index: 29 2018-06-03 12:44:06 GUI: QAccessibleTable::child: Invalid index at: 3 0 2018-06-03 12:44:06 GUI: Cannot creat accessible child interface for object: QTableView(0x55960b4b1040, name = “peerWidget”) index: 29 2018-06-03 12:44:11 GUI: QAccessibleTable::child: Invalid index at: 2 0 2018-06-03 12:44:11 GUI: Cannot creat accessible child interface for object: QTableView(0x55960b4b1040, name = “peerWidget”) index: 22 2018-06-03 12:44:11 GUI: QAccessibleTable::child: Invalid index at: 2 0 2018-06-03 12:44:11 GUI: Cannot creat accessible child interface for object: QTableView(0x55960b4b1040, name = “peerWidget”) index: 22 2018-06-03 12:44:11 GUI: QAccessibleTable::child: Invalid index at: 2 0 2018-06-03 12:44:11 GUI: Cannot creat accessible child interface for object: QTableView(0x55960b4b1040, name = “peerWidget”) index: 22 2018-06-03 12:44:51 connect() to [2601:98a:4203:6e9d:68b9:19cf:e683:6932]:8333 failed after select(): Keine Berechtigung (13) 2018-06-03 12:45:33 connect() to [2a00:c1a0:4888:a500:cc5b:3e64:8aba:d6b4]:8333 failed after select(): Keine Berechtigung (13) 2018-06-03 12:45:38 connect() to [2001:981:9cae:1:7c4b:8f56:ab7c:78f]:8333 failed after select(): Keine Berechtigung (13)