Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connecting to my own node #605

Open
Imadlekal opened this issue Feb 4, 2023 · 2 comments
Open

Connecting to my own node #605

Imadlekal opened this issue Feb 4, 2023 · 2 comments

Comments

@Imadlekal
Copy link

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.

@abdrasulov
Copy link
Member

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.

@Imadlekal
Copy link
Author

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants