hello everyone;
i want to know how really btc miner do step by step and with full detail, mean i want to build web base program can do what that hardware done same as js or php.
please help to for this,
thanks
I used google, and found these easy to read things:
The original bitcoin whitepaper =>
https://bitcoin.org/bitcoin.pdfAn easy to read website explaining the process =>
https://chrispacia.wordpress.com/2013/09/02/bitcoin-mining-explained-like-youre-five-part-2-mechanics/HOWEVER, i read that you want to build a website in javascript or php to mine BTC... Please reconsider, at this moment, you will never make any profit this way... Years ago, companies started creating hardware with the sole purpose of sha256 hashing, this hardware will be millions of times faster while using a fraction of the energy compared to your javascript running in the user's browers, or the php script running on your server.
In other words: if you run a php script to hash on your server, you'll pay hundreds of bucks in HW repair, energy costs, housing, and you'll make mere cents in return. If you run client side javascript to do the task, you'll likely get sued, blacklisted,... And you'll probably still won't make enough satoshi's to withdraw them from a pool...