iotaledger / legacy-wallet-use-trinity-wallet-instead

IOTA Wallet
GNU General Public License v3.0
2.07k stars 413 forks source link

Can't get past invalid characters when entering a proper seed. #948

Open dwic72 opened 6 years ago

dwic72 commented 6 years ago

Prerequisites

If you are not suggesting a feature, you must be able to check all of the following (place an x inside the brackets to check the box). If you cannot check all of the boxes, this issue should not be reported on GitHub as it is not a bug:

Description

[Description of the bug or feature]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expected to happen]

Actual behavior: [What actually happened]

Versions

[OS Version] [Wallet Version]

sweiguny commented 6 years ago

Hello,

i shall enter a seed by only upper case letters and number 9. but my seed that i used in the past consists only of lower case letters. so i cant use it now... what should i do?

and when i enter my lower case seed it says, my seed has to less letters...

sweiguny commented 6 years ago

okay, so i got it now. i have to enter a completely new seed, but how to claim my old balance now?

because it shows 0.

AlexWick commented 6 years ago

Sweet, follow instructions for upbringing an old seed. This is found under the tools menu in your iota wallet.

On Jan 4, 2018 12:07 PM, "sweiguny" notifications@github.com wrote:

okay, so i got it now. i have to enter a completely new seed, but how to claim my old balance now?

because it shows 0.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/iotaledger/wallet/issues/948#issuecomment-355385447, or mute the thread https://github.com/notifications/unsubscribe-auth/AbaF5D9Etk9ucYMIU9pEkEbjEKtdhhIRks5tHS-XgaJpZM4RSM2e .

sweiguny commented 6 years ago

well, if i use the reclaim tool, it asks me for the old and the new seed, but for the old one it says "invalid old seed". i would like to know, on what base it says, that its invalid.

is it invalid because my seed does not conform to a certain pattern or because the seed does not exist?

AlexWick commented 6 years ago

Probably you wrote down the old see dincorrectly. Double check with your backup backup backup seed written down....or call it a loss and move on....sorry. :/

On Thu, Jan 4, 2018 at 2:40 PM, sweiguny notifications@github.com wrote:

well, if i use the reclaim tool, it asks me for the old and the new seed, but for the old one it says "invalid old seed". i would like to know, on what base it says, that its invalid.

is it invalid because my seed does not conform to a certain pattern or because the seed does not exist?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/iotaledger/wallet/issues/948#issuecomment-355419894, or mute the thread https://github.com/notifications/unsubscribe-auth/AbaF5BEX7Q6yw_cHHx8akhR15oxxXqTRks5tHVN5gaJpZM4RSM2e .

-- Alexander Wick alexwick@gmail.com (914) 715-1770

jjhesk commented 6 years ago

@sweiguny you can generate ur seed by using this cat /dev/urandom |LC_ALL=C tr -dc 'A-Z9' | fold -w 81 | head -n 1