Skip to content

Allow setting multiple RPC node connections as fallback #899

@boecklim

Description

@boecklim

Instead of only allowing to set one SV node for RPC connection in the configuration, it should be possible to set additional RPC connections as a fallback in case that the RPC calls fail.

peerRpc: # rpc configuration for bitcoin node
password: bitcoin
user: bitcoin
host: localhost
port: 18332

In case the RPC call fails, the RPC call would then just be sent to the next SV node available in the configuration

This would improve the reliability of features that rely on RPC calls

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions