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

Do not connect to a local pruned node #2668

Closed
dreboli opened this issue Apr 7, 2019 · 5 comments
Closed

Do not connect to a local pruned node #2668

dreboli opened this issue Apr 7, 2019 · 5 comments

Comments

@dreboli
Copy link

dreboli commented Apr 7, 2019

A pruned bitcoin node is running locally.
I don't want Bisq to connect to it because as far as I know it can't use pruned nodes.
I want to use a remote node, but can't set it on the network settings page (greyed out), the only option available was resync spv node, but obviously that won't happen while my bitcoin node is running, because bisq wants to connect to it.

Is the a config file I can set a remote node or some other method to tell bisq to use a remote node?

@dreboli dreboli changed the title Donot connect to a local pruned node Do not connect to a local pruned node Apr 7, 2019
@ManfredKarrer
Copy link
Member

You can pass --btcNodes=... as prog. argument. List the remote node there then it should not connect to localhost (not 100% sure if it overrides localhost but should)

@bisqit
Copy link

bisqit commented Apr 23, 2019

What if there is no known reliable remote full (non-pruned) node available?

I'm running a local pruned bitcoin node but don't have a remote full node available. I'd still like to be able to run Bisq without having to shut down my local pruned node. If I understand correctly, this is currently not possible.

@stale
Copy link

stale bot commented Jul 22, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the was:dropped label Jul 22, 2019
@stale
Copy link

stale bot commented Jul 29, 2019

This issue has been automatically closed because of inactivity. Feel free to reopen it if you think it is still relevant.

@stale stale bot closed this as completed Jul 29, 2019
@timmornYE
Copy link

Use switch ignoreLocalBtcNode=true to achieve this. See list of all cli options.

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

No branches or pull requests

5 participants