How to unlock account from web3?
How to enable ipcapi from geth javascript console?
How to unlock account from web3?
How to enable ipcapi from geth javascript console?
Try to use :
geth --rpc --rpcaddr="0.0.0.0" --rpccorsdomain="*" --rpcapi="db,eth,net,web3,personal,web3" --ipcapi "admin,eth,debug,personal,web3"
if it doesn't work drop the ipcapi part.
then unlock the account using the command : web3.personal.unlockAccount("account","password");
can you please help me resolve this.
– Sagar Feb 03 '17 at 07:01