Advertisement
image28

lbry-install-and-mine.sh

Feb 13th, 2020
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # Make a lbry dir in current directory
  4. mkdir lbry
  5. cd lbry
  6. # clone sgminer for lbry to current directory
  7. git clone https://github.com/lbryio/sgminer-gm.git
  8. cd sgminer
  9. # build it
  10. ./autoreconf -i
  11. ./configure
  12. make
  13. # start mining to test wallet on nicehash
  14. ./sgminer -k lbry -O 341T2ew7f3aZafjfmhQWRhJ3VaA3pcHCCL:x -o "stratum+tcp://lbry.usa.nicehash.com:3356"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement