No connection with local bitcoin node #351
-
Hello, I have installed a full bitcoin node (testnet) in a machine inside my local network, I have configurard inside providers.json as:
When I execute the example, it works fine and I' able to see the rpc calls in the debug log of the node
debug.log:
BUT when I use wallets and update the utxo's (for example) there are not rpc log... How can I force the use of this node? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
You can specify which providers to use by setting the providers attribute of the Wallet object.
|
Beta Was this translation helpful? Give feedback.
-
The error from bitcoind itself is not visible here. Maybe you can find more info in bitcoinlib.log? You might need to lower the loglevel to DEBUG in .bitcoinlib/config.ini As far as I can see, your configuration looks correct to me. |
Beta Was this translation helpful? Give feedback.
-
I suggest a solution in the pull request #352 |
Beta Was this translation helpful? Give feedback.
You can specify which providers to use by setting the providers attribute of the Wallet object.