examples/README: add nixbitcoin.org server repo

This commit is contained in:
Erik Arvstedt 2021-08-15 11:28:33 +02:00
parent c041079ae1
commit 1c3735b600
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 7 additions and 0 deletions

View File

@ -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.