-
Notifications
You must be signed in to change notification settings - Fork 18
Failed to publish tx ... pool : connection already teared down #25
Comments
Looks like this is an issue of |
Probably you can try with https://github.com/itzmeanjan/harmony/releases/tag/v0.9.2, which uses Redis. |
It does not appear to be a node problem unless there is a flag I am not running geth with. |
Though as far as I understand it looks like Ethereum Node's RPC related issue. |
This happens here Lines 110 to 116 in 4572d37
|
Depends on how mining is defined. I am running harmony on goerli testnet. |
Used the most recent version with Ropsten (POW testnet) and it worked flawlessly! Is it possible to modify harmony so it can be used with other EVM clones such as BSC? Thanks! |
I myself used |
Interesting. It is weird that this did not work with the goerli geth node. |
To be more specific https://geth.ethereum.org/docs/rpc/ns-txpool is what exactly is required by |
I think you should update go eth to v1.10.17 |
You're correct. Similar issue was present in |
If one has time, feel free to send PR or I'll raise one sometime this week. |
Got this error in the console while running the program. The subscription feature also does not work, it just endlessly loads. I assume these issues are connected. The pub0 has been configured with default settings and is running in the background. The log starts by saying listening on xyz. Then it constantly switches from connected to disconnected
.
The text was updated successfully, but these errors were encountered: