question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error in deploying to Geth

See original GitHub issue

After 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:closed
  • Created 7 years ago
  • Comments:9

github_iconTop GitHub Comments

6reactions
rsav34commented, Sep 17, 2016

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

0reactions
ceskmcfrancommented, May 14, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found