Post A4albfBSoi4g2aXGka by Enki@mastodon.enkitunes.com
 (DIR) More posts by Enki@mastodon.enkitunes.com
 (DIR) Post #A4ajJz2u23vYWKyOsi by Enki@mastodon.enkitunes.com
       2021-02-24T01:02:23Z
       
       0 likes, 0 repeats
       
       Setting datadir and blocksdir in the console should be reflected in the GUI correct? Right now my GUI should say ~/bitcoin for the datadir and ~/bitcoin/blocks for the blocks folder but even after restart the GUI says ~/bitcoin/blocks for the datadir and ~/bitcoin/blocks/blocks for the blocksdirIt says "processing blocks on disk" so i'm assuming its checking the chain but I wanna make sure its really checking the copy I have and not Downloading a new copy. Did I miss something?
       
 (DIR) Post #A4ajJzUYNG2ru5uTyq by htimsxela@bitcoinhackers.org
       2021-02-24T07:09:22Z
       
       0 likes, 0 repeats
       
       @Enki try tail -f ~/bitcoin/debug.logto see what bitcoind is doing. If it is downloading the blocks again, you should see that reflected in the logs
       
 (DIR) Post #A4albfBSoi4g2aXGka by Enki@mastodon.enkitunes.com
       2021-02-24T07:34:58Z
       
       0 likes, 0 repeats
       
       @htimsxela Oh yeah its reading the wrong directory and re-syncing the chain.
       
 (DIR) Post #A4binGihUf5mwCss3U by Enki@mastodon.enkitunes.com
       2021-02-24T18:38:10Z
       
       0 likes, 0 repeats
       
       @htimsxelaI think my copy of the chain might be corrupted. I got things to load and this version of the chain is only 33 weeks behind but right after loading it got a fatal error "ReadBlockFromDisk: Deserialize or I/O error - CAutoFile::read: fread failed:......"
       
 (DIR) Post #A4bivwOmPupOWDhYhM by Enki@mastodon.enkitunes.com
       2021-02-24T18:39:44Z
       
       0 likes, 0 repeats
       
       @htimsxelaI think my copy of the chain might be corrupted. I got things to load and this version of the chain is only 33 weeks behind but right after loading it got a fatal error "ReadBlockFromDisk: Deserialize or I/O error - CAutoFile::read: fread failed:......"Googling just says the run fsck, I did that first thing and the disk seems to be fine.