Marc Lacoursière

Results 6 issues of Marc Lacoursière

#### What Completely removed NGINX config, should allow for easier node restarts and mempool app upgrades ### Why The app needed a refresh and NGINX configure had some potential DNS...

bug

Every one of the dozens of attempt I made at creating a NixOS instance on Linode failed with similar error messages... My most recent one was simply generated by this...

Trying to generate a 23.05 proxmox image with my config originally based on 22.11... made sure there are no 22.11 references anywhere, flushed the build folder and launched the thing....

My nix + bitcoin journey started here: https://search.nixos.org So far, I've found `bitcoind`, and `electrs`, easily configured them and it makes me happy. The next logical step would be to...

I see that this version of electrs needs to have read access to .bitcoin/blocks/*.blk files. Thing is, Bitcoin Core creates them with 600 rights. Because of this, the only user...

In [the compiler section](https://bitcoindevkit.org/bdk-cli/compiler/#installation), there is a command for `miniscriptc` installation using cargo. On macOS, I get this error, trying to run it: ```bash ❯ cargo install --git https://github.com/bitcoindevkit/bdk --features="compiler"...