You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
although fulcrum always seems to re-connect and continues to work thereafter, my wallet (Sparrow) looses its connection immediately and has problems to reliably re-connect to fulcrum. According to its dev, Sparrow tries to re-connect in increasing time periods but not sure why it fails to establish a connection sometimes.
I filed an issue over there see especially this comment. I'm not sure if this is the same problem though.
Either way, the question is if it's normal that fulcrum looses the connection so often?
System
RPi 4GB
bitcoind v25.0
fulcrum 1.7.0
conf-files with settings that might affect this issue (all else is set to default values)
So far, the RPi has not failed again, so I am hoping the autosuspend change was the trick. For the record, the change I made was to disable autosuspend in the RPI's internal USB hub that the SSD is connected to using echo 'on' > '/sys/bus/usb/devices/usb2/power/control'. It was previously set to auto.
Note (seemingly) similar issues here #160 (imho not related) or #116 (questionable).
Description
My fulcrum seems to loose its connection to bitcoind quite often:
although fulcrum always seems to re-connect and continues to work thereafter, my wallet (Sparrow) looses its connection immediately and has problems to reliably re-connect to fulcrum. According to its dev, Sparrow tries to re-connect in increasing time periods but not sure why it fails to establish a connection sometimes.
I filed an issue over there see especially this comment. I'm not sure if this is the same problem though.
Either way, the question is if it's normal that fulcrum looses the connection so often?
System
RPi 4GB
bitcoind v25.0
fulcrum 1.7.0
conf
-files with settings that might affect this issue (all else is set to default values)## bitcoin.conf dbcache=450 maxmempool=300 txindex=1 rpcworkqueue=16 rpcthreads=4 zmqpubhashblock=tcp://0.0.0.0:8433
## fulcrum.conf bitcoind_timeout = 600.0 db_max_open_files = 200
The text was updated successfully, but these errors were encountered: