plebhash
plebhash
taking the discussion from https://github.com/cloudhead/nakamoto/pull/148#issuecomment-1781848435 to a more appropriate place if we look at the [Core RPC API](https://developer.bitcoin.org/reference/rpc/), which RPCs would `nakamoto-node` be able to expose (at least from a...
nixify
allows building on a `nix-shell` environment. the `nakamoto-wallet` crate needs `libusb-1.0`. now this is possible: ``` $ nix-shell # cargo build -p nakamoto-wallet # libusb-1.0 will be found ```
nixify
the README suggests a QEMUlated Alpine box as a mechanism for system isolation an interesting alternative approach could be a nix derivation that could open up some interesting possibilities cc...
my humble [gist](https://gist.github.com/plebhash/64ad5cf0d58fb8a9715987ceeae5285a) teaches how to cross-compile a `nym-gateway` for a Raspberry Pi
once https://github.com/antonilol/rust-bitcoincore-zmq/pull/7 is merged, we need a follow-up PR to implement @mcelrath 's suggestion made on this comment: https://github.com/braidpool/braidpool/pull/54#issuecomment-1781295385 > Could you add some debugging around the zmq connection? I...
[Liana](https://github.com/wizardsardine/liana) is a simple Bitcoin wallet with built-in loss protection and inheritance. Current status: draft. Roadmap: - [x] `pkgs/liana/default.nix` builds `lianad` + `liana-cli` - [ ] WIP `modules/liana.nix` + module...
I need to run `clightning` on my darwin setup. More specifically, I need to call `lightningd --bitcoin-datadir=${bitcoin_dir}`. However, this CLI option is not available on the darwin build. ### Steps...
I'm running a x86-64 VM with a fresh NixOS 23.11.6359.53a2c32bc66f (Tapir) The `shellHook` inside `flake.nix` generates some confusing outputs: ``` $ nix develop ℹ️ Project recommendations detected. Run 'flakebox lint'...