16:04 "In C, you can really think of everything as being bytes." Remember, that's because data types are not real to the machine. The compiler or interpreter will care about a language's types, but during runtime, there is no concept of data types!
The nonce is what is used to solve the difficulty requirement. Since the hash of the block is dependent on the data in that block, the nonce gives us a value that we can manipulate to try to acquire an appropriate hash. Essentially, our dependent variable is the hash, and the independent variable is the nonce.
This channel is a gem
Eric you channel is a Pearl. Thank you for the content and time.
16:04 "In C, you can really think of everything as being bytes."
Remember, that's because data types are not real to the machine.
The compiler or interpreter will care about a language's types, but during runtime, there is no concept of data types!
Damn your channel is a hidden treasure!
Aye NC!
can i follow it for windows also
Why have a nonce value if you aren't 'mining'?
The nonce is what is used to solve the difficulty requirement. Since the hash of the block is dependent on the data in that block, the nonce gives us a value that we can manipulate to try to acquire an appropriate hash. Essentially, our dependent variable is the hash, and the independent variable is the nonce.
Why did you made it in C and not in C++
Do you think it is a good idea to mix this framework with c++ code