Post
Topic
Board Electrum
Re: Electrum wallet
by
shorena
on 20/03/2016, 16:21:17 UTC
Hello,
If you can that would make me very happy Smiley
I tried it over and over so typo seems unlikely
Only problem is I don't have my address because thats on the laptop with no power Cry

If you open the wallet file with a text editor you will see something like this:

Code:
-snip-
   "accounts_expanded": {},
    "addr_history": {
        "12swU3xSag3qjq2HeU1eUNYNcHbMkgK187": [],
-snip-
        "14KCeYx2aYNSXJLbucUWpr3d3a2U9Py1DU": [
            [
                "177270fc7b52674ab876cdce72d594439e87fc96625a35856fa72eeb60554379",
                398218
            ],

The first kind is an unused address. The second kind is a used one with a TX ID and the block (here 398218) the TX was confirmed. The address with the lowest block would be good, because the programm works faster if I only have to check a fee keys for each possible seed. E.g. if you could find one of your first 5 addresses (if you remember) that would be nice. If not, I will check the first 20 on the first run.