This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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] |