SiaFoundation / siad

The Sia daemon
https://sia.tech
MIT License
130 stars 28 forks source link

siad v1.5.9, Release: standard: negative currency not allowed #167

Open toddfries opened 5 months ago

toddfries commented 5 months ago

my sia host has managed to come up ok after revering to a previous host.db but it told me to phone here with a debug report ;-)

My theory is that not being up to date with the block chain has caused some balances to surprise it, and thus this error:

Critical error: (siad v1.5.9, Release: standard) negative currency not allowed Please submit a bug report here: https://github.com/SiaFoundation/siad/issues

I pipe all its output to syslog, and thus I've provided the full output attached, perhaps more than needed, but easy to skip to the end if so. siad.log

capusta commented 5 months ago

I think this project is being split into modules and moved into their own respective repos ... and even though it uses the same blockchain coins, the mechanisms of supporting newer hosts will diverge. perhaps you should consider updating to renterd instead of siad.

https://github.com/SiaFoundation/renterd

(someone with more knowledge should comment).