Francis Pouliot

Results 28 comments of Francis Pouliot

The scripts can be found here https://github.com/Blockstream/esplora/blob/master/client/src/lib/fees.js

Youre right, I forgot to commit the files. I was still editing them 10 minutes before we opened the repo 😅 - coming iminently

https://github.com/SatoshiPortal/cyphernode/pull/159

From what I understand, this issue addresses the larger issue of "multi-wallet management". Right now, there is only one spending wallet per cyphernode instance, but we are working on multi-wallet...

The scripts can be found here : https://github.com/Blockstream/esplora/blob/master/client/src/lib/privacy-analysis.js I would like this to be a field in the "unconfirmed-tx" and "confirmed-tx" callback responses. Optionally can be its own endpoint like...

Update: still pending. Work on this can be still done even before we have the user interface and coldcard plugin

The Bitcoin core hot wallet would be only as secure as the app which controls it. It can be used as a hot wallet for service operators in their own...

API configs and routes: **Enable batching** - simple on/off switch - parameters: batch frequency - batching schedule (optional): batch at predetermined times, e.g. Mondays 9AM and Tuesdays 2PM **Create a...

**Batch actions** - cancel batch (no broadcast or signing) - optional (security tradeoff): broadcast batch overriding the batch schedule - add offline signing: require batches to be signed offline using...

Update: still pending. Contributions welcome