mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-05 05:15:18 +00:00
fix link to binaries
This commit is contained in:
parent
7ead4fce94
commit
5a22b9b56b
1 changed files with 5 additions and 5 deletions
|
@ -7,19 +7,19 @@ Block rewards increase every 100 blocks by 1LBC, peak at 500, and decline slowly
|
|||
|
||||
For GPU mining, please see our list of [pools](https://lbry.io/faq/mining-pools). Each pool has a slightly different setup so please check their Getting Started page.
|
||||
|
||||
For CPU mining, LBRY binaries are out for OS X and Ubuntu. Others may try compiling from source.
|
||||
For CPU mining, LBRY binaries are out for OS X, Windows, and Ubuntu. Others may try compiling from source.
|
||||
|
||||
You can download the latest binaries [here](https://github.com/lbryio/lbrycrd/releases/latest)
|
||||
|
||||
## Mining on Ubuntu
|
||||
|
||||
1. `wget https://s3.amazonaws.com/files.lbry.io/bins.zip`
|
||||
1. `unzip bins.zip`
|
||||
1. unzip the binaries, and `cd` into the directory containing them
|
||||
1. `./lbrycrdd -server -printtoconsole -gen`
|
||||
1. If you need to start over, run `rm -rf bins.zip lbry* ~/.lbry*`. **Note:** this will delete your wallet and any credits you may have.
|
||||
|
||||
## Mining on macOS
|
||||
|
||||
1. `wget https://s3.amazonaws.com/files.lbry.io/osxbins.zip`
|
||||
1. `unzip osxbins.zip`
|
||||
1. unzip the binaries, and `cd` into the directory containing them
|
||||
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`
|
||||
|
|
Loading…
Add table
Reference in a new issue