EvilZone

Programming and Scripting => .NET Framework => Topic started by: darkhunter on July 11, 2013, 11:09:43 PM

Title: [HELP] Bitcoin Mining
Post 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
Title: Re: [HELP] Bitcoin Mining
Post by: Fur on July 11, 2013, 11:27:02 PM
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?).
Title: Re: [HELP] Bitcoin Mining
Post by: darkhunter on July 11, 2013, 11:53:57 PM
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?
Title: Re: [HELP] Bitcoin Mining
Post by: sp0rk on August 28, 2013, 04:22:43 AM
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
Title: Re: [HELP] Bitcoin Mining
Post by: darkhunter on August 29, 2013, 11:54:13 PM
Ok thanks  ;)