The source code is here: https://github.com/bitcoin/bitcoin/blob/master/src/miner.cpp Basically, the ScanHash_CryptoPP(..) function does the actual hashing, and is called by the BitcoinMiner(..) function, which checks…
The source code is here: https://github.com/bitcoin/bitcoin/blob/master/src/miner.cpp Basically, the ScanHash_CryptoPP(..) function does the actual hashing, and is called by the BitcoinMiner(..) function, which checks…