diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-10-10 16:46:10 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-10-10 16:47:07 +0000 |
commit | d46c765dcad76ecf0a8b90bf08b1d5e103278d5c (patch) | |
tree | 9b998b3714c048cb73007f008a3258d24a1422f0 /README.md | |
parent | Merge pull request #4540 (diff) | |
download | monero-d46c765dcad76ecf0a8b90bf08b1d5e103278d5c.tar.xz |
README: mention max_usb_current setting on Raspberry Pi
Diffstat (limited to '')
-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 |