diff --git a/README.md b/README.md index fbd9ddd..4a5bd16 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,7 @@ It should be a reproducible and extensible platform for applications building on Available modules --- By default the `configuration.nix` provides: -* bitcoind (pruned) with outbound connections through Tor and inbound connections through a hidden - service. By default loaded with banlist of spy nodes. +* bitcoind with outbound connections through Tor and inbound connections through a hidden service. By default loaded with banlist of spy nodes. * [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 @@ -40,6 +39,8 @@ In `configuration.nix` the user can enable: * [spark-wallet](https://github.com/shesek/spark-wallet) * [electrs](https://github.com/romanz/electrs) * recurring-donations, a module to repeatedly send lightning payments to recipients specified in the configuration. +* [bitcoin-core-hwi](https://github.com/bitcoin-core/HWI). + * You no longer need extra software to connect your hardware wallet to Bitcoin Core. Use Bitcoin Core's own **H**ardware **W**allet **I**nterface with one `configuration.nix` setting. The data directories of the services can be found in `/var/lib` on the deployed machines. diff --git a/configuration.nix b/configuration.nix index 4524171..9421eb6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -38,7 +38,7 @@ ### ELECTRS # Enable this module to use electrs, an efficient re-implementation of - # Electrum Server in Rust. Only enable this if hardware wallets are + # Electrum Server in Rust. Only enable this if hardware wallets are # disabled. # services.electrs.enable = true; @@ -85,8 +85,8 @@ # Ledger must be initialized through the official ledger live app and the Bitcoin app must # be installed and running on the device. # services.hardware-wallets.ledger = true; - # Trezor can be initialized with the trezorctl command in nix-bitcoin. More information can - # be found in `docs/usage.md`. + # Trezor can be initialized with the trezorctl command in nix-bitcoin. More information in + # `docs/usage.md`. # services.hardware-wallets.trezor = true; # FIXME: Define your hostname. diff --git a/docs/install.md b/docs/install.md index 2226140..e8f78b0 100644 --- a/docs/install.md +++ b/docs/install.md @@ -341,7 +341,7 @@ You can also build Nix from source by following the instructions at https://nixo ``` ``` boot.loader.grub.device = "/dev/sda"; - ``` + ``` 9. Setup environment diff --git a/docs/usage.md b/docs/usage.md index c5639c1..eb54c11 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -197,7 +197,7 @@ Initialize a Trezor for Bitcoin Core's Hardware Wallet Integration Follow the on-screen instructions **Caution: This command _will_ wipe your device. If you already store Bitcoin on it, only do this with the recovery seed nearby.** - + 5. Set up your Trezor, if this is a fresh device ```