[03:07:53] What's the best way to update an existing installation, on Linux? [03:08:41] Someone has mentioned in the past, all you need to finish replace the 'navcoind' file, but that didn't seem right to me. [03:52:50] you need to update any of the files you have in the /bin folder [03:53:01] if that is only navcoind, then that is all you need toupdate [03:53:17] navcoin-qt will likely need updating too (assumung you use it) [03:58:42] We'll have to update manually by building @BuckoNZ , the arm builds do not have navcoin-qt in them [03:59:00] otherwise, for my intel box, I just overwrote the files in /usr/local with the files from the 3 folders [03:59:53] at least for the oDroid [04:19:34] @aguycalled I made a few PRs to fix the display on your -stakingaddress feature branch [04:19:42] https://github.com/aguycalled/navcoin-core/pulls [15:24:31] I was able to rebuild 4.5.2 on my XU4 and the chain synced quickly and is staking. Will keep an eye on it today. Logs are still flooding with invalid proposals though. [21:58:28] @aguycalled Would you have any idea why reloading a widget (when filtering for different proposals for example) changes style slightly on the first reload? (like font, size, boldness, margins etc) Before and after given below [21:58:28] https://cdn.discordapp.com/attachments/416000318149754881/545000761231278080/unknown.png [21:59:05] mmm have you tried resetting the style after filtering? [21:59:43] I haven't done anything to the style, how can it be reset? [22:00:24] with .setStyle() [22:00:32] you can set css-like style [22:01:03] I'll give it a try, thanks [22:01:31] might not be the best solution tho, but could work