G
G
geebv2017-01-03 14:05:34
bitcoin
geebv, 2017-01-03 14:05:34

What is the best way to track transactions in order to track receipts to an address?

Looking for an easy solution.
Required from the solution
* generate an address
* monitor receipts to the address
* withdraw funds to the address
In c++ or golang. Transactions should be monitored from a certain time. The entire database does not need to be parsed
. As for the withdrawal of funds, the function correctly creates and signs the transaction.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
geebv, 2017-01-03
@geebv

On the issue of incoming transactions, I myself found the answer
```
bitcoin-cli listtransactions a 10 0
```
Where `a` is the generated wallet

M
Mouvdy, 2017-01-05
@Mouvdy

You can also try bitcoin wallet notifications
https://en.bitcoin.it/wiki/BitcoinNotify

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question