Skip to content

lbryio/sgminer-gm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6,654 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This fork of sgminer-gm supports mining LBRY in both Stratum pools and directly to a local LBRYcrd instance.

Example:

# compile the thing:
git clone https://github.com/lbryio/sgminer-gm
cd sgminer-gm
git submodule init
git submodule update
./autogen.sh  # has to run after submodule stuff
./configure CFLAGS="-O3 -march=native -I/usr/lib/cuda-10.1/targets/x86_64-linux/include -L/usr/lib/cuda-10.1/targets/x86_64-linux/lib"
make -j10

# start mining on testnet:
./sgminer -k lbry -O ruser:rpswd -o "http://127.0.0.1:19245" 

Substitute the cuda paths for your local OpenCL installation location. Please refer to the documentation found upstream for further build instructions, etc.

About

A multi-algo GPU miner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 97.1%
  • M4 1.1%
  • PHP 0.8%
  • C++ 0.7%
  • Makefile 0.2%
  • Java 0.1%