Skip to content

blockassets/cgminer_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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