Jonas Nick 4022f86b92
Merge #296: Remove nixops examples and as recommended deployment method; replace with krops
520a983862728320ca6fec3677e5fcbf57d05217 docs: nixops-krops migration guide (nixbitcoin)
7c0b521785377e2e68fca3dc9ab1f7c84af93ded docs: describe deploying with krops in installation tutorial (Jonas Nick)
eb6dff54788b7fc77998f124c2ba3e8cc4012c9f docs: various improvements to installation tutorial (Jonas Nick)
e8b47f099c9a149b85300f30d41455c41fc1b4e8 examples: add deploy-krops.sh (Erik Arvstedt)
fe118b28ffa3c65b45a8cbbe6f637b8f465fe65d examples: add krops deployment method (Jonas Nick)
e017675d5e961d622314663e711ae752bac222a2 krops: add package (Jonas Nick)
03db1a61b1121954460300aeb3651c09b052169b lnd, joinmarket: don't write to secrets dir (Erik Arvstedt)
55d87490ec330b2fe78b4cc9275db287990f59fc secrets: make configuration more robust (Erik Arvstedt)
b0c223e71676c26a76aaf6704f347e8089a8d68d secrets: don't stop services when the secrets target stops (Erik Arvstedt)
b701cb5603c5f996c8c202c679820180ad7f28e9 secrets: add option 'generateSecrets' (Erik Arvstedt)
03515a8da600cbe56ba9d4c3c9b33a2cca45ef08 examples/qemu: disable hardened preset (Erik Arvstedt)
908af3bfb8f4dc90bc2168345c60d8a0e15bfbf3 examples/deploy-qemu-vm: show progress when waiting (Erik Arvstedt)
ccba86a0f0d07f0c82fba363c5314304ad076a5c examples: extract common features for running QEMU VMs (Erik Arvstedt)
cb3d5446c8f16e5008e18adc5ab7e5fbb4de0d3b examples: use relative paths to example files (Erik Arvstedt)
a4dabc73900cef226bac8a33d567a0dc6f415b85 Remove nixops examples and documentation (Jonas Nick)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK 520a983862728320ca6fec3677e5fcbf57d05217

Tree-SHA512: 380fcda3528e703e8a218f92a216befbee6cc279952388b2df48c1bcb803b72336bbe6e4deed87f3f26caba7a5cb5ab60c2bcabf2b13eba56f34c47eb02e128a
2021-03-15 19:03:47 +00:00
2021-02-07 22:45:37 +01:00
2021-03-15 19:02:58 +01:00
2021-03-15 18:53:07 +01:00
2021-03-15 19:02:58 +01:00
2021-01-30 11:38:47 +01:00
2020-01-09 10:43:29 +01:00
2019-01-02 14:03:52 +00:00
2020-01-09 10:43:29 +01:00
2021-03-01 10:59:35 +01:00
2020-03-30 10:49:15 +02:00

nix-bitcoin logo


CirrusCI status GitHub tag (latest SemVer) GitHub commit activity GitHub contributors GitHub downloads


nix-bitcoin is a collection of Nix packages and NixOS modules for easily installing full-featured Bitcoin nodes with an emphasis on security.

Overview

A Bitcoin node verifies the Bitcoin protocol and provides ways of interacting with the Bitcoin network. nix-bitcoin nodes are used for a variety of purposes and can serve as personal or merchant wallets, second layer public infrastructure and as backends for Bitcoin applications. In all cases, the aim is to provide security and privacy by default. However, while nix-bitcoin is used in production today, it is still considered experimental.

A full installation of nix-bitcoin is usually deployed either on a dedicated (virtual) machine or runs in a container and is online 24/7. Alternatively, the Nix packages, NixOS modules and configurations can be used independently and combined freely.

nix-bitcoin is built on top of Nix and NixOS which provide powerful abstractions to keep it highly customizable and maintainable. Testament to this are nix-bitcoin's robust security features and its potent test framework. However, running nix-bitcoin does not require any previous experience with the Nix ecosystem.

Examples

See here for examples.

Features

A configuration preset for setting up a secure node

  • All applications use Tor for outbound connections and support accepting inbound connections via onion services.

NixOS modules

Security

  • Simplicity: Only services you select in configuration.nix and their dependencies are installed, packages and dependencies are pinned, support for doas (sudo alternative), most packages are built from the NixOS stable channel, with a few exceptions that are built from the nixpkgs unstable channel, builds happen in a sandboxed environment, code is continuously reviewed and refined.
  • Integrity: Nix package manager, NixOS and packages can be built from source to reduce reliance on binary caches, nix-bitcoin merge commits are signed, all commits are approved by multiple nix-bitcoin developers, upstream packages are cryptographically verified where possible, we use this software ourselves.
  • Principle of Least Privilege: Services operate with least privileges; they each have their own user and are restricted further with systemd options, RPC whitelisting, and netns-isolation. There's a non-root user operator to interact with the various services.
  • Defense-in-depth: nix-bitcoin is built with a hardened kernel by default, services are confined through discretionary access control, Linux namespaces, dbus firewall and seccomp-bpf with continuous improvements.

Note that if the machine you're deploying from is insecure, there is nothing nix-bitcoin can do to protect itself.

Docs

Troubleshooting

If you are having problems with nix-bitcoin check the FAQ or submit an issue. There's also a #nix-bitcoin IRC channel on freenode. We are always happy to help.

Languages
Nix 84.4%
Shell 11.7%
Python 3.5%
C 0.4%