Author

Topic: i want to know how btc mining software work exactly (Read 367 times)

hero member
Activity: 658
Merit: 500
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.pdf
An 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...

yes, php cannot use to mine bitcoin in client side, it's because PHP work in server side. To mine in client side you should use JS. check this link https://github.com/jwhitehorn/jsMiner
legendary
Activity: 3514
Merit: 5114
https://merel.mobi => buy facemasks with BTC/LTC
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.pdf
An 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...
newbie
Activity: 5
Merit: 0
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
Jump to: