-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Error: Transaction was not mined within750 seconds, please make sure your transaction was properly sent. Be aware that it might still be mined! #1763
Comments
please use this
|
Thank you! I am doing it now this way:
But now I am getting the following error returned:
The thing is my account has enough funds, you can check it here Does anybody know why web3 is throwing these wrong errors? |
Check your private key. I suspect it should be prefixed by |
Please ask further questions on https://ethereum.stackexchange.com/ |
I got the same issue under Geth/POA private chain. I referred to this post: #1102, and got the issue resolved by downgrading web3js from 1.0.0-beta.36 to 1.0.0-beta.34. |
Is there way to reduce the 750 seconds? I have about 50,000 transactions in my truffle tests and if many of these take 750 seconds, my tests will take a very, very long time.
|
tried downgrading web3 to 1.0.0-beta.34. still I have the same problem |
@nivida it doesn't work with infuera, is there any workaround for that |
I am getting the
tx hash
returned, but the transaction is never mined. Does anybody know how to solve this issue? Here is the complete error message:And here is the code I use for
nodejs
+web3
:The smart contract itself looks like this:
The text was updated successfully, but these errors were encountered: