Walletpassphrase error

jpr

Well-known member
Hi
When try to unlock my wallet with
Code:
walletpassphrase mypassword 60
I get this:
Code:
Parse error: unbalanced ' or "

Any ideas?
 
Hi
When try to unlock my wallet with
Code:
walletpassphrase mypassword 60
I get this:
Code:
Parse error: unbalanced ' or "

Any ideas?

Use "" -> walletpassphrase "PASSWORD" 60
 
  • Like
Reactions: jpr
Hi
When try to unlock my wallet with
Code:
walletpassphrase mypassword 60
I get this:
Code:
Parse error: unbalanced ' or "

Any ideas?
You got this error because you typed on the console something like this: walletpassphrase 'jprs awesome password" 60. Am I correct?

You have to type like this: walletpassphrase "jprs awesome password" 60
or like this: walletpassphrase 'jprs awesome password' 60

Note the double quotes or single quotes, they have to be the same on both sides.
 
  • Like
Reactions: jpr
You got this error because you typed on the console something like this: walletpassphrase 'jprs awesome password" 60. Am I correct?

You have to type like this: walletpassphrase "jprs awesome password" 60
or like this: walletpassphrase 'jprs awesome password' 60

Note the double quotes or single quotes, they have to be the same on both sides.

Hey love
I just did single quotes and it works. Double quotes still give me that error. Not sure why.
Anyway thanks :*
 
Hey love
I just did single quotes and it works. Double quotes still give me that error. Not sure why.
Anyway thanks :*
What OS you use, Win, Lin or Mac?
Just curious.
 
Hey love
I just did single quotes and it works. Double quotes still give me that error. Not sure why.
Anyway thanks :*
You're welcome, love. :tongue:
Hm... not sure why, maybe something is wrong with your keyboard?
 
vRQT1CO.jpg
 
Oh... Do you mean double quotes can't work in Ubuntu? That's very odd.

A weird thing. But nothing to cry about :) Just going to use a single quotes.
Anyone with ubuntu is welcome to try though.

I use ubuntu and was curious.
I tried Double Quotes, It worked
I tried Single Quotes, it worked
I tried Double/Single Together, it gave me the Parse Error: unbalanced ' or "

So in other words double quotes work, single quotes work, using a combination of both do not work.

It must be your keyboard! :)
 
Back
Top