I have the electrum client installed on a headless system. I want to creating a watching only version of an existing wallet, as mentioned on the tutorials page. It seems this feature is only supported from the GUI. I am wondering how I can go about doing this from the text or stdio interface. This is so that I can use the client on a server to generate addresses by having a script communicate with it through stdio. I am a bit lost on how to achieve this but I really need it done.
Doing what the
tutorial says doesn't work either when using the GUI. It simply exits are choosing to create a watching only version of an existing wallet.