From 1c3735b60073388e0898e6302ab1f8f297e14dbe Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sun, 15 Aug 2021 11:28:33 +0200 Subject: [PATCH] examples/README: add nixbitcoin.org server repo --- examples/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/README.md b/examples/README.md index b9bcfeb..445f846 100644 --- a/examples/README.md +++ b/examples/README.md @@ -68,3 +68,10 @@ c systemctl status bitcoind }' container --run c nodeinfo ``` See [`run-tests.sh`](../test/run-tests.sh) for a complete documentation. + + +### Real-world example +Check the [server repo](https://github.com/fort-nix/nixbitcoin.org) for https://nixbitcoin.org +to see the configuration of a nix-bitcoin node that's used in production. + +The commands in `shell.nix` allow you to locally run the node in a VM or container.