Bitcoin Forum

Other => Beginners & Help => Topic started by: avivmas on July 30, 2011, 12:10:12 AM



Title: build a javascript miner myself
Post by: avivmas on July 30, 2011, 12:10:12 AM
hello, i want to build a javascript miner myself.

i was read this: https://en.bitcoin.it/wiki/Block_hashing_algorithm
and i still dont understand how i can find the good hash that can block.

i need to hashing much times the parameters together and each one call "header".
and then how my program can know that the specific hash is "block"?


Title: Re: build a javascript miner myself
Post by: 1bitc0inplz on July 30, 2011, 01:59:48 AM
Perhaps this can help you get started => https://github.com/jwhitehorn/jsMiner


Title: Re: build a javascript miner myself
Post by: avivmas on July 30, 2011, 03:55:15 AM
i try to understand this code and i cant....


Title: Re: build a javascript miner myself
Post by: dt14 on July 30, 2011, 05:00:40 AM
This is all way over my head, good luck dude

I hope you create one that is faster than all the rest so I can make more $!


Title: Re: build a javascript miner myself
Post by: alemaaltevinden on July 30, 2011, 08:39:54 AM
He's not gonna make a faster one, but good ideo to improve your scripting.
I'll look into it to see if I can help you.