Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 353 Bytes

File metadata and controls

24 lines (18 loc) · 353 Bytes

Simple QLC miner just for developer testing.

Build and Run

make clean build
./gqlc-miner --help

Docker

You can build the docker image yourself or download it from docker hub

Build docker images

cd docker
./build.sh

Download docker images from docker hub

docker pull qlcchain/qlc-miner:latest