Hi,
After I have received your answer on my previous question "Suggestion: Number of assets per node", I have tryed to follow your instructions.
I ran getinfo on the first and the last node in my blockchain and after getting the value of the "blocks",
I used that value as "height" in getblockhash call.
I have received completely differen hash values between nodes.
I also got the number of assets on all of my nodes, 8 of them and all of them have same number of assets 25844.
In your previous response you said "...Once the blockchain is synchronized and up-to-date, the number of assets will be synchronized as well. So just use getinfo and look at the blocks value, then you can use getblockhash with the latest height on both nodes to verify they're identical."
So, if I understand you correctly, since all my nodes have the same number of assets it means that the blockchain is synchronized and up-to-date. And I assumed that the hash values returned by getblockhash wouold also be identical, but they are not.
What am I missing here...?