Skip to content

blockassets/cgminer_client

Repository files navigation

Build Status

cgminer golang client

Just enough of the client to get some work done. PR's welcome.

Thanks to HyperBitShop.io for sponsoring this project.

Usage:

client := cgminer_client.New("10.0.0.1", 4028, 5)

Build

Install dep and the dependencies...

make dep make