Update mining-credits.md

This commit is contained in:
Josh Finer 2016-07-01 13:04:56 -04:00 committed by GitHub
parent eb75488784
commit 9b26d4a193

View file

@ -14,7 +14,7 @@ LBRY binaries are out for OS X and Ubuntu. Others may try compiling from source.
## Mining on macOS
1. `wget https://s3.amazonaws.com/files.lbry.io/osxbins.zip`
1. `unzip bins.zip`
1. `unzip osxbins.zip`
1. `mkdir ~/Library/Application\ Support/lbrycrd`
1. `sudo chown -R "$(whoami)" ~/Library/Application\ Support/lbrycrd`
1. `echo -e "rpcuser=lbryrpc\nrpcpassword=$(env LC_CTYPE=C LC_ALL=C tr -dc A-Za-z0-9 < /dev/urandom | head -c 16 | xargs)" > ~/Library/Application\ Support/lbrycrd/lbrycrd.conf`