LBRY is decentralized content-sharing platform based on the new blockchain directed creators of content (film-makers, musicians, writers, or software developer) who want to have full control over their own work. No advertising, no corporate censorship, and LBRY not take part of your income as content creators and consumers can also benefit because there is finally an alternative to storing large media.
Step by step how to mining LBRY on windows.
- Download the SGMINER with lbry support here
- Extract All files
- Go to Suprnova lbry pool here
- Register and create worker
- Open the extracted folder, then edit the suprnova bat file, change your username and your worker
- save it and run it
sgminer running with Radeon HD 6570
Step by step how to mining LBRY on linux (ubuntu Server 14.04)
- Download AMD ADL from here and extract it to /opt/AMDADL. Download and install AMD SDK from here.
- Change user to root (or you can use sudo if you didnt want to be root)
- Run this following command
- apt-get install build-essential libcurl4-openssl-dev git automake libtool libjansson* libncurses5-dev
- git clone --recursive https://github.com/lbryio/lbrycrd-gpu.git
- cd sgminer/
- cp /opt/AMDADL/include/* ADL_SDK/
- ./autogen.sh
- ./configure CFLAGS="-O3 -Wall -march=native"
- make
- ./sgminer --kernel lbry -o stratum+tcp://lbry.suprnova.cc:6256 -u yourworker.1 -p password -I 19 -w 64
- Please change your worker and password before running sgminer (on step 8)
Sgminer running on 2x Radeon 280x