# Gavin Andresen # 2011-09-29 00:55:03 # https://bitcointalk.org/index.php?topic=45410.msg549544#msg549544 Submit bugs here: @s{(link)} @p{brk} Although all of the GUI code is being replaced in the next version, so don't bother submitting UI bugs. @p{par} RE: debugging what bitcoin is doing in the 10 minutes it takes for the window to come up: @p{brk} tail -f ~/.bitcoin/debug.log @p{brk} ... should tell you what it is busy doing. Probably loading the block chain and reading the wallet (do you have a very large wallet.dat?) @p{brk}