Ethereum Consortium Blockchain - Unable to unlock coinbase account - Microsoft Azure -
i having error trying unlock coinbase account. when first provision deploy consortium blockchain, set passphrase mining nodes , password tx node.
when ready deploy smart contract tx-node(which has blockchain), error tells me unlock account.
in order unlock account, ssh tx-node.
once, provide credentials have access vm.
then type
geth attach
it opens geth console.
inside geth console, type
personal.unlockaccount(eth.coinbase)
i prompted passphrase, enter keeps returning error
couldn't decrypt key passphrase
i use passphrase, put when first deployed blockchain doesn't work.
i tried multiple times , redeploying blockchain, unable unlock coinbase account.
i using azure template: https://azure.microsoft.com/en-us/resources/templates/ethereum-consortium-blockchain-network/
when deploying consortium blockchain on azure, set passphrase mining nodes , password tx node however, given setup not looking passphrase requested in powershell.
copy
ssh-to-first-tx-node
clipboard , paste in powershell transaction nodeenter password
geth attach
personal.unlockaccount(eth.coinbase)
enter passphrase
// password entered in @ beginning want enter
be sure keep shell open, password lock security default after being left open time.
Comments
Post a Comment