ord icon indicating copy to clipboard operation
ord copied to clipboard

error: reorg detected at or before 789603

Open zhwindy opened this issue 1 year ago • 3 comments

ord wallet client (0.5.2) , how to fix this issue?

zhwindy avatar May 15 '23 11:05 zhwindy

The reorg function is not implemented yet. you can try to add the feature using the 'savePoint' function of redb. https://github.com/casey/ord/discussions/1951

wanyvic avatar May 16 '23 05:05 wanyvic

ord doesn't handle reorgs so it breaks if there's a reorg which there always are. you need to delete the index.redb file then run ord index again which will reindex from scratch.

0attack avatar May 25 '23 18:05 0attack

ord doesn't handle reorgs so it breaks if there's a reorg which there always are. you need to delete the index.redb file then run ord index again which will reindex from scratch.

Where is this file cant find it ?

icenberg avatar Jun 17 '23 10:06 icenberg

ord doesn't handle reorgs so it breaks if there's a reorg which there always are. you need to delete the index.redb file then run ord index again which will reindex from scratch.

Where is this file cant find it ?

Library/Application Support/ord on MacOs bro

satoshiman avatar Jul 24 '23 14:07 satoshiman

We finally have reorg resistance: https://github.com/ordinals/ord/pull/2320

raphjaph avatar Aug 10 '23 10:08 raphjaph