Bitcoin Forum
May 07, 2024, 03:46:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Electrum Address keeps repeating  (Read 172 times)
Gabrielexas (OP)
Jr. Member
*
Offline Offline

Activity: 64
Merit: 3


View Profile WWW
November 25, 2022, 11:06:30 AM
 #21

I was looking at old posts related to this subject, and I found this answer from bob123

And to finally answer your question, you can generate X addresses by entering this command into the electrum console:

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

Have you tried this?

I just tried in my wallet and it works

For example:

Code:
>>> for i in range (5): print (wallet.create_new_address(False))
bc1qk5grech0kpf20z4d30sffqk7praqs2rjdqxpta
bc1q6ewatg8ej9tmzpldxn6v6uqq78wz3vznuffkwz
bc1qk0rjxjqfwwlcq2wpq7juw0eelujfejjsuwmp8f
bc1qpw2ywwszfp8qacu2urrptzvr4l5n8ksy2mkrsc
bc1qtpheu3tp0ve2pakx32pttrslnks7f5jmatd45z
>>>

Then you can simple generate all addresses you want and give them to whoever you want.
 I don't like that "request" feature and you don't need it.

Is there a code which will create the address and also crate a label?
1715053582
Hero Member
*
Offline Offline

Posts: 1715053582

View Profile Personal Message (Offline)

Ignore
1715053582
Reply with quote  #2

1715053582
Report to moderator
1715053582
Hero Member
*
Offline Offline

Posts: 1715053582

View Profile Personal Message (Offline)

Ignore
1715053582
Reply with quote  #2

1715053582
Report to moderator
1715053582
Hero Member
*
Offline Offline

Posts: 1715053582

View Profile Personal Message (Offline)

Ignore
1715053582
Reply with quote  #2

1715053582
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715053582
Hero Member
*
Offline Offline

Posts: 1715053582

View Profile Personal Message (Offline)

Ignore
1715053582
Reply with quote  #2

1715053582
Report to moderator
1715053582
Hero Member
*
Offline Offline

Posts: 1715053582

View Profile Personal Message (Offline)

Ignore
1715053582
Reply with quote  #2

1715053582
Report to moderator
1715053582
Hero Member
*
Offline Offline

Posts: 1715053582

View Profile Personal Message (Offline)

Ignore
1715053582
Reply with quote  #2

1715053582
Report to moderator
Gabrielexas (OP)
Jr. Member
*
Offline Offline

Activity: 64
Merit: 3


View Profile WWW
November 25, 2022, 06:21:13 PM
 #22

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.
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!