fort-nix / nix-bitcoin

A collection of Nix packages and NixOS modules for easily installing full-featured Bitcoin nodes with an emphasis on security.
https://nixbitcoin.org
MIT License
512 stars 108 forks source link

How to define/use bitcoind as a process or a service in devenv.sh ? #741

Open gotcha opened 1 month ago

gotcha commented 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 ?

Mainly, I would need to run bitcoind without systemd.

See https://devenv.sh/processes/

jonasnick commented 1 month ago

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.