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!

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…

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6539
    Anonymous
    Inactive

    when you say

    // Comma separated list of hex bytes, needed for frontend validation of withdraw addresses. Leave blank for no validation.
    		'versions' => '',

    what “versions” are you referring to? the wallet itself version? the btc version its cloned from? rpc version? my aversion to leaving blank fields wont allow me to just leave blank. could you be a little more specific for me please? and thank you for the work you have done on this. I know it couldn’t have been easy to create these plugins

    #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

    #6544
    Anonymous
    Inactive

    oooooooooooooooohhhhhhhh.. i feel like a dummy. lol!! i thank you for the speedy response!

    #6551
    alexg
    Keymaster

    Not really, I should have made the explanation more obvious.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.