Bitcoin c++ library that provides the networking

2

I want to make a very simple Bitcoin mining software with use of getblocktemplate, my own SHA and block building. Is there any c or better c++ library that would help with the networking part? I am new to Bitcoin and would prefer to focus on the block building and hashing part for now, as I'm starting from scratch.

I'm aware of the difficulty level and I am doing this just for getting to know Bitcoin better.

M-guy

Posted 2016-10-25T20:48:46.410

Reputation: 33

When you say miner, do you mean you want to make hardware or software?Jestin 2016-10-25T21:09:00.447

Software, sorry for not making it clearM-guy 2016-10-25T21:17:14.437

So, bad news: http://bitcoin.stackexchange.com/questions/41276/in-the-asic-age-is-it-worth-starting-mining-bitcoin-at-home If you just want to do this for fun, remember that you won't solve a block within your lifetime, so I don't know how much fun will be had. Maybe you should focus on just the block building aspect.

Jestin 2016-10-25T21:22:19.577

1Of course I don't expect this to profitable. But still when I have the mining part done it would be nice to connect to actual network and check whether it works on real-life blocks. Even if it's going to fail every time ;)M-guy 2016-10-25T21:35:25.490

@M-guy: I've edited your question to include the content from your comments, please feel free to edit as you like.Murch 2016-10-27T18:02:18.127

No answers