Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 477 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 477 Bytes

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