- Go to view menu > show console, switch to console tab and enter this to increase your receive address gap limit and generate more change addresses as well:
wallet.change_gap_limit(200)
for thing in range(1,100): wallet.create_new_address(True)
wallet.synchronize()
- Failing the above try restoring the second HD account of your wallet. Go to file > new/restore, enter a unique filename and click next. Proceed to restore your wallet from seed as before with one change - a new derivation path of m/44'/0'/1' . Note the single quotes are not optional. Also you can always switch wallet files via file > open.
I knew I'd missed something, great spot there!