Can I write my own pool software by using bitcoin API?

2

Theoretically speaking, if I know programming (C,C++,C# etc.) can I write my own mining pool software/server using only Bitcoin API or I need more information than that?

https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

Frank Martin

Posted 2014-01-18T12:54:35.273

Reputation: 161

Answers

3

You can, of course! But you may start from some existing programs that do what you say, most are open source and well documented. And ask someone, it's very hard to do it on your own!

Zanfronio

Posted 2014-01-18T12:54:35.273

Reputation: 156

0

https://github.com/CoiniumServ/CoiniumServ is an open source c# pool implementation which could be a good starting point.

HuseyinUslu

Posted 2014-01-18T12:54:35.273

Reputation: 119