ManojNimbalkar / bitcoin-wallet

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

Display balance of receiver's address #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On the screen that confirms that you have sent money (if there is one), it 
would be useful to see the current updated balance of the address you send the 
money to. Not sure how it would be implemented (Connected to blockexplorer.com? 
Pulled directly from network communications?). The reason I believe this will 
be useful is if, say, a restaurant brings out a bill with a QR code to a table 
with a lot of people, without splitting the bill, each person paying will be 
able to easily keep track how much has been paid to that address, and how much 
is still left to pay. A network-based confirmation of payment receipt would be 
useful for the payer in other situations as well.

Original issue reported on code.google.com by ras...@xnicole.com on 20 Sep 2011 at 8:23

GoogleCodeExporter commented 9 years ago
That's a very interesting idea, thanks a lot!

Yes, it will be a bit tricky to implement, as BitcoinJ would need to monitor 
pending transactions, which it currently does not do at all. And if it will do, 
it'll probably only monitor "own" transactions.

Original comment by andreas....@gmail.com on 20 Sep 2011 at 11:27

GoogleCodeExporter commented 9 years ago
i think this really is a nice idea. plz. keep this up and alive.
another example would be, if you tx some coins and the receiver claims not 
having received it. then you can see that the coins are truly received.

Original comment by vn654...@googlemail.com on 18 Oct 2011 at 10:30

GoogleCodeExporter commented 9 years ago

Original comment by andreas....@gmail.com on 29 Feb 2012 at 3:09

GoogleCodeExporter commented 9 years ago
Have it check blockchain.info for that info, rather than having to locally 
parse the entire chain with bitcoinj?

Original comment by danbowk...@gmail.com on 10 Jun 2012 at 7:58

GoogleCodeExporter commented 9 years ago
related ticket in BitCoinJ:
http://code.google.com/p/bitcoinj/issues/detail?id=229

Original comment by andreas....@gmail.com on 18 Jul 2012 at 1:25