12771/geth-personal-newaccount-npassword-command-broke-ethereum
I am following this tutrial: https://medium.freecodecamp.org/from-what-is-blockchain-to-building-a-blockchain-within-an-hour-4e738efc819d
While running any geth commamd after this command: geth personal.newAccount()\npassword I get this:
geth:129: command not found:password.
How do I fix this?
The issue is with your command. It's very easy, here, run the following command:
geth personal.newAccount('your_password')
This should solve your problem :)
You have to pass the password as ...READ MORE
In Windows, you will find geth.exe in a path ...READ MORE
Hope this helps: contract mortal { /* ...READ MORE
You have to use PHP Sockets $sock = socket_create(AF_UNIX, ...READ MORE
This was a bug. They've fixed it. ...READ MORE
Just remove the json_encode call, and it should work: $resp ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
recipes is a dynamic storage array. You need ...READ MORE
When you start with Geth you need ...READ MORE
You've got the following two ways to create ...READ MORE
OR
Already have an account? Sign in.