[Bitcoin-development] [QT] how to disable block verification for faster UI testing?

2014-03-19 Thread Angel Leon
the command line options mention a -checklevel parameter. I've been passing 0 assuming there'd be little to no verification, but it's happened a few times that when I open the official binary (while not doing development) there's some sort of database corruption and Bitcoin-Qt needs to reindex

Re: [Bitcoin-development] [QT] how to disable block verification for faster UI testing?

2014-03-19 Thread Wladimir
On Wed, Mar 19, 2014 at 6:27 PM, Angel Leon gubat...@gmail.com wrote: the command line options mention a -checklevel parameter. I've been passing 0 assuming there'd be little to no verification, but it's happened a few times that when I open the official binary (while not doing development)

Re: [Bitcoin-development] [QT] how to disable block verification for faster UI testing?

2014-03-19 Thread Angel Leon
If you have database problems are you perhaps switching between 0.8.x and 0.9.x with the same directory? I think that may have been the issue. Maybe now that I have a 0.9.0 official binary, when I switch to the source builds I won't have the issue. However, I think I'll do what you do and have