is there a Java or C# library for mining bitcoins?

1

Hi guys is there a Java or C# library for mining bitcoins? I am hoping to incorporate it into an application. I have read the other questions that asked about libraries but i need to know if these libraries allow mining

yohannes

Posted 2013-04-05T22:06:56.367

Reputation: 111

For which aspect of mining? Why not use one of the existing programs, like guiminer or pyoclbm?Nick ODell 2013-04-05T23:49:20.730

Answers

2

Diablo Miner is GPU miner implemented in Java. It's not a library, but it shouldn't be hard to incorporate it's code in another application.

Giorgos Dimtsas

Posted 2013-04-05T22:06:56.367

Reputation: 133

1

You can find Bitcoin C# implementation here

Moein Hosseini

Posted 2013-04-05T22:06:56.367

Reputation: 111