btcwallet icon indicating copy to clipboard operation
btcwallet copied to clipboard

Fails to reconnect to btcd when started via gRPC

Open davecgh opened this issue 9 years ago • 1 comments

As the title indicates, the automatic reconnect logic does not work properly when the wallet is started via gRPC. This can easily be seen when using Paymetheus.

  • Start Paymetheus and enter the credentials and get everything going
  • Stop btcd
  • Restart btcd

The wallet never reconnects therefore making Paymetheus unusable until it is manually restarted.

davecgh avatar Feb 15 '16 21:02 davecgh

This should be fixed as part of my upcoming RPC synchronization service branch.

jrick avatar Feb 15 '16 22:02 jrick