bitcoin-kit-android icon indicating copy to clipboard operation
bitcoin-kit-android copied to clipboard

Connecting to my own node

Open Imadlekal opened this issue 2 years ago • 2 comments

Is there a way to connect to my own bitcoin core node? maybe one hosted with Quicknode? instead of using Blockchain.com's API or whatever API BitcoinKit is using to both send transactions and receive data about them.

I would guess that's possible since an SPV wallet must connect to a server to get data? like Electrum does.

Imadlekal avatar Feb 04 '23 19:02 Imadlekal

It connects to several nodes at a time. And use those connections for both fetching data and sending transactions. As for the API, that is used only when restoring the existing account to fetch blocks data that have transactions.

abdrasulov avatar Feb 06 '23 05:02 abdrasulov

@abdrasulov Right but if my wallet is running with SPV. Does it mean there's no need to connect it to a personal server of mine?

Shouldn't that be an option just in case the nodes it's connecting to by default or blockchain.com goes down?

Imadlekal avatar Feb 06 '23 08:02 Imadlekal