12
4
In Electrum, there is no "New Address" button to be found. I tried under the tab Addresses, but nothing there. If I go to Console and try create(), then it returns:
Traceback (most recent call last): NameError: name 'create' is not defined
(despite create being listed under help)
If I click new under Receive then it says No more addresses in your wallet. At this point I'm not sure what else I can try...
2Thanks. But wow that is user-unfriendly! I am definitely okay with having to back up my wallet and do not want an additional recovery seed. But I am now stuck generating keys through outside means. Any recommended approaches for this? – Reinstate Monica – 2015-06-04T05:49:22.743
1@user It is perhaps user-unfriendly, but the Electrum dev has to weigh this carefully. Which is worse, 10 people annoyed by what they consider to be a user-unfriendly interface, or 1 person who misunderstands what backing up the seed actually backs up, and ends up losing funds? It's a tough call.... – Christopher Gurnee – 2015-06-04T08:57:00.680
1
@user In terms of other options, Electrum has for many years been designed to be primarily a deterministic wallet. If you don't want determinism, I'd suggest a loose-keys wallet such as Bitcoin Core or MultiBit (classic). Most of the wallets on the bitcoin.org choose-your-wallet page which have "control over your money" and have "weak privacy" are loose-keys wallets (except Bitcoin Core which is loose-keys despite being "improved privacy").
– Christopher Gurnee – 2015-06-04T09:06:04.1872Thanks.I do understand it is a tough balance to strike, but it would be really great for users like me if the option is somehow available, even though you'd have to tick "I UNDERSTAND THIS IS DANGEROUS BUT PLEASE LET ME DO IT". After all, the functionality is present in Electrum so it would be nice if it were available to all users. In any way I'll look for other wallets. I've tried Multibit but it didn't run properly on my machine. The blockchain downloading/verifying necessary for Bitcoin Core is too much as well, but perhaps Copay solves my issues. Will check out the different alternatives. – Reinstate Monica – 2015-06-05T09:43:53.557