-
Supporting Schnorr signatures will enable several interesting new features:
- Support federations with >20 peers (Taproot transactions)
- Much cheaper on-chain fees (Taproot transactions)
- BOLT12 …
-
### Feature description
If you don't know what is Sats Names, you can read this doc:
https://docs.sats.id/sats-names/about
Sats Names is a standard for writing names to Bitcoin using ordinals. The …
-
Exercises for learning bitcoin programming: https://bitcoindevs.xyz/decoding/
-
Thanks to https://crates.io/crates/ldk-node it is now super simple to integrate a simple LN wallet.
That with some minimal UI should be enough for sending Zaps.
On the receiving part it's probably …
-
Hello Phoenix/ACINQ
I would like to sign and verify a message using the static on-chain address of my wallet.
Some brokers require by law to sign a message using an on-chain address as their KYC…
-
At
https://github.com/rustyrussell/lightning-rfc/blob/db73bbb64d2dfc07fbc9c1dc09259d827f703868/12-offer-encoding.md?plain=1#L367
we have
```
The second case is publishing an `invoice_request…
-
Once dual-funding support has been shipped, we should implement `scid-alias` support.
We're currently using a hacky alias that potentially has collisions.
-
With BOLT12 on the horizon, a requester will be able to send an invoice to a payer through the lightning network effectively creating a pull payment. LNURL-withdraw can already do this, and is an exam…
-
### Problem
We don't support Bitcoin yet.
### Solution
Implement Lightning-based payments.
Useful links:
- https://btcpayserver.org - we would most likely be integrating with this
- ht…
-
Hi, I stumbled upon this repo from reading https://discourse.nixos.org/t/nix-haskell-development-2020/6170 and it was very useful in my journey with nix.
I developed a personal version that include…