-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Bisq tries to connect to local (pruned) node even if I specified custom node IP address. #4303
Comments
Have you tried using command line parameter |
@jmacxx I think he means that specifying custom Bitcoin nodes should automatically disable the local detected node |
I think that should be the case. @dmos62 do you remember the current setup of this flags? |
@ripcurlx how we setup our BTC client is complicated. This is a place (not the place, because there's more than one that makes this decision) where we define when to ignore a local BTC node and it doesn't take into account custom BTC nodes being passed. I worked on cleaning these things up around the time of your leave and made progress, but eventually got bogged down by how difficult it is to describe what the correct behaviour is given all the various parameters, and also because I realised that I'll be more help doing other things at this time, because we're spread thin, so I shelved it (#4292). Somewhat tangential, but there's also a PR gathering dust that adds detection and handling of misconfigured (e.g. pruning) nodes, including the local node: #4081 in this case it would cause Bisq to not use the pruning local bitcoin node. |
Yes. |
still trying to connect to BTC Network. there is an update needed to the UI to get a warning and configuration possibility at the beginning during startup because otherwise the user is locked out to config or do anything |
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. |
Ping. |
We don't have the resources to properly address this at the moment, which would require a hefty refactor. Doing a dirty fix isn't worth it, because affected users are few and there's a workaround ( |
Ouch, sorry, missed that. Thanks! |
See here #3820 for Solution |
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. |
Description
I've been using
Use custom Bitcoin Core node
for quite some time. It lives on different computer on may LAN.Recently I've started using second instance of bitcoind, running on my laptop, in pruned mode.
Use custom Bitcoin Core node
is still set, but Bisq still tries (and fails) and fails to use that local node:Version
v1.3.4, built from Git.
Steps to reproduce
Use custom Bitcoin Core node
option and specify custom archival butcoind IP address.bitcoind
.Expected behaviour
Bisq should not use local node if custom node IP address is explicitly specified.
Actual behaviour
Bsiq trys to use bitcoind on localhost even if custom node IP address is specified.
Screenshots
Device or machine
Debian Sid amd64.
Additional info
The text was updated successfully, but these errors were encountered: