Post
Topic
Board Beginners & Help
Re: My lightweight C# Bitcoin Miner
by
aes1
on 12/05/2013, 19:23:06 UTC
Neat. I had no idea mining could be that simple.

I compiled the source on an OS X machine by downloading Mono SDK from http://www.go-mono.com/mono-downloads/download.html. The compilation step and running the compiled binary was as easy as:

Quote
$ mcs Program.cs
$ mono Program.exe

Let's see if I actually manage to get any bitcoins with my 180 Kh/s miner Smiley

Next step: actually understanding what it does