I am making an attempt to make use of the brand new v2transport argument on addnode= in bitcoin.conf to try to connect with the peer utilizing BIP324 v2 transport protocol.
I attempted utilizing, for instance, the bitcoin-cli addnode "192.168.1.94:8333" "add" true command, and it labored.
bitcoind[935]: 2023-12-14T12:28:33Z New guide v2 peer related: model: 70016, blocks=2542818, peer=7
Now, I need to use it by including it to the bitcoin.conf file to get persistent configuration and at all times exec this at startup, however any mixture that I strive, works for me, the reference to the peer at all times fails.
Somebody is aware of if this characteristic was added with v26.0 or not and if sure, what nomenclature I ought to use to get this?
Refs:
https://github.com/bitcoin/bitcoin/pull/28331
https://bitcoincore.org/en/releases/26.0/
https://github.com/bitcoin/bitcoin/blob/grasp/doc/release-notes/release-notes-26.0.md#updated-rpcs
https://bitcoincore.org/en/doc/26.0.0/rpc/community/addnode/


