Post
Topic
Board Announcements (Altcoins)
Re: [GPL] Gold Pressed Latinum 2.7.1
by
BitcoinFX
on 10/03/2016, 14:03:51 UTC
Zipped blockchain does not work ;( (Win7 x64)

Code:
file unknown has LSN 276/5486018, past end of log at 1/28
Commonly caused by moving a database from one database environment
to another without clearing the database LSNs, or by removing all of
the log files from a database environment
__db_meta_setup: C:\Users\xxx\AppData\Roaming\GoldPressedLatinum\blkindex.dat: unexpected file type or format

As message says when you want to move indexed blockchain to other environment be sure to close wallet with daemonnamed stop true, which should detach database on close. It takes longer but leaves database in consistent state (no log files in database directory needed, as they are not portable between different env.)

However, provided zip is still usable for bootstrapping - one can delete blkindex.dat and rename blk0001.dat to bootstrap.dat.

Indeed. Confirming exact same issue with gpl.2016.03.09.zip on Windows 10.

However, the blockchain will sync. from scratch or import bootstrap as above.