diff options
| author | Riccardo Spagni <ric@spagni.net> | 2018-10-26 22:32:52 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2018-10-26 22:32:52 +0200 |
| commit | 8236bfd9714f0c90fdb76dc501cc390c688e5210 (patch) | |
| tree | 4646e39a296f3c7b2eacd36a07681c366fcba1a8 | |
| parent | 169e6e9074519769afcbef6807567916e45784cb (diff) | |
| parent | d46c765dcad76ecf0a8b90bf08b1d5e103278d5c (diff) | |
| download | monzero-core-8236bfd9714f0c90fdb76dc501cc390c688e5210.tar.gz monzero-core-8236bfd9714f0c90fdb76dc501cc390c688e5210.tar.xz monzero-core-8236bfd9714f0c90fdb76dc501cc390c688e5210.zip | |
Merge pull request #4553
d46c765d README: mention max_usb_current setting on Raspberry Pi (moneromooo-monero)
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -237,6 +237,8 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch ( CONF_SWAPSIZE=1024 sudo /etc/init.d/dphys-swapfile start ``` +* If using an external hard disk without an external power supply, ensure it gets enough power to avoid hardware issues when syncing, by adding the line "max_usb_current=1" to /boot/config.txt + * Clone monero and checkout most recent release version: ``` git clone https://github.com/monero-project/monero.git |
