vergecurrency / verge

Official Verge Core Source Code Repository :muscle:
https://VergeCurrency.com
MIT License
1.41k stars 394 forks source link

VERGE Wallet Not Accepting Passphrase #778

Closed UncleGoose closed 6 years ago

UncleGoose commented 6 years ago

Hello! Like several before me my Verge wallet is suddenly not accepting my passphrase as valid in order to unlock my wallet. I believe I am using the latest version for Mac (Wraith Protocol Qt-4-7-2018), and running the latest version of High Sierra OS. Per previous threads I tried entering the passphrase using the Debug console with <walletpassphrase "passphrase here" 600> and get a code-14 error. I am quite confident I am entering the passphrase correctly. I don't remember if I created a backup (although I did so after this issue arose--not sure how that works with wallet locked). I do, however, have a recovery phrase. I also have tried downloading an Electrum wallet in the hopes that I could use my recovery phrase to get my Verge back, but there was an error during the installation, so it would not install. I would greatly appreciate any help. Thanks!

Issue Template

Context

Prerequisites

User Story:

Expected Behavior

Current Behavior

Screenshots

Possible Solution

Steps to Reproduce (for bugs)

Your Environment

Any extra information that might be useful in the debugging process.

Positivism commented 6 years ago

None of the etherum wallets work with Sierra, your best bet is to recover using the passphrase on a windows machine/vm/server.

jrsikors commented 6 years ago

Couple suggestions: 1) Use single quotes while using walletpassphrase walletpassphrase 'passphrase here' 600 2) Try using the passphrase in the wallet gui , not console, where you can just 'unlock wallet'. Have seen weird cases in the past where it works in the GUI but not in the console using walletpassphrase. If it does work in the GUI, then do a Change Passphrase immediately

jrsikors commented 6 years ago

And I'm also curious why you think you have a "recovery phrase" and where you got it from. As Positivism pointed out, that's for Electrum, and I doubt you had Electrum if you are running on a Mac.

Have you tried using this "Recovery phrase" as your passphrase?

justinvforvendetta commented 6 years ago

please clarify, are you trying to use a seedphrase (that electrum generated) or a password that you created for the Qt wallet?

Positivism commented 6 years ago

He's trying to use the password he made but it's not working, he somehow managed to get a seedphrase but as he has a mac he cannot use electrum to recover it.

justinvforvendetta commented 6 years ago

not sure how you make a pw on a qt, then somehow get a seedphrase... also seedphrases are created on android and electrum wallets..

UncleGoose commented 6 years ago

Thanks Jeff S! I gave your suggestions a try but still no lucks o far. Still I appreciate the suggestions.

-----Original Message----- From: Jeff S notifications@github.com To: vergecurrency/VERGE VERGE@noreply.github.com Cc: UncleGoose dhanamjaya@aol.com; Author author@noreply.github.com Sent: Wed, Jul 4, 2018 7:01 am Subject: Re: [vergecurrency/VERGE] VERGE Wallet Not Accepting Passphrase (#778)

Couple suggestions:

Use single quotes while using walletpassphrase walletpassphrase 'passphrase here' 600 Try using the passphrase in the wallet gui , not console, where you can just 'unlock wallet'. Have seen weird cases in the past where it works in the GUI but not in the console using walletpassphrase. If it does work in the GUI, then do a Change Passphrase immediately

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

UncleGoose commented 6 years ago

So, when I first got my wallet I was prompted to create a recovery phrase (so I made it up myself rather than being issued the 12 or 24 words). This was in addition to my passphrase. I have tried both phrases both in the normal GUI and in the debug console and no luck.

Thanks again for your help!

-----Original Message----- From: Jeff S notifications@github.com To: vergecurrency/VERGE VERGE@noreply.github.com Cc: UncleGoose dhanamjaya@aol.com; Author author@noreply.github.com Sent: Wed, Jul 4, 2018 7:03 am Subject: Re: [vergecurrency/VERGE] VERGE Wallet Not Accepting Passphrase (#778)

And I'm also curious why you think you have a "recovery phrase" and where you got it from. As Positivism pointed out, that's for Electrum, and I doubt you had Electrum if you are running on a Mac. Have you tried using this "Recovery phrase" as your passphrase? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

justinvforvendetta commented 6 years ago

ok that wallet was either an android wallet, or electrum wallet. not a qt core wallet.

jrsikors commented 6 years ago

All the wallets are different: ~Android wallet ~QT wallet ~Electrum wallet

The only way you can recover addresses between the different wallets is with a private key.

Seeds / recovery phrases / passphrases don't work between different wallets.

So as justin pointed out -- you need to go re-install whatever wallet you initially set up. It definitely doesn't sound like it was a QT wallet.

Did you do it on your computer or on your phone? If phone, then Android. If computer, it has to be Electrum... but you will need a Windows machine to install the Electrum wallet.

UncleGoose commented 6 years ago

OK, thanks. Perhaps the wallet I first created was an electrum wallet, although somehow I ended up with a Qt installer file on my computer (maybe a later attempt? I set it up a while ago and don't recall exactly how it went down. I do remember being surprised after I installed the wallet that it was an on-line wallet rather than a cold storage.) In any case, I appreciate your input.

-----Original Message----- From: sunerok notifications@github.com To: vergecurrency/VERGE VERGE@noreply.github.com Cc: UncleGoose dhanamjaya@aol.com; Author author@noreply.github.com Sent: Wed, Jul 4, 2018 10:26 am Subject: Re: [vergecurrency/VERGE] VERGE Wallet Not Accepting Passphrase (#778)

not sure how you make a pw on a qt, then somehow get a seedphrase... also seedphrases are created on android and electrum wallets.. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

jrsikors commented 6 years ago

Were you able to figure this out?