Post
Topic
Board Electrum
Re: Electrum Address keeps repeating
by
Gabrielexas
on 25/11/2022, 18:21:13 UTC
Well only solution that work for me is now creating an unique address on console using the code

for i in range (1): print (wallet.create_new_address(False))

and then make all addresses visible and edit the label for that new address and put any reference I need. That way it will create a new address and I will know what is for as the label will show. So this does work and thanks for you guys help, however there is still an issue with the app but for now this will do just fine.