ManojNimbalkar / bitcoin-wallet

Automatically exported from code.google.com/p/bitcoin-wallet
0 stars 0 forks source link

Show number of confirmations #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Until a payment is confirmed, it remains grey on the transactions list, but 
there's no way to tell how close it is to being confirmed.

Original issue reported on code.google.com by Flamsmark on 19 Jul 2011 at 12:27

GoogleCodeExporter commented 9 years ago
Currently there is no "number of confirmations".
Grey means pending.
Black means confirmed (one or more confirmations in the Satoshi client)

I could imagine the user being able to select how many confirmations are needed 
for "confirmed" state. However, I think this needs some BitCoinJ enhancement.

Original comment by andreas....@gmail.com on 19 Jul 2011 at 1:57

GoogleCodeExporter commented 9 years ago
Shouldn't there be three states:
- unconfirmed (0 confirmations), 
- transferred but unusable (1-119 confirmations), and 
- completely confirmed (120+ confirmations)?

Original comment by Flamsmark on 19 Jul 2011 at 4:41

GoogleCodeExporter commented 9 years ago
The question of three states is better discussed in a generic Bitcoin forum.

Original comment by andreas....@gmail.com on 19 Jul 2011 at 7:25

GoogleCodeExporter commented 9 years ago
Standard minimum confirmation number is 6. There could be a counter at the end 
in brackets with current count if under 6.

Original comment by arcusiul...@gmail.com on 21 Aug 2011 at 11:41

GoogleCodeExporter commented 9 years ago
I agree with comment #4. 6 confirmations is correct for regular transactions. 
120 is only used by the pc client for generated coins (although the underlying 
network is actually 100 confirmations for generated coins).

Original comment by br...@bitcoinrigs.com on 23 Aug 2011 at 3:52

GoogleCodeExporter commented 9 years ago
like many other here did already said, there is really a need for an counter on 
how many confirmations are alrady made at an transaction (at least the first 6).

Original comment by vn654...@googlemail.com on 19 Oct 2011 at 1:54

GoogleCodeExporter commented 9 years ago
This issue is pending on the ability of BitCoinJ to deliver a count of 
confirmations.

Original comment by andreas....@gmail.com on 25 Oct 2011 at 9:22

GoogleCodeExporter commented 9 years ago
Transaction Confidences has been implemented in version 1.52.

Original comment by andreas....@gmail.com on 29 Feb 2012 at 2:47