Neither of those links explains to me the basics of how to build an miner app, which is what I'm trying to do... Any more links?
Post
Topic
BoardDevelopment & Technical Discussion
How to generate hashes/getwork from .NET?
by
SondreB
on 01/03/2011, 17:08:22 UTC
Hi all! I've built a simple client that works against the JSON-RPC HTTP endpoint, it works OK. Built it using the HttpClient of Microsoft.Net.Http.dll and extensions in the http://wcf.codeplex.com/ release.
Now the question is, what do I do with the results I get from getwork? Is there are good description on the basics of just building a miner? I'm building this on .NET (C#).
Thanks in advance for any help, I did some searching on the forum but couldn't easily find what I was looking for.