Closed GoogleCodeExporter closed 9 years ago
I suggest reading http://bitcoinj.github.io/#getting-started , in particular
the section about "Working with the wallet".
Please post support questions to the mailing list:
https://groups.google.com/forum/#!forum/bitcoinj
Original comment by andreas....@gmail.com
on 17 Feb 2015 at 9:02
Thanks Andreas For your suggestion. But I already explore
http://bitcoinj.github.io/#getting-started.
But I can't get how we can see complete details of transaction with no
confirmation.
On exploring bitcoinj, I find you just call seen() method in MemoryPool
class on receive a new broadcast transaction.
I am developing some thing like the blockchain.info. So for that I need to
get the details of unconfirmed transactions.
[image: Oodles Technologies] <http://www.oodlestechnologies.com>
Deepak Agrawal / Assistant Consultant Developer
9027441627/ deepak.agrawal@oodlestechnologies.com
Oodles Technologies Office: +91.124.4053373
E307 , Sushant Arcade , Sushant Lok-I , Gurgaon , India , 122002
http://www.oodlestechnologies.com
This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with us by e-mail is deemed to have accepted these risks. Oodles
Technologies is not responsible for errors or omissions in this message and
denies any responsibility for any damage arising from the use of e-mail.
Any opinion and other statement contained in this message and any
attachment are solely those of the author and do not necessarily represent
those of the company.
Original comment by deepak.a...@oodlestechnologies.com
on 17 Feb 2015 at 9:59
I was exploring Peer class file and get processInv(InventoryMessage inv)
being called on receive a Message that is being broadast for Mining
purposes. In which method you guys have create an object of GetDataMessage
class and add a number of transactions hash available in InventoryMessage.
But I could not find any method to get download whole transaction
information for the available transaction hash's.
Can you please help me, to download transaction information from peers?
[image: Oodles Technologies] <http://www.oodlestechnologies.com>
Deepak Agrawal / Assistant Consultant Developer
9027441627/ deepak.agrawal@oodlestechnologies.com
Oodles Technologies Office: +91.124.4053373
E307 , Sushant Arcade , Sushant Lok-I , Gurgaon , India , 122002
http://www.oodlestechnologies.com
This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with us by e-mail is deemed to have accepted these risks. Oodles
Technologies is not responsible for errors or omissions in this message and
denies any responsibility for any damage arising from the use of e-mail.
Any opinion and other statement contained in this message and any
attachment are solely those of the author and do not necessarily represent
those of the company.
On Tue, Feb 17, 2015 at 3:29 PM, Deepak Agrawal <
deepak.agrawal@oodlestechnologies.com> wrote:
Original comment by deepak.a...@oodlestechnologies.com
on 17 Feb 2015 at 10:05
Look at PeerEventListener.onTransaction
Original comment by mh.in.en...@gmail.com
on 17 Feb 2015 at 11:22
Original issue reported on code.google.com by
deepak.a...@oodlestechnologies.com
on 17 Feb 2015 at 6:02