Open gotcha opened 1 month ago
Would there be a way to use nix-bitcoin to define/use bitcoind as a process or a service in devenv.sh ?
nix-bitcoin
bitcoind
devenv.sh
Mainly, I would need to run bitcoind without systemd.
See https://devenv.sh/processes/
Hi @gotcha. It seems like you just want to start bitcoind. In that case, you don't need nix-bitcoin, you can just run the bitcoind provided by nixpkgs. But maybe I misunderstand what you're trying to do.
Would there be a way to use
nix-bitcoin
to define/usebitcoind
as a process or a service indevenv.sh
?Mainly, I would need to run bitcoind without systemd.
See https://devenv.sh/processes/