SiaFoundation / renterd

A renter for Sia
https://sia.tech/software/renterd
MIT License
68 stars 20 forks source link

Scan blockchain for failed storage obligations for host scoring #1133

Open ChrisSchinnerl opened 7 months ago

ChrisSchinnerl commented 7 months ago

We could do something like count the number of successful and failed storage obligations for each host and keep a count for each host. That could be an indicator for how much data a host has lost historically.

ChrisSchinnerl commented 2 months ago

Moving this back to backlog for now since we can only implement it for V2FileContractElement anyway since the v1 type doesn't provide easy access to the host key.