lbry.com/posts/faq/mining-credits.md
2016-06-23 00:36:53 -04:00

949 B

title
How do I mine LBRY credits?

LBRY binaries are out for OS X and Ubuntu. Others may try compiling from source.

Mining on Ubuntu

  1. wget https://s3.amazonaws.com/files.lbry.io/bins.zip
  2. unzip bins.zip
  3. ./lbrycrdd -server -printtoconsole -gen
  4. If you need to start over, run rm -rf bins.zip lbry* ~/.lbry*

Mining on macOS

  1. `wget https://s3.amazonaws.com/files.lbry.io/osxbins.zip``
  2. unzip bins.zip
  3. ./lbrycrdd -server -printtoconsole -gen
  4. mkdir ~/Library/Application\ Support/lbrycrd
  5. sudo chown -R your-username ~/Library/Application\ Support/lbrycrd
  6. nano ~/Library/Application\ Support/lbrycrd/lbrycrd.conf
  7. Add: rpcuser=lbryrpc rpcpassword=gibberish
  8. If you need to start over, run rm -rf bins.zip lbry* ~/.lbry ~/Library/Application\ Support/lbrycrd
  9. Save

Compiling

LBRY can be compiled quite similarly to Bitcoin. Pester @jackrobison on Slack to fill this in!