I have BU installed and I can verify that it is using BU by running
<pre>
bitcoind --version
Bitcoin Core Daemon version v0.11.2.0-b440a4f
Copyright (C) 2009-2015 The Bitcoin Unlimited Developers
Portions Copyright (C) 2009-2015 The Bitcoin Core Developers
Portions Copyright (C) 2009-2015 The Bitcoin XT Developers
This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
or <http://www.opensource.org/licenses/mit-license.php>.
This product includes software developed by the OpenSSL Project for use in the
OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written
by Eric Young and UPnP software written by Thomas Bernard.
</pre>
But besides the "v0.11.2.0-b440a4f", how do I know how the node looks like to other nodes? (the connect message on Peer connect) or how network stats sites like coin.dance know which nodes are running?
<pre>
bitcoind --version
Bitcoin Core Daemon version v0.11.2.0-b440a4f
Copyright (C) 2009-2015 The Bitcoin Unlimited Developers
Portions Copyright (C) 2009-2015 The Bitcoin Core Developers
Portions Copyright (C) 2009-2015 The Bitcoin XT Developers
This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING
or <http://www.opensource.org/licenses/mit-license.php>.
This product includes software developed by the OpenSSL Project for use in the
OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written
by Eric Young and UPnP software written by Thomas Bernard.
</pre>
But besides the "v0.11.2.0-b440a4f", how do I know how the node looks like to other nodes? (the connect message on Peer connect) or how network stats sites like coin.dance know which nodes are running?