From a13a0dd99a4af8c1baac23966690637eed2f6112 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 23 Jun 2016 00:30:09 -0400 Subject: [PATCH] how to mine --- mining-credits.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 mining-credits.md diff --git a/mining-credits.md b/mining-credits.md new file mode 100644 index 00000000..8150f4b3 --- /dev/null +++ b/mining-credits.md @@ -0,0 +1,30 @@ +--- +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` +1. `unzip bins.zip` +1. `./lbrycrdd -server -printtoconsole -gen` +1. 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`` +1. `unzip bins.zip` +1. `./lbrycrdd -server -printtoconsole -gen` +1. `mkdir ~/Library/Application\ Support/lbrycrd` +1. `sudo chown -R your-username ~/Library/Application\ Support/lbrycrd` +1. `nano ~/Library/Application\ Support/lbrycrd/lbrycrd.conf` +1. Add: + `rpcuser=lbryrpc` + `rpcpassword=gibberish` +1. If you need to start over, run `rm -rf bins.zip lbry* ~/.lbry ~/Library/Application\ Support/lbrycrd` +1. Save + +## Compiling + +LBRY can be compiled quite similarly to Bitcoin. Pester @jackrobison on Slack to fill this in!