I have created an ether wallet address using Java(web3j). Now i want to change the wallet password but, i am not able to change it.
Is there any possible way to change the Ether wallet password using Java(web3j)?
I have created an ether wallet address using Java(web3j). Now i want to change the wallet password but, i am not able to change it.
Is there any possible way to change the Ether wallet password using Java(web3j)?
No its not possible yet.
Accordint to the the doc
web3j is able to both generate a new secure Ethereum wallet file for you, or work with an existing wallet file.
But there is no mention of updating wallet file anywhere. And also WalletUtils does not have any wallet update option.
One solution could be making an API to run a bash file with geth account update "targetAddress"
command