Post
Topic
Board Electrum
Re: Rushed back up, no coin
by
BlazingHashes
on 07/07/2017, 07:41:59 UTC
I tried:  for x in range(0, 50):
      print wallet.create_new_address(False)

but just got:  Traceback (most recent call last):
    print wallet.create_new_address(False)
    ^
IndentationError: unexpected indent
>> for x in range(0, 50):
    print wallet.create_new_address(False)

I was given a random password to save, when I was given the seed by Electrum. Is that of any use here, or is it just a wallet password like I keep generating when creating a new wallet?