-
-
Notifications
You must be signed in to change notification settings - Fork 102
Description
I know this may be out of scope, but I'd like to submit it here as a feature request.
I have a use case where I only want to monitor transfers of a certain set of addresses. Of course this is possible with this project, but because it indexes all transactions, there's a huge database overhead. Would it be possible to add a feature where addresses can be added or removed for monitoring, such that the indexer only stores transactions that are from, to, contract_from or contract_to one of those addresses?
Typically, a user would submit a newly created address for monitoring before using it, but it might still be a good idea to offer the option to rescan (from a certain start date or block). Those familiar with blockchain will see the familiarity with bitcoind's wallet functionality.