Hi,
I hope this wasn’t asked before, I wasn’t able to find anything on the forums regarding this. Just for fun, and because Jordan asked for confirmation, I tried to verify the motion hash of the burning proposal:
So what I did was copying the text of the proposal and pasted it into a normal ascii file called txt and then I called:
openssl rmd160 txt
However, I never get a hash that matches the proposal. I also tried the python hashlib library and still get the same, wrong, hash. What am I doing wrong?