pybitcash / bitcash

BitCash: Python Bitcoin Cash Library (fork of ofek's Bit)
https://bitcash.dev
MIT License
97 stars 39 forks source link

Cash address contains uppercase and lowercase characters #127

Closed dinno-invis1ble closed 1 year ago

dinno-invis1ble commented 1 year ago

I am unable to send BCH to standard P2PKH address.

It says "Cash address contains uppercase and lowercase characters", I read in documentation that bitcash supports Standard P2PKH transactions. How can I achieve this?

merc1er commented 1 year ago

I am unable to send BCH to standard P2PKH address.

It says "Cash address contains uppercase and lowercase characters", I read in documentation that bitcash supports Standard P2PKH transactions. How can I achieve this?

I think BCH addresses only have lowercase characters. Could you send the address to confirm?

dinno-invis1ble commented 1 year ago

This is address I want to send funds: 1MTT8CrL9WPAeVJisRkTWvFCaAhGzzR4v2

merc1er commented 1 year ago

This is address I want to send funds: 1MTT8CrL9WPAeVJisRkTWvFCaAhGzzR4v2

This is a BTC address. BitCash only support cashAddress format. You can convert between the two formats there: https://bch.info/en/tools/cashaddr

⚠️ Make sure you are sending to a BCH address ⚠️ The funds will likely be lost forever if you send to the wrong network.