-
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 keeps disconnecting and reconnecting to local Bitcoin node #7273
Comments
It is noteworthy that setting the Edit: I got back to default |
same old #3763 (comment) |
I had to restart the machine while having about 46000 transactions in the mempool (mempool size was about 23 MB) and the issue has reappeared. So I deleted the mempool.dat, restarted the Bitcoin node, and the issue has magically disappeared. So apparently the mempool state while establishing the bisq->btc node connection matters, not the actual mempool size. Go figure. |
Description
Bisq connects to local Bitcoin node, then disconnects after a few seconds, then connects again, then disconnects and so on. Number of connected nodes keeps changing from 0 to 1, then from 1 to 0, and so on.
Version
1.9.17
Steps to reproduce
/opt/bisq/bin/Bisq --rpcUser=user --rpcPassword=pass --rpcPort=8332 --rpcBlockNotificationPort=5120
Expected behaviour
Bisq should stay connected to the local Bitcoin node.
Actual behaviour
Bisq keeps connecting and disconnecting from the Bitcoin node.
Screenshots
Device or machine
Linux
Additional info
From the google search it looks like the disconnections might have something to do with hardcoded setting of the PENDING_TX_DOWNLOADS_LIMIT in the bitcoinj library, see for instance here: https://groups.google.com/g/bitcoinj/c/R14TzTo-yBI or here bitcoinj/bitcoinj#3210
Log:
The text was updated successfully, but these errors were encountered: