Skip to content

bitcoin-dev-tools/nix-seed-node

Repository files navigation

NixOS seed node setup

Deploy

Update SSH key

  1. Update the SSH key in modules/users.nix ssh_key to one of your own.
  2. Stage or commit the modification using git to include the modification in the build:
    git add modules/users.nix
    git commit -m "update ssh key" # (optional)

Load NixOS configuration

$ nix-shell -p nixos-anywhere
[nix-shell:~]$ nixos-anywhere --flake .#ax52 root@<ip_address>

Update

$ nix-shell -p nixos-rebuild
[nix-shell:~]$ nixos-rebuild switch --flake .#ax52 --target-host root@<ip_address>

Bitcoind

The bitcoind service will be running on mainnet.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published