-
When you add a cashaccount it adds the account with the current address format state. If you toggle legacy vs. cashaddr the contacts tab does not react to that.
-
When I call key.address parameter, it returns PrivateKey, not address (found cashaddress solution)
also key.balance everytime returns 0
when trying to call key.get_unspents() after transaction, it…
-
Bitcoin SV ecosystem has abandoned BCH's cashaddr address format so at this point it doesn't make much sense to use this address format as default for Bitcoin SV.
Take for example main BSV wallet E…
ghost updated
5 years ago
-
I have created a transaction and it is not confirming. Funds are locked. If I try to "see it on the blockchain", the insight servers do not see it at all - not unconfirmed, or anything. I get "Transac…
-
Trying to claim BCH.
When I use a bitstamp BCH deposit address (beginning with 3...) I get
```
Candidate transaction, index 0 with XXX Satoshis (XXX BTC)
YOU ARE TRYING TO SEND TO A P2SH ADDRE…
-
The default setting for `usecashaddr` should be `0`
abrkn updated
5 years ago
-
If user does CTRL-F to find address on address tab, it wont work for cashaddr unless user removes the bitcoincash: prefix.
-
Today I encountered this strange and serious issue. Everything works fine for amounts smaller than 0.05 BCH. But when you try to make a transaction of 0.05 BCH and bigger, the address and the amount t…
-
When sending BCH to an SLP address change `cashaddr:` to `bitcoincash:` in error message
-
https://github.com/bitcoincashorg/bitcoincash.org/blob/master/spec/cashaddr.md#hash
Hash methods for P2KH and P2SH aren't specified here. I assume the method is just PubKey -> SHA-256 -> RIPEMD160 …