powered by
personal_newAccount generates a new private key and stores it in the key store directory. The key file is encrypted with the given passphrase.
personal_newAccount
personal_newAccount(password)
String - Password of the account.
Address - Address of the new account.
Other personal functions: gethr, personal_ecRecover, personal_importRawKey, personal_listAccounts, personal_lockAccount, personal_sign, personal_unlockAccount
gethr
personal_ecRecover
personal_importRawKey
personal_listAccounts
personal_lockAccount
personal_sign
personal_unlockAccount
# NOT RUN { personal_newAccount('password') # } # NOT RUN { # }
Run the code above in your browser using DataLab