geth personal newAccount shows password error

0 votes

Hi. I am facing some problem with ethereum. I am trying to create a new account. When I was searching for how to do this, I found this command:

geth personal.newAccount()

Now it was mentioned in that blog that I had to enter a password for this. I don't see where to enter the password. When I run this command, I am not asked for any password. I just get this error:

geth:129: command not found:password.

Please help me with this

Jan 16, 2019 in Blockchain by slayer
• 29,350 points
772 views

1 answer to this question.

0 votes

You have to pass the password as an argument to the command you are running. The right syntax for this command is:

geth personal.newAccount('your_password')
answered Jan 16, 2019 by Omkar
• 69,210 points

Related Questions In Blockchain

0 votes
1 answer

geth personal.newAccount()\npassword command broke Ethereum CLI

The issue is with your command. It's ...READ MORE

answered Aug 1, 2018 in Blockchain by Perry
• 17,100 points
661 views
0 votes
1 answer

Geth account password on command line

You've got the following two ways to create ...READ MORE

answered May 29, 2018 in Blockchain by Perry
• 17,100 points
2,054 views
0 votes
1 answer

'Invalid sender' error after upgrading to geth 1.4.0

Guessing that the JSON RPC stuff changed ...READ MORE

answered Sep 11, 2018 in Blockchain by Christine
• 15,790 points
1,042 views
0 votes
1 answer

Solidity geth: Error encountered during contract execution [Bad instruction]

recipes is a dynamic storage array. You need ...READ MORE

answered Oct 15, 2018 in Blockchain by Omkar
• 69,210 points
1,254 views
0 votes
1 answer

Truffle tests not running after truffle init

This was a bug. They've fixed it. ...READ MORE

answered Sep 11, 2018 in Blockchain by Christine
• 15,790 points
1,705 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,237 views
0 votes
0 answers

Error: Unexpected token o in JSON at position 1

I have been working with Interacting a ...READ MORE

Mar 6, 2019 in Blockchain by saeedi
• 120 points

edited Mar 6, 2019 by Omkar 2,210 views
0 votes
2 answers

“geth attach” command shows error: Fatal: Unable to attach to remote geth

please check from root, sudo -i geth attach READ MORE

answered Nov 7, 2020 in Blockchain by balachandar
• 140 points
6,550 views
+1 vote
1 answer

Ethereum Error: authentication needed: password or unlock

First, make sure you have an account. web3.personal.listAccounts If ...READ MORE

answered Aug 8, 2018 in Blockchain by Omkar
• 69,210 points
4,981 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP