Skip to content

Commit 36ea47b

Browse files
authored
Update README.md
Docker logs cli reference link has been changed. Blockchain disk requirements have increased beyond 500GB.
1 parent 36015cf commit 36ea47b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Requirements
1212
------------
1313

1414
* Physical machine, cloud instance, or VPS that supports Docker (i.e. [Vultr](http://bit.ly/1HngXg0), [Digital Ocean](http://bit.ly/18AykdD), KVM or XEN based VMs) running Ubuntu 14.04 or later (*not OpenVZ containers!*)
15-
* At least 500 GB to store the block chain files (and always growing!)
15+
* At least 700 GB to store the block chain files (and always growing!)
1616
* At least 1 GB RAM + 2 GB swap file
1717

1818
Recommended and tested on unadvertised (only shown within control panel) [Vultr SATA Storage 1024 MB RAM/250 GB disk instance @ $10/mo](http://bit.ly/vultrbitcoind). Vultr also *accepts Bitcoin payments*!
@@ -43,7 +43,7 @@ Quick Start
4343
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
4444
d0e1076b2dca kylemanna/bitcoind:latest "btc_oneshot" 2 seconds ago Up 1 seconds 127.0.0.1:8332->8332/tcp, 0.0.0.0:8333->8333/tcp bitcoind-node
4545

46-
3. You can then access the daemon's output thanks to the [docker logs command]( https://docs.docker.com/reference/commandline/cli/#logs)
46+
3. You can then access the daemon's output thanks to the [docker logs command](https://docs.docker.com/reference/cli/docker/service/logs/)
4747

4848
docker logs -f bitcoind-node
4949

0 commit comments

Comments
 (0)