chaineco / bisonexplorer

ISC License
0 stars 2 forks source link

Fix btcd running on server #153

Closed thanhnp2k closed 1 day ago

thanhnp2k commented 3 days ago

Tried to delete btcd data and run again. However the problem is not solved. Error appears that cannot continue syncing: 2024-10-07 14:42:51.045 [INF] CHAN: Adding orphan block 000000000000000000006fb8f4a5d906e9c0112d5a97188f392407ab8e95bd81 with parent 00000000000000000002864156220f1093e76caf233009c1b6be9ee0d810ac29 2024-10-07 14:42:51.067 [INF] CHAN: Adding orphan block 000000000000000000028f255235dca42b10e5da593c2d4eb006cb329a041587 with parent 000000000000000000006fb8f4a5d906e9c0112d5a97188f392407ab8e95bd81 2024-10-07 14:42:51.182 [INF] CHAN: Adding orphan block 000000000000000000024590edc9d2d4878b32a4944dfda1a3929a6e4c9c3592 with parent 000000000000000000028f255235dca42b10e5da593c2d4eb006cb329a041587 2024-10-07 14:42:51.216 [INF] CHAN: Adding orphan block 00000000000000000001e2486f12c01ca0f76481b40181bf6f8f48802ade8c49 with parent 000000000000000000024590edc9d2d4878b32a4944dfda1a3929a6e4c9c3592 2024-10-07 14:42:51.341 [INF] CHAN: Adding orphan block 00000000000000000002c7b5bcf3372c7441e79bda1310c53f35eb59483b9092 with parent 00000000000000000001e2486f12c01ca0f76481b40181bf6f8f48802ade8c49 2024-10-07 14:42:51.378 [INF] CHAN: Adding orphan block 000000000000000000005ea10805f8ab474b9888bdc2c2840cd2e5529bbd0d49 with parent 00000000000000000002c7b5bcf3372c7441e79bda1310c53f35eb59483b9092 2024-10-07 14:42:51.499 [INF] CHAN: Adding orphan block 00000000000000000001428e153a325e9aa859589a80e8b0271d1ba48e8749c7 with parent 000000000000000000005ea10805f8ab474b9888bdc2c2840cd2e5529bbd0d49 2024-10-07 14:42:51.537 [INF] CHAN: Adding orphan block 000000000000000000004648af338d38563d26c3a5bef3ca9582ea2ccb72f8ea with parent 00000000000000000001428e153a325e9aa859589a80e8b0271d1ba48e8749c7 2024-10-07 14:42:51.661 [INF] CHAN: Adding orphan block 00000000000000000001a427c71546cda9a5577d5e38bc95a5d3450df7c1d26f with parent 000000000000000000004648af338d38563d26c3a5bef3ca9582ea2ccb72f8ea 2024-10-07 14:42:51.695 [INF] CHAN: Adding orphan block 00000000000000000002daff4047da69c658a1badb00d14d7d3e709f76b8bf3b with parent 00000000000000000001a427c71546cda9a5577d5e38bc95a5d3450df7c1d26f

Tried to find out and some related btcd issues are as follows: https://github.com/btcsuite/btcd/issues/2121 https://github.com/btcsuite/btcd/issues/2090

thanhnp2k commented 2 days ago

Solved by running the latest source code version of btcd instead of the latest release version Syncing...

mercurytoxic commented 1 day ago

Any plans on releasing soon a version that solves this issue?

thanhnp2k commented 1 day ago

Any plans on releasing soon a version that solves this issue?

Actually I use btcd to solve my problem in another project I think btcd managers will release it soon because it might be a problem for many people Since the merged PR solved this problem: https://github.com/btcsuite/btcd/pull/2208