Bitcoin Forum
May 14, 2024, 04:40:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Generating multiple receiving addresses  (Read 155 times)
gcgipson (OP)
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
December 08, 2017, 07:02:56 PM
 #1

How exactly do I generate multiple receiving addresses with the same seed?
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715661652
Hero Member
*
Offline Offline

Posts: 1715661652

View Profile Personal Message (Offline)

Ignore
1715661652
Reply with quote  #2

1715661652
Report to moderator
1715661652
Hero Member
*
Offline Offline

Posts: 1715661652

View Profile Personal Message (Offline)

Ignore
1715661652
Reply with quote  #2

1715661652
Report to moderator
1715661652
Hero Member
*
Offline Offline

Posts: 1715661652

View Profile Personal Message (Offline)

Ignore
1715661652
Reply with quote  #2

1715661652
Report to moderator
BitMaxz
Legendary
*
Offline Offline

Activity: 3248
Merit: 2972


Block halving is coming.


View Profile WWW
December 09, 2017, 12:00:46 AM
 #2

How exactly do I generate multiple receiving addresses with the same seed?

You can try this code just type it in electrum console
Code:
for i in range(0, 50): print wallet.create_new_address(False)
Code:
wallet.storage.put('gap_limit',50)

Just copypaste it in your console. and restart your electrum software its should generate more bitcoin address in your bitcoin addresses tab in electrum..
increasing gap limit can generate more bitcoin address in electrum from the above code so i think you should paste the below code before the above code to change your gap limit and create new bitcoin addresses in the same wallet..

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
gcgipson (OP)
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
December 10, 2017, 08:35:34 AM
 #3

How exactly do I generate multiple receiving addresses with the same seed?

You can try this code just type it in electrum console
Code:
for i in range(0, 50): print wallet.create_new_address(False)
Code:
wallet.storage.put('gap_limit',50)

Just copypaste it in your console. and restart your electrum software its should generate more bitcoin address in your bitcoin addresses tab in electrum..
increasing gap limit can generate more bitcoin address in electrum from the above code so i think you should paste the below code before the above code to change your gap limit and create new bitcoin addresses in the same wallet..

Thank you for this! Just one more question because I am a newb...Where exactly can I find the console?
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
December 10, 2017, 09:55:28 AM
 #4

View -> Show Console

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
December 10, 2017, 01:27:52 PM
 #5

Use the receive tab:

https://bitcoinelectrum.com/how-to-use-the-electrum-receive-tab/
Pages: [1]
  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!