DigiByte-Core/digibyte

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

ycagel commented

Thanks for submitting. The dev team will need to look into this.

henneb commented

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

@ycagel @SmartArray @JaredTate @gto90 @j50ng

ycagel commented

Yes @henneb please go ahead and do the task and submit a PR for review. Thank you!

ycagel commented

@henneb Can you create a PR for this?

ycagel commented

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.

Sbosvk commented

I just compiled develop branch with:

progressBarLabel->setVisible(false);
progressBar->setVisible(false);

Progress bar is working fine.
digibyte_dev-branch_progress-bar

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?

ycagel commented

Looks like this has been resolved. Thanks for everyone's work on it.