Answer the question
In order to leave comments, you need to log in
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
On the issue of incoming transactions, I myself found the answer
```
bitcoin-cli listtransactions a 10 0
```
Where `a` is the generated wallet
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question