How to estimate the end date of my last contract ?
-
Hi,
How can I found the ending date of my last contract ?
How can I determine when I will get back the locked collateral ?Thanks for advice's
O_b_O
-
- You can calculate it manually taking the difference between the expiration block height of your last contract (host contracts) and the current block height and dividing it by 6 (approx. 6 SIA blocks per hour), the results will be in hours.
- You can copy-paste the output of "host contracts" command into siastats.info/navigator (Host Contracts tab) and it will calculate it for you.
-
I love that, thanks @mike76, wasn't aware of that report!
Now if only it reported on more than 1k contracts at a time so that I could have the complete overview :-)
NB: do you know what this is based on, how can we get the same stats from our local blockchain node?
-
@maol No I don't.
I'm still struggling to sort out false contracts, which add up in the stats but don't have any value. Looks like this is a bug.
But I think I know who the author of that feature is.
https://github.com/NebulousLabs/Sia/issues/3006
-
@mike76 Thanks for the answer, I already did your second point. I will tried the first proposal.