How to get payment confirmation when Bitcoin is processed in java.

1

I'm using Bitcoind and ZMQ. I want to get a confirmation via socket when a payment is confirmed.

I'm new to these things and don't know how to start.

Any help will be appreciated. Thanks in advance.

Pawan Tiwari

Posted 2017-12-18T08:03:48.097

Reputation: 121

This is quite a broad question, ZMQ is not bitcoin-specific, perhaps you could find a more general Java ZMQ example? Maybe https://github.com/zeromq/jzmq ?

MeshCollider 2017-12-18T09:39:12.407

Any implementation example will also be helpful. I have checked almost every online links related to it. But didn't get any liks that works for me.Pawan Tiwari 2017-12-18T09:50:45.977

I just provided one?MeshCollider 2017-12-18T09:55:21.480

Well, I have figured it out that how to use ZMQ with bitcoin TX id.

Thanks @MeshCollider – Pawan Tiwari 2017-12-18T10:01:34.880

No answers