Bitcoin Forum

Bitcoin => Electrum => Topic started by: rebeltaz on March 08, 2015, 06:22:07 AM



Title: creating / deleting addresses
Post by: rebeltaz on March 08, 2015, 06:22:07 AM
I see in the FAQ a command-line routine for creating address in multiple batches, but is there no way to create additional addresses one at a time from with-in the Electrum GUI? How about deleting individual addresses from with-in the GUI? I looked in the FAQ and explored all of the menu commands I see, including right-clicks... Thanks.


Title: Re: creating / deleting addresses
Post by: Abdussamad on March 08, 2015, 02:23:52 PM
I see in the FAQ a command-line routine for creating address in multiple batches, but is there no way to create additional addresses one at a time from with-in the Electrum GUI? How about deleting individual addresses from with-in the GUI? I looked in the FAQ and explored all of the menu commands I see, including right-clicks... Thanks.

Wallets don't usually support deleting addresses because that could lead to monetary loss. To generate new addresses raise the gap limit:

https://bitcointalk.org/index.php?topic=326654.msg10647362#msg10647362

If you want to generate individual addresses you an do that with code:

https://bitcointalk.org/index.php?topic=972525.msg10622451#msg10622451



Title: Re: creating / deleting addresses
Post by: ThomasV on March 10, 2015, 08:22:50 AM
To generate new addresses raise the gap limit

It is not necessary anymore to mess with the gap limit, and I would prefer if users do not do that, because it can lead to monetary losses if they do not undersand what they are doing

In 2.0, the "New" button in the "Receive" tab allows to create addresses beyond the gap limit (and the user gets a proper warning).

And if you need to do it programatically, call
Code:
wallet.create_new_address()
(in the console or in a script)



Title: Re: creating / deleting addresses
Post by: Mitchell on March 10, 2015, 08:24:51 AM
...
In 2.0, the "New" button in the "Requests" tab allows to create addresses beyond the gap limit (and the user get a proper warning).
...
I think you mean the "Receive"-tab as there is no "Requests"-tab on the Windows build of Electrum.


Title: Re: creating / deleting addresses
Post by: Abdussamad on March 10, 2015, 02:24:38 PM
It is not necessary anymore to mess with the gap limit, and I would prefer if users do not do that, because it can lead to monetary losses if they do not undersand what they are doing

How can changing the gap limit lead to monetary losses?


Title: Re: creating / deleting addresses
Post by: ThomasV on March 10, 2015, 05:17:28 PM
How can changing the gap limit lead to monetary losses?
users forgetting they changed it, restore from seed, do not recover their full amount


Title: Re: creating / deleting addresses
Post by: Abdussamad on March 10, 2015, 05:39:05 PM
How can changing the gap limit lead to monetary losses?
users forgetting they changed it, restore from seed, do not recover their full amount

at which point they come here to complain and we can let them know to change the gap limit.


Title: Re: creating / deleting addresses
Post by: rebeltaz on March 11, 2015, 05:08:22 AM
It is not necessary anymore to mess with the gap limit, and I would prefer if users do not do that, because it can lead to monetary losses if they do not undersand what they are doing

In 2.0, the "New" button in the "Receive" tab allows to create addresses beyond the gap limit (and the user gets a proper warning).

I see the "New" button on the Receive tab (Electrum 2.0 Linux) but when I click it, nothing seems to happen....


Title: Re: creating / deleting addresses
Post by: rebeltaz on March 11, 2015, 05:22:45 AM
It is because the address you received is already a new address - you won't get a second one, unless you use that one.

I'm sorry... "the address I received..."? And what do you mean "unless use that one?"

Under the Addresses tab, there are 28 address under Receiving and 3 under Changing (whatever that is). The address on the Receiving tab is in a text field titled "Receiving Address." I know this may be obvious to y'all, so I apologize...