Post
Topic
Board Electrum
Re: How to view multiple addresses 1 (the yellow ones in the list)
by
nc50lc
on 18/08/2025, 10:45:48 UTC
The ones highlighted in yellow in the address list.
Those are commonly called "change address".

Solutions or strings to type in the console.
Do you mean you want to generate more than 10 of those (yellow-highlighted) change addresses?
If so, use this command:
Code:
[wallet.create_new_address(True) for i in range(100)]
You can set more than the example "100" change addresses.