Error in deploying to Geth
See original GitHub issueAfter upgrading to Truffle 2.0, I’ve managed to migrate and deploy contracts on ethereumjs-testrpc with no problem. But I failed to do that in trying to deploy on my local Geth node. The error msgs are: Error encountered, bailing. Network state unknown. Review successful transactions manually. invalid address.
My Geth version is 1.4.9-stable-b7e3dfc5. And I can log in to it with geth attach
and do stuff with no problem. So I’m sure the Geth is working fine.
Issue Analytics
- State:
- Created 7 years ago
- Comments:9
Top Results From Across the Web
Different errors while deploying with geth console and truffle
1. I run geth and unlock account · 2. There is my truffle.js : module.exports = { networks: { development: { host: "localhost",...
Read more >Guide for Deploying your Own Private Node on Ethereum with ...
Geth geth is the the command line interface for running a full ethereum node implemented in Go. ... Error: authentication needed: password or...
Read more >Application does not Deploy in CloudHub with error "Cannot ...
When trying to deploy applications in CloudHub, the application does not deploy, giving error "DeploymentFailedOnMuleLaunchException: Cannot get OK response ...
Read more >" Cannot GET / " error when deploying create react app with ...
I'm attempting to migrate my webapp from Heroku to Render. I have a create-react-app that I'm using with a node express server.
Read more >Getting error when compiling and deploying ethereum smart ...
I got it fixed by matching the compiler version to the code version...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello, I am a beginner in dapp and English too. I have the same error but I do not know were setting the default account. Sorry if my question seems stupid.
Thank you in advance for your answer, Rsav
If you connect with this command:
geth --rinkeby --rpc --rpcapi db,eth,net,web3,personal --unlock="<yourAddress>"
You need to indicate your passphrase after that.