Author

Topic: creating / deleting addresses (Read 1435 times)

newbie
Activity: 17
Merit: 0
March 11, 2015, 01:22:45 AM
#9
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...
newbie
Activity: 17
Merit: 0
March 11, 2015, 01:08:22 AM
#8
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....
legendary
Activity: 3640
Merit: 1571
March 10, 2015, 01:39:05 PM
#7
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.
legendary
Activity: 1896
Merit: 1353
March 10, 2015, 01:17:28 PM
#6
How can changing the gap limit lead to monetary losses?
users forgetting they changed it, restore from seed, do not recover their full amount
legendary
Activity: 3640
Merit: 1571
March 10, 2015, 10:24:38 AM
#5
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?
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
March 10, 2015, 04:24:51 AM
#4
...
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.
legendary
Activity: 1896
Merit: 1353
March 10, 2015, 04:22:50 AM
#3
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)

legendary
Activity: 3640
Merit: 1571
March 08, 2015, 10:23:52 AM
#2
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://bitcointalksearch.org/topic/m.10647362

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

https://bitcointalksearch.org/topic/m.10622451

newbie
Activity: 17
Merit: 0
March 08, 2015, 03:22:07 AM
#1
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.
Jump to: