1
I am trying to understand how can I check if my Block Hash satisfies or not the nBits.
For example, for block 506679 (https://blockchain.info/block-index/506679):
nBits: 404454260
Block Hash: 000000000000000015A8D88216918C8DE090268A5E7F53FEEF72CD111F7F27FF
How can I double check that this Block Hash satisfies the nBits?
PS: I have already read the What does the nBits value represent? but I could not find the answer.
Try this answer: https://bitcoin.stackexchange.com/a/61951/51948
– MeshCollider – 2017-11-04T12:49:30.997The answer gave there is the same example I have seen over and over. But makes no sense. Because according to that calculation, for the block 506679, the Block Hash should have 21 leading zeros, but in reality, the Block Hash is 16 leading zeros. – JRbarros – 2017-11-04T12:56:35.310