Is it possible to use Bitcoin Core Qt as interface for DIFFERENT full node?

0

bitcoind is running on the background, local RPC server is running, all good. But is it now possible to have GUI? To say to bitcoin-qt that it should use RPC instead of going to disk files (which are locked by the other instance)?

Wapac

Posted 2019-11-06T15:04:22.487

Reputation: 869

Answers

2

No, there is no support for this. It is not an interface which uses the RPC interface, it has much deeper access within the wallet than RPC provides.

Anonymous

Posted 2019-11-06T15:04:22.487

Reputation: 10 054