diff --git a/docs/install.md b/docs/install.md index 4fe05f1..24d8bb6 100644 --- a/docs/install.md +++ b/docs/install.md @@ -115,7 +115,14 @@ You can also build Nix from source by following the instructions at https://nixo This will now create a nix-bitcoin node on the target machine. -6. Nixops automatically creates an ssh key for use with `nixops ssh`. Access `bitcoin-node` through ssh in nix-shell with +6. Resize the virtualbox disk + ``` + ./scripts/vbox-resize-disk1.sh + ``` + + NixOps provides a virtualbox disk thats 50gb in size, but we need more than that to house the Bitcoin blockchain. Make sure to run this from within your nix-shell. + +7. Nixops automatically creates an ssh key for use with `nixops ssh`. Access `bitcoin-node` through ssh in nix-shell with ``` nixops ssh operator@bitcoin-node