I have a fully synchronized btc node on my network.
Which mobile apps (android) and desktop apps can I use to connect to this node without running a full node/ daemon on the desktop or mobile? And how would I do that?
I really want to just transact through the local node. Every App I have looked at so far runs their own local full node.
The idea is that the family can transact through one local full-node.
Edit: should have read the cli command options on bitcoin-qt
A simple:
bitcoin-qt.exe -connect mynodeIp -addnode mynodeIp
Creates two connections to the node and blocks all others