Ok, should be fairly easy to check...
In Electrum, Goto the "console"... ("View -> show console" if you can't see the console tab)
Then enter the following command:
for i in range(0, 100): print wallet.create_new_address(False)
That will generate the next 100 addresses for your wallet... You can run the command several times and/or change the 100 value to whatever you want if you want more or less addresses
Hi HCP,
Thanks for the help so far buddy. I tried manually typing that in the Console, then copy pasting it to ensure no errors. But I got these Errors :
>> for i in range(0, 100): print wallet.create_new_address(False)
Traceback (most recent call last):
^
SyntaxError: invalid syntax
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "site-packages\electrum-3.0.5-py3.5.egg\electrum_gui\qt\console.py", line 222, in runCommand
File "<string>", line 1
for i in range(0, 100): print wallet.create_new_address(False)
^
SyntaxError: invalid syntax
>> for i in range(0, 100): print wallet.create_new_address(False)
Traceback (most recent call last):
^
SyntaxError: invalid syntax
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "site-packages\electrum-3.0.5-py3.5.egg\electrum_gui\qt\console.py", line 222, in runCommand
File "<string>", line 1
for i in range(0, 100): print wallet.create_new_address(False)
^
SyntaxError: invalid syntax
Here is a Screenshot :
https://ibb.co/gCCJ6HPlease help me out man.. .this is important to me