Skip to content

Instantly share code, notes, and snippets.

View dfoderick's full-sized avatar

Dave Foderick dfoderick

  • Skylake Software
View GitHub Profile
@dfoderick
dfoderick / gist:4cfc95eb40986479d7b4d4a755bbc813
Created September 2, 2018 21:51
No frills ASIC monitor. Monitor your Bitcoin miner. 5 minute tutorial.
Want to call the api of your cgminer? You can do it from Windows or Linux using a utility called NetCat (or ncat, or simply "nc")
Linux
=====
Your linux computer probably has netcat already installed. Just run `nc` from command line to see if it is installed.
```
pi@raspberrypi:~/bin $ nc
usage: nc [-46CDdFhklNnrStUuvZz] [-I length] [-i interval] [-O length]
[-P proxy_username] [-p source_port] [-q seconds] [-s source]
[-T toskeyword] [-V rtable] [-w timeout] [-X proxy_protocol]