spacemeshos / post

Spacemesh POST protocol implementation
MIT License
20 stars 21 forks source link

[postcli] option to look for lost VRF nonce in initialized data #193

Closed poszu closed 1 year ago

poszu commented 1 year ago

Closes #190

fasmat commented 1 year ago
  • [ ] need to see if doing it single-threaded is sufficiently fast.

I'm 99% sure the bottleneck is the read speed from disk in most cases at least that's how we designed PoST 🙂

poszu commented 1 year ago
  • [ ] need to see if doing it single-threaded is sufficiently fast.

I'm 99% sure the bottleneck is the read speed from disk in most cases at least that's how we designed PoST 🙂

Yes, I also think so.

poszu commented 1 year ago

@pigmej would you like to review the documentation?