Introducing Hashbrown v1, a simple hash mining script in Scratch. Simply input the difficulty (1 being easiest, 4 being hardest) and then input the string/hash/block you want to mine! This script will loop through all possible nonces to find the correct one to hash your string, corresponding to your level of difficulty. It is possible to mine bitcoin/other cryptos in this project, but due to Scratch's limitations, it simply is not feasible and the hashrate is terrible. For reference, this script can only go up to 4 zeroes for difficulty target validation, but bitcoin's hashes need 17 zeroes. Even mining to 4 zeroes in Scratch takes hours, and it gets exponentially longer to mine for the next. So if you want to actually mine bitcoin, feel free to change the difficulty inside the project to 17. You can also use this to mine other crypto that uses SHA256 algorithm. Credits: Made by @Secarvo SHA256 algorithm script by @kenny2scratch