electrum - how to rename automatic a new wallet?

1

I am looking for a possibility to rename automatically new wallets.

my problem is that when I restore a wallet by terminal I get this error: "Remove the existing wallet first!"

But if I rename the default_wallet to wallet1 (for example) i get no error.

so is there a possibility to rename new wallets automatically to wallet1, wallet2, wallet3, ... ? maybe by electrum config?

pa0

Posted 2015-04-21T15:48:56.633

Reputation: 11

Do you need something automatic, or would a way to move the wallets from the command line be sufficient?Nick ODell 2015-04-21T17:49:48.953

automatically would be perfect but I am grateful for each solution – None – 2015-04-21T17:55:26.117

@Mr Jones i know that but if i restore the next two wallets i get the same error as before. thats why I am looking for a possibility to give each wallet their own names like wallet1, wallet2, wallet3,... I do not want to constantly edit the config file by hand. – None – 2015-04-22T12:28:46.057

Answers

1

Change the source code.

Here you can see where the word 'default_wallet' is defined: https://github.com/spesmilo/electrum/search?utf8=%E2%9C%93&q=default_wallet

If you would change that to 'wallet1' the default created wallet would be called wallet1.

Mr Jones

Posted 2015-04-21T15:48:56.633

Reputation: 538