mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-30 17:01:25 +00:00
949 B
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
wget https://s3.amazonaws.com/files.lbry.io/bins.zip
unzip bins.zip
./lbrycrdd -server -printtoconsole -gen
- If you need to start over, run
rm -rf bins.zip lbry* ~/.lbry*
Mining on macOS
- `wget https://s3.amazonaws.com/files.lbry.io/osxbins.zip``
unzip bins.zip
./lbrycrdd -server -printtoconsole -gen
mkdir ~/Library/Application\ Support/lbrycrd
sudo chown -R your-username ~/Library/Application\ Support/lbrycrd
nano ~/Library/Application\ Support/lbrycrd/lbrycrd.conf
- Add:
rpcuser=lbryrpc
rpcpassword=gibberish
- If you need to start over, run
rm -rf bins.zip lbry* ~/.lbry ~/Library/Application\ Support/lbrycrd
- Save
Compiling
LBRY can be compiled quite similarly to Bitcoin. Pester @jackrobison on Slack to fill this in!