talaia-labs / rust-teos

The Eye of Satoshi - Lightning Watchtower
https://talaia-labs.github.io/talaia.watch/
MIT License
134 stars 63 forks source link

Makes sure generated blocks have valid pow #67

Closed sr-gi closed 2 years ago

sr-gi commented 2 years ago

Close #56

sr-gi commented 2 years ago

@meryacine you may be interested

mariocynicys commented 2 years ago

ACK 63dd0f0. I was kinda hesitant going the way of changing the nonce since I see it is used here to denote forks. But apparently the tests didn't fail :).

sr-gi commented 2 years ago

I was kinda hesitant going the way of changing the nonce since I see it is used here to denote forks. But apparently the tests didn't fail :).

I think that's just a way of changing the blockhash while maintaining the rest of the data in the block (i.e. having two exact blocks mined with a different hash)

mariocynicys commented 2 years ago

Ooops. I believe you are right.