-
Hello ! I am new to using bitcoinlib, and just found out that I had to setup a Bcoin node to be my own RPC. So this situation lead me to wonder if a connexion to a private Electrum server could do the trick ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I assume it is possible to connect to a private electrum server, but there is no Service provider for it yet. If you are not planning to write a Electrum service provider yourself you can add a feature request in the issues, otherwise please send a PR 😉 In some specific situations you can also connect to a wallet in bitcoin core: https://coineva.com/bitcoinlib-and-multiple-bitcoin-core-wallets.html |
Beta Was this translation helpful? Give feedback.
I assume it is possible to connect to a private electrum server, but there is no Service provider for it yet.
You can add one, but this requires some work and testing, you can find short manual here: https://bitcoinlib.readthedocs.io/en/latest/source/_static/manuals.add-provider.html
If you are not planning to write a Electrum service provider yourself you can add a feature request in the issues, otherwise please send a PR 😉
In some specific situations you can also connect to a wallet in bitcoin core: https://coineva.com/bitcoinlib-and-multiple-bitcoin-core-wallets.html