-
Found a JS implementation that works:
https://github.com/afk11/bech32/tree/cashaddr
https://github.com/junderw/bech32/tree/cashaddr
check src/base32.js for the implementation and the fixtures f…
-
HI, I just installed the latest version, and there seems to be some problems generating the cashaddr portion of the checkout, so the plugin just ingores it.
See screenshot here for the completed or…
-
Hi, can you guys support cashAddr for bitcoin cash addresses?
Maybe we can make BitcoinCash Network with support for cashAddr since all new bitcoin cash versions support cashAddr.
-
`AddressFactory::isValidAddress($address)` returns **false** for cashAddr format
> bitcoincash:qpmtetdtqpy5yhflnmmv8s35gkqfdnfdtywdqvue4p
-
Bitcoin ABC, one of the main Bitcoin Cash implementations, has added a new address format called [CashAddr](https://www.bitcoinabc.org/cashaddr), which is the developers' recommended format. [Bitpay a…
-
If anyone wants to update code for the new cashaddr format that would be epic. Otherwise I will try to get to it soon. =)
-
abrkn updated
6 years ago
-
how to create legacy address from bitcoin cash daemon?
Is there an option by bitcoind to work with this?
I use below daemon to create new address, it give me
bchtest:pq2kje46y3h3n6dv35y63d050nkl…
-
Instead of 8 bits for version, split in 1 (reserved) + 4 (type) + 3 (size) bits, maybe we should use instead a total of 10 bits, to make it boundary aligned with the character division of 5 bits each.…
-
Hi,
Bitcoin Cash's [CashAddr](https://github.com/Bitcoin-UAHF/spec/pull/21/commits/2ae8a404929ab87294a06379ae74d62d2f23d7e2) defines a specification for encoding legacy P2SH bitcoin addresses ("1..…