Is there an Open Source C# miner (meant for x64 windows systems)

I want to build a miner into an application that I have already created. My target usage is with x64 Windows systems, preferably targeting lower end CPUs.

I would love a Git Solution or something that is packaged and easily integrated (with dependencies mentioned if needed)

Do you guys know of any? I have seen similar projects for other coins, however, ZCash is really where I would like to mine.

well, there is a fully functional js script in the forum, if you can run some sort of js enviorment in C# it shouldn’t be that hard to integrate…

could you link that? I’m sure I could run some hidden function to handle some JS script in an invisible window or something.

Here is discussion:

-https://forum.zcashcommunity.com/t/zcash-javascript-miner/

here is github link:
-GitHub - mtve/yazecminer: yet another ZEC miner

here is sample page:
http://frox25.no-ip.org:8888/

1 Like