DGB-QT IBD progress bar
Closed this issue · 11 comments
No available progress bar showing on DGB 8.22-RC2
As well it's a really slow IBD on 8.22 vs 7.17.3
Even with added nodes
Thanks for submitting. The dev team will need to look into this.
Hey dev team, all it is, is in digibytegui.cpp start at line:180
ProgressBarLabel->setVisible(false) and
ProgressBar->setVisible(false) needs to be set true
I can do and update if need simple task
Has this been resolved @JaredTate based on the progress bar loading?
I just tried to compile to test this on an old laptop but it crashed out because not enough RAM. Can anyone compile it to try? the only viable system I have for compiling DigiByte Core is my M1 Macbook Pro with 32Gb RAM but I have no idea where to begin compiling on Arm. Has anyone managed to do it?
Can somebody else try tetsing this? I think he may be right about the missing progress bar but I'm not certain without comparing with and without.
We can close this PR? Progress bar is working. @henneb
@henneb Are you happy this is fixed? We are seeing a progress bar but maybe that was not the one you were referring to?
Looks like this has been resolved. Thanks for everyone's work on it.