-
Hi!
Thanks a lot for your library. It was implemented in time!
I've got one idea
Why do u throw error if f.e. BCH address was invalid?
Validation method is named as isCashAddress, i think it's b…
-
When using the plugin with the cashaddr format, with prefix the input box returns a
```
Invalid bitcoincash URI:
'PaymentDialog' object has no attribute 'on_p'
```
error and proceeds to disa…
-
Hello! Thanks a lot for your library!
I have the following problem, when I generate the instance of the `PrivateKeyTestnet` and get the public address I got the address I cannot send money to:
```…
-
Unfortunately, I cannot send a picture from emulator since that freezes for some reason AND my phone camera is currently broken, so I cannot post screenshot
But when posting to cashaddr address, th…
-
Portable 3.2 - Sending BCH - "python-btchip is too old for CashAddr support. Please update to v0.1.27 or greater" followed by "Exception: Invalid status 6982"
ghost updated
6 years ago
-
I call `getnewaddress` in Version 0.17.0
It returns the CashAddr . So how can i conver to the Legacy address?
As I known ,the `getnewaddress` has the params to get both CashAddr and Legacy in Versi…
-
Add support for Bitcoin Cash Address Format.
Links:
* https://github.com/Bitcoin-UAHF/spec/blob/master/cashaddr.md
* https://lists.linuxfoundation.org/pipermail/bitcoin-ml/2017-November/000472.ht…
-
Thanks for the awesome resource that your website is. It's invaluable for testing.
I notice you have an option under BCH addresses to show the [(now deprecated) Bitpay address format](https://supp…
-
The BCH address generated to receive is not valid:
### Steps to reproduce:
1. Add a BCH Wallet
2. Go received menu
3. Generate new address
4. Go to kraken or another site to check the address l…
-
```js
// TypeError: Cannot read property 'message' of undefined
BITBOX.Address.details('bitcoincash:qpcxf2sv9hjw08nvpgffpamfus9nmksm3chv5zqtnz')
.then((result) => {
console.log(result);
}…