I used "./aeon-wallet-cli --restore-deterministic-wallet"
I used my original aeon seed words that I have used since the beginning, it seemed to work and it has the same wallet address, the same view key but different seed words in the output after the wallet is restored than I used to restore it.?
![Huh](https://bitcointalk.org/Smileys/default/huh.gif)
Is that the expected result?
Currently doing the first refresh from the beginning and its not done yet.
EDIT: It seems to work ok, shows transactions now.
The format for the seed words has been updated with the rebase. The format of the old seed with 24 words (now deprecated) is referred to as "EnglishOld" and has a different set of words than the new format with 25 words called "English" (see https://github.com/aeonix/aeon/blob/master/src/mnemonics/english_old.h vs https://github.com/aeonix/aeon/blob/master/src/mnemonics/english.h).
The new format also supports multiple languages. You can choose a different language for the seed words by typing 'set seed language' in aeon-wallet-cli.