I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: with the multicoin full node php file you use…

dashed-slug.net Forums Full Node Multi Coin Adapter extension support with the multicoin full node php file you use… Reply To: with the multicoin full node php file you use…

#6541
alexg
Keymaster

Hello,

“Version” here refers to the version encoded in the public address, as described here https://en.bitcoin.it/wiki/List_of_address_prefixes and further explained here https://bitcoin.stackexchange.com/questions/546/what-is-the-meaning-of-the-bitcoin-address-version

When this field is available, the bs58check script is used to validate addresses. The user will see a warning if they enter an invalid address.

If the version is missing, addresses are not validated on the frontend. Invalid addresses will still be rejected by your wallet in the backend.

with regards