Skip to content

local bitcoind provider, getting error "No wallet is loaded." #391

Answered by mccwdev
krupan asked this question in Q&A
Discussion options

You must be logged in to vote

Problem is that bitcoind only has utxo information for it own keys, so if an address is not in it's wallet it does not have utxo / transaction information for that address.

You could counter this by using bitcoind's importprivkey, and import all keys of your bitcoinlib wallet to the bitcoind wallet. Only bitcoind needs to reindex the whole blockchain, after an address import, which can takes up to 30 minutes.

You could also use a bcoin node, which allow for address searches on the blockchain.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@krupan
Comment options

@mccwdev
Comment options

Answer selected by krupan
@krupan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #389 on March 24, 2024 15:41.