examples/README: add nixbitcoin.org server repo

This commit is contained in:
Erik Arvstedt
2021-08-15 11:29:33 +02:00
parent c041079ae1
commit 1c3735b600
+7
View File
@@ -68,3 +68,10 @@ c systemctl status bitcoind
}' container --run c nodeinfo }' container --run c nodeinfo
``` ```
See [`run-tests.sh`](../test/run-tests.sh) for a complete documentation. 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.