fix README

This commit is contained in:
Jonas Nick 2018-12-06 22:39:00 +00:00
parent d5f7e818d7
commit c3cd4657fb
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
nix-bitcoin
===
A set of nix packages and nixos modules including profiles to easily install featureful Bitcoin nodes.
Nix packages and nixos modules including profiles to easily install featureful Bitcoin nodes.
Work in progress.
Profiles
---
nixbitcoin.nix provides the two profiles "minimal" and "all":
`nixbitcoin.nix` provides the two profiles "minimal" and "all":
* minimal
* bitcoind (pruned) with outbound connections through Tor and inbound connections through a hidden
@ -14,7 +14,7 @@ nixbitcoin.nix provides the two profiles "minimal" and "all":
* [clightning](https://github.com/ElementsProject/lightning) with outbound connections through Tor, not listening
* includes "nodeinfo" script which prints basic info about the node
* adds non-root user "operator" which has access to bitcoin-cli and lightning-cli
* full
* all
* adds clightning hidden service
* [liquid-daemon](https://github.com/blockstream/liquid)
* [lightning charge](https://github.com/ElementsProject/lightning-charge)