multiple copies of the plot / Status 3 error: Err.DOUBLE_SPEND #5056
Replies: 5 comments 1 reply
-
Sorry if this is doubling up. I did search before posting, and see there is plenty of 1.1.4 Double_Spend issues reported / discussed, but I am thinking my work around to the not syncing issues is causing the problem here (multiple copies of plot). Any advice on setting role of instance much appreciated - farmer, plotter for example. |
Beta Was this translation helpful? Give feedback.
-
Here's some of the errors I am seeing on the 1.1.5 machine, which is plotting: 2021-05-14T20:32:36.581 full_node chia.full_node.full_node: WARNING Wasn't able to add transaction with id [ID], status 3 error: Err.DOUBLE_SPEND ... 2021-05-14T21:39:07.247 full_node full_node_server : WARNING Banning [Same external IP] for 10 seconds 2021-05-14T22:08:34.659 full_node full_node_server : ERROR Exception: Failed to fetch block 281361 from None, timed out <class 'ValueError'>, closing connection None. Traceback (most recent call last): 2021-05-14T22:08:36.730 full_node full_node_server : ERROR Exception: Error short batch syncing, could not fetch block at height 281343, None. Traceback (most recent call last): 2021-05-14T22:08:36.733 full_node full_node_server : ERROR Exception: Error short batch syncing, could not fetch block at height 281343 <class 'ValueError'>, closing connection None. Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply. The plots listed as duplicates (which I commented out with [plot]) are my plots though. Is this a problem?
…
On 15 May 2021, at 05:43, Yitao Jiang ***@***.***> wrote:
Don't worry about that log. It's not related to you but someone tries to spam the network.
If you are not synced, check if you are connected with other full nodes and their height is what the net has. If you have no connection, try to manually add some nodes and introducers.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
i have the same Problem, you found any solution? |
Beta Was this translation helpful? Give feedback.
-
If you are still experiencing the issues it is recommended to upgrade to the latest version of chia. Please download it from here: https://www.chia.net/downloads/ Since this issue has been open for a number of years without additional comments, we will be closing this ticket but if we have closed this ticket in error do not hesitate to reach out to us again with any followup questions, comments, or if the issue persists after an update.
The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
Beta Was this translation helpful? Give feedback.
-
I'm running into sync issues with 1.1.5 (while creating plots, but with plenty of memory to spare), so running another instance (1.1.4) on another machine which is fully synced (with the same plots). But seeing this in the logs, despite 1.1.5 being in a state of pretty much constant "not synced". Any advice greatly appreciated, thanks.
2021-05-15T03:42:44.604 full_node chia.full_node.full_node: WARNING Wasn't able to add transaction with id [ID], status 3 error: Err.DOUBLE_SPEND
2021-05-15T03:44:29.781 harvester chia.plotting.plot_tools: WARNING Have multiple copies of the plot [Plot], not adding it.
Beta Was this translation helpful? Give feedback.
All reactions