Fornax

Results 29 comments of Fornax

I think these are all 32-bit processors. Sia is not compatible with 32-bit systems. It requires 64-bit because the consesus database is memory mapped, on 32-bit systems there are not...

No need for a library, Go has this built in. Here's the function I use for pixeldrain: ``` import "syscall" // FreeSpace uses a syscall to get the amount of...

>Does it also have proper support for realizing different hardrives? The directory that you pass to `syscall.Statfs` will be used for getting free space, so if that directory is on...

This is probably related to this issue I posted yesterday https://github.com/NebulousLabs/Sia/issues/1610 EDIT: Actually, this looks like a different issue, since my client wasn't printing the same transaction ID twice. Sorry...

There should be a Sia icon on your system tray, when you right click it it shows a button to close Sia. Note that killing Sia processes from the task...

A lot of desktop apps actually minimize when you click the X button. Slack and telegram are living examples of this, Chromium does this too by default, but it's configurable....

I created an empty folder in `renter/` and it does not seem to show up in the UI or in the `./siac renter list -v` output. But the UI could...

Do you guys need a fast download server? I can hook you up with some pixeldrain credit. That way you can serve the model directly from pixeldrain without running into...

Yes, I have actually been deleting a lot of data lately. I have a time series table which only kept growing, I wrote a background task which scans token ranges...

![image](https://user-images.githubusercontent.com/1247928/183312837-c88baa3a-5d63-48a3-9cb2-73dd5baad7ee.png) Three days later it's still spinning on the same cores by the way. Some shards on other nodes have gotten stuck too.