Dear developer, I want to get the transaction information of the external wallet address, but did not see the relevant interface, is there any way?
How to get external address transaction information? #10401
issue roddyofchina opened this issue on May 15, 2017-
roddyofchina commented at 4:05 AM on May 15, 2017: none
-
jonasschnelli commented at 7:36 AM on May 15, 2017: contributor
Can you explain what you mean by "external wallet address"? Do you want to get information about a transaction not relevant to your wallet (then use
-txindex)?And I guess you question should be posted on bitcoin.stackexchange.com (or similar). This issue tracker is mainly for development issues.
-
roddyofchina commented at 7:41 AM on May 15, 2017: none
Get a bicoin address transaction information, It's not a local wallet.
-
jonasschnelli commented at 7:46 AM on May 15, 2017: contributor
What exactly is a "bitcoin address transaction"? Do you mean all transactions of a specific Bitcoin address? This is not possible with Bitcoin Core. Bitcoin Core does not provide an by address index.
However there are attempts to add this to bitcoin core:
There are external tools to maintain an address index: https://github.com/bitcoinjs/indexd https://github.com/bitpay/insight-api
-
roddyofchina commented at 8:15 AM on May 15, 2017: none
thanks so much
- roddyofchina closed this on May 15, 2017
-
karelbilek commented at 1:27 PM on May 16, 2017: contributor
I will add - insight-api actually depends on bitcoin with custom patches (the same patches that are in #10370 )
- bitcoin locked this on Sep 8, 2021