I am trying to employ Electrum using shell console commands. In principle it works but for my big surprise I found missing "create new address" command.
Also "history" command output is far too minimalistic. In fact I could peek into the code and extend history output. But implementing create address failed as I'm not familiar with the internal architecture.
Would you brush up the set of console commands?
electrum does not have a "create new address" command.
it creates new addresses only when the existing are used.
this is a design choice: it ensures that the wallet can be restored deterministically from seed.