Hi everyone,
I am starting with bitcoin and want to build a very simple miner in c/c++, with use of my own sha function and block building. However I am looking for something that would help me with the networking part, is there a library or other tool that would help me with this?
Why do you need to re-invent the wheel?
https://github.com/ckolivas/cgminerBecause I want to write it on my own, and also this is to use with some usb devices and I am not going to use any.