Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # Make a lbry dir in current directory
- mkdir lbry
- cd lbry
- # clone sgminer for lbry to current directory
- git clone https://github.com/lbryio/sgminer-gm.git
- cd sgminer
- # build it
- ./autoreconf -i
- ./configure
- make
- # start mining to test wallet on nicehash
- ./sgminer -k lbry -O 341T2ew7f3aZafjfmhQWRhJ3VaA3pcHCCL:x -o "stratum+tcp://lbry.usa.nicehash.com:3356"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement