-
Notifications
You must be signed in to change notification settings - Fork 231
Description
In my settings i configured the Server as a bitcoin-core server on a remote machine. If i test the connection in settings it all works as it should.
But outside of the settings the app always shows "Connection failed: Server Error (Check if Bitcoin Core is running and the authentication details are correct".
The logging from Bitcoin-Core shows the following
2022-11-05T16:50:50Z [sparrow] External scriptPubKey Manager for output type 0 does not exist
2022-11-05T16:50:50Z [sparrow] External scriptPubKey Manager for output type 1 does not exist
2022-11-05T16:50:50Z [sparrow] External scriptPubKey Manager for output type 2 does not exist
2022-11-05T16:50:50Z [sparrow] Internal scriptPubKey Manager for output type 0 does not exist
2022-11-05T16:50:50Z [sparrow] Internal scriptPubKey Manager for output type 1 does not exist
2022-11-05T16:50:50Z [sparrow] Internal scriptPubKey Manager for output type 2 does not exist
...
I dont know how to interpret this information.
To me it looks like a bug?
Does somebody know what's the problem and how to solve it?