I assume that if I've Bitcoin installed locally and I either run the GUI or the Daemon... It's the same wallet, data?
To that end, if I want to use the RPC interface, can i just use the GUI while developing (I like that at alerts on any action) rather than the daemon?
TL:DR: is the RPC 8332 port active when using the GUI, Vs the Daemon?
bitcoin-qt
with the-server=1
command-line option (or putserver=1
in bitcoin.conf) in order to enable JSON-RPC access. Forbitcoind
it is enabled by default. – Pieter Wuille Mar 19 '21 at 19:07