Blockchain hash
hash algorithm is a cryptographic algorithm that can only encrypt, but not decrypt. It can convert any length of information into a fixed length string
this string has two characteristics:
1. Even if the input value changes only a little, the output hash value will be very different
2. Only exactly the same input value can get exactly the same output value
3. There is no rule between the input value and the output value, so the input value cannot be calculated by the output value. In order to find the specified output value, we can only use enumeration method: constantly change the input value to find the output value that meets the conditions
hash algorithm ensures that the results of bitcoin mining can not be deced reversely. Therefore, the miner's continuous operation is essentially brutally cracking the correct input value. Whoever finds the first one will get the bitcoin reward.
jinwowo group analyzes the functions of its hash algorithm as follows:
the hash value of the blockchain can uniquely and accurately identify a block. Any node in the blockchain obtains the hash value of the block through simple hash calculation, and the calculated hash value does not change, which means that the information in the blockchain has not been tampered with.
generally, y = hash (x) is used in the instry to calculate a hash value y by calculating X.
after receiving a piece of plaintext, hash algorithm transforms it into a short and fixed hash data in an irreversible way.
bitcoin is a kind of virtual currency, and its quantity is very scarce. We can invest by buying bitcoin or by buying the rise and fall of the last three digits of bitcoin this guy is Xiao Liu. He is still in school, and the school has winter vacation. After the holiday, he went home and would brush short videos at home when he was free. One day when he was writing a short video, he saw something about bitcoin investment and felt very excited
I think parents should ecate their children correctly. If children want to learn to invest, parents can teach them hand in hand and give them some small money to try water. When they lose money, they will find that investing is not as easy as they think. At this time, parents can give their children some books so that they can systematically learn to invest, or let them do their study well first. If their study reaches any ranking, they will give them appropriate investment again. Of course, they must let them learn to invest before this investment. And the money lost can be regarded as the tuition fees for children
it is suggested that netizens should stay away from bitcoin and its related things if they don't understand bitcoin. This netizen can send me a private letter and tell me what you know. I will sort out and report on it.