Author

Topic: Generating multiple receiving addresses (Read 173 times)

legendary
Activity: 3682
Merit: 1580
HCP
legendary
Activity: 2086
Merit: 4361
December 10, 2017, 04:55:28 AM
#4
View -> Show Console
newbie
Activity: 29
Merit: 0
December 10, 2017, 03: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?
legendary
Activity: 3374
Merit: 3095
BTC price road to $80k
December 08, 2017, 07:00:46 PM
#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..
newbie
Activity: 29
Merit: 0
December 08, 2017, 02:02:56 PM
#1
How exactly do I generate multiple receiving addresses with the same seed?
Jump to: