Luis Schwab
Luis Schwab
It would be very nice to be able to export data encoded on the card to a file, or even copy it to the clipboard. Copying unique ID's is easy...
version: `v0.10.5` `electrs` wouldn't respond to new connections, but the process was running just fine. When checking for open connections, I came across a lot of open sockets in the...
When exporting a BSMS or encrypted key backup, I'm unable to save it directly to the device via the native file app, as it doesn't show up. Instead, I have...
When making a payment, the workflow does not retain state about the selected currency unit. For example: On the main screen, I select to pay 10 USD. In the confirm...
Rename `installer` to `hardware-installer` on `README.md`
**Problem** The address passed via `--addr` doesn't show up on the `Serving at:` section; it's always `127.0.0.1`. ``` ~$ dx serve --addr 0.0.0.0 10:12:28 [dev] ----------------------------------------------------------------- Serving your Dioxus app:...
I am trying to use Nigiri to run some CLI wallet tests for BDK on CI. When running the script below directly on my system, it works and launches `bitcoind`...
I'm running into an issue trying to run Nigiri using the old `docker-compose`: ``` ~$ docker-compose --version docker-compose version 1.29.2, build 5becea4c ~$ curl -s https://getnigiri.vulpem.com | bash Fetching https://github.com/vulpemventures/nigiri/releases/latest......
`strlcpy` and `strlcat` are being redeclared by `strlcpy.h`. Removing the import fixes it. ```shell ~/git/bitcoin-seeder $ make g++ -std=c++11 -pthread -O3 -g0 -march=native -Wall -Wno-unused -Wno-sign-compare -Wno-reorder -Wno-comment -c -o...
### Background For a channel to be opened, the node's wallet needs to have enough funds for fee bumping anchor channel closings. Currently, _enough funds_ includes _unconfirmed balance_ (which can...