Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recevied transaction id from geth node server but not able to see that transaction id at etherscan.io #200

Closed
ashishonmobile opened this issue May 21, 2019 · 2 comments

Comments

@ashishonmobile
Copy link

Did anyone face the same problem?

@BaldyAsh
Copy link
Collaborator

Hi, @ashishonmobile .
The fact that you received a transaction id does not mean that it has passed. First, check the status of the local node (eth.pendingTransactions). Most often the problem is caused by an incorrect nonce or low gas price. Also, make sure that your local node is synchronized.

@ashishonmobile
Copy link
Author

@BaldyAsh Thanks for the update. I got the issue and the problem was gas price was very very low and calculation of gasPrice was not correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants