Sabart Otto
Sabart Otto
sx - command line Bitcoin to empower the sysadmin The link to 'sx' repository does not work anymore.
This PR adds shellcheck lint to helper bash scripts, for more info please see: - https://github.com/fort-nix/nix-bitcoin/issues/528
Many shell scripts in nix-bitcoin project do not pass the shellcheck lint. I think it's good idea to at least prevent the potential globbing and word splitting. We can integrate...
- https://github.com/fort-nix/nix-bitcoin/issues/528
Hello, I am trying to use nix-bitcoin with a [remote bitcoind](https://github.com/fort-nix/nix-bitcoin/blob/master/docs/configuration.md). After some fighting and digging it seems `lnd` and `clightning` (and maybe some others?) are not allowed to connect...
Hello, maybe I am just missing something, but do the backups using the `backups` service make sense? Have you ever tried to recover some of the services from these duplicity...
Passing a RPC password via cli argument (`-rpcpassword`) can leak auth secrets to other users on a system (at least on Linux). This PR tries to pass the RPC password...
This MR adds basic support for [rust-teos](https://github.com/talaia-labs/rust-teos) - package, module and clightning [watchtower plugin](https://docs.corelightning.org/docs/watchtowers). Fixes: #540 TODO(s): - [x] https://github.com/talaia-labs/rust-teos/issues/116 - [x] https://github.com/talaia-labs/rust-teos/issues/119 - [x] https://github.com/NixOS/nixpkgs/pull/195782 - [x] https://github.com/fort-nix/nix-bitcoin/pull/560
Hello everyone, I am considering using django-ajax-datatable in my project and I am curious if there is a possibility to somehow enable ["inline" editing](https://editor.datatables.net/examples/inline-editing/simple). Is it supported? If not, how...
Hello, when I reboot the VM with nix-bitcoin, most of the services which depend on a `bitcoind.service` fail with the "Dependency failed for 'service_name'" error and they are not started/restarted...