ord
ord copied to clipboard
error: reorg detected at or before 789603
ord wallet client (0.5.2) , how to fix this issue?
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
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.
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 ?
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
We finally have reorg resistance: https://github.com/ordinals/ord/pull/2320