-
Hello guys, I wonder if you have thought about adding the feature to sign messages with addresses and also verify messages, something similar as Bitcoin Core has.
Thanks for all the work that you h…
-
As an alternative to manually copy/pasting the inscription id and signature, the team at Hiro have updated their web wallet to perform BIP-322 signatures.
https://github.com/hirosystems/wallet/pul…
-
Those two features are present for a long in Bitcoin Core, but has been scarcely used over the years.
However, this is going to change with [AOPP](https://gitlab.com/aopp/address-ownership-proof-pr…
-
-
This is a project for some more advanced coders with C++ experience.
[BIP-322](https://github.com/bitcoin/bips/blob/master/bip-0322.mediawiki) is a proposal by @kallewoof that extends the old legac…
-
In particular, I'd like to get a bech32 address. Signature validation could presumably use [BIP322](https://github.com/bitcoin/bips/blob/master/bip-0322.mediawiki)
Sjors updated
2 years ago
-
Functionality should be the same as in Electum.
![image](https://user-images.githubusercontent.com/9156103/51792798-f3d38180-21b6-11e9-9c1f-ff818499a5a8.png)
It should be accessible from Tools…
-
**Subject**: Secp256k1 class
**Use-Case**: recover public key from a digital signature
**Fault**: exception due to undefined symbol `secp256k1_ecdsa_sign_recoverable`
**Cause**: The Secp256k1…
-
This is required for building libbitcoin independently, but is currently disabled by default. Turning this default on will provide a better customer experience for developers attempting to quickly bu…
-
### Background
iOS apps can be deleted and reinstalled. LND works as designed when reinstalled , no problem there. However the node pub key changes - and this is expected as well. Is it possible to…