EvilZone
Programming and Scripting => .NET Framework => Topic started by: darkhunter on July 11, 2013, 11:09:43 PM
-
Hi guys I wanted to ask if someone could give me an example in code, or explain to me the mechanism to be followed to create a Bitcoin Mining Alghorithm in visual basic
-
One does not create an algorithm in Visual Basic, one implements an algorithm in Visual Basic.
Your question has basically already answered here (http://bitcoin.stackexchange.com/questions/3044/simple-bitcoin-mining-algorithm/3047#3047).
You could port this miner written in Python (https://github.com/bitcoin/bitcoin/blob/master/contrib/pyminer/pyminer.py) if you can't be bothered to think.
If you want my opinion: Don't bother. Just think of the environmental consequences (and, to extend, your electricity bill), and its unstable value (remember that crash a couple of months ago?).
-
Thanks for the reply, I will take the advice you gave me ;)
P.S. Instead, could you tell me how I can create me a mining pool staff type a kind of supercomputer consists of multiple computers to generate bitcoins faster?
-
That's for the help Fur, I was just about to post about this.I'm aware that it's extremely unstable and that you will likely spend much more on electricity than you alone can mine, but a friend and I are considering writing something to run a few miners on library/school/office computers through a botnet. Any input you may have would be appreciated.
+1
-
Ok thanks ;)