Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: kiba on February 14, 2011, 07:12:05 PM



Title: Usability Issue
Post by: kiba on February 14, 2011, 07:12:05 PM
The user do not know that blocks needed to be download before using it.

Therefore, I am proposing that the client check other clients or the web for information about the number of blocks downloaded and then warn the user that recent transaction will not show up until all the blocks are downloaded.


Title: Re: Usability Issue
Post by: jimbobway on February 14, 2011, 07:14:10 PM
The user do not know that blocks needed to be download before using it.

Therefore, I am proposing that the client check other clients or the web for information about the number of blocks downloaded and then warn the user that recent transaction will not show up until all the blocks are downloaded.

I agree with this.  I started another thread on this earlier too so this must be important.


Title: Re: Usability Issue
Post by: kiba on February 15, 2011, 05:10:04 PM
Bump.


Title: Re: Usability Issue
Post by: ribuck on February 15, 2011, 05:13:05 PM
All it needs is for a message to pop up if there's no block chain present when the client starts up. It could say something like:

Quote
"Bitcoin is downloading a local copy of the transaction block chain. This can take several hours. When the download is complete, your transactions will be visible."


Title: Re: Usability Issue
Post by: jimbobway on February 15, 2011, 05:22:43 PM
All it needs is for a message to pop up if there's no block chain present when the client starts up. It could say something like:

Quote
"Bitcoin is downloading a local copy of the transaction block chain. This can take several hours. When the download is complete, your transactions will be visible."


Sounds good to me.


Title: Re: Usability Issue
Post by: Mahkul on February 15, 2011, 05:29:14 PM
This is needed.


Title: Re: Usability Issue
Post by: LZ on February 17, 2011, 08:46:12 PM
Bitcoin has hardcoded block checkpoints and may warn if the last checkpointed block has not been downloaded.


Title: Re: Usability Issue
Post by: genjix on February 18, 2011, 02:34:30 AM
I am adding this. ;D


Title: Re: Usability Issue
Post by: kiba on April 12, 2011, 11:03:40 AM
Bumpy bump.


Title: Re: Usability Issue
Post by: eMansipater on April 12, 2011, 01:47:17 PM
Yes!  Usability improvements like this are key!!


Title: Re: Usability Issue
Post by: kiba on April 12, 2011, 02:05:00 PM
Created issue for it:

https://github.com/bitcoin/bitcoin/issues/148


Title: Re: Usability Issue
Post by: bitcoinex on April 15, 2011, 04:46:47 PM
I can not imagine how this can be done safely