Idk maybe delete it all and try again, sometimes blockchains want to be pouty and refuse to sync. Just unzip bootstrap and place in the appdata folder. Should work,
I tried it multiple times without succes. It says: loading block index for about 10sec and then it gives the error: Incorrect or no genesis block found. Wron datadir for network?
This bootstap from testbug cannot just be copied into the folder but try placing extracting the archive somewhere else on your disk and then start the wallet with
fedoracoin-qt.exe -loadblock=/blocks/blk*.dat
On a moderately recent pc it should import the full chain in less than 20-30min.
HTH
Thank u for your reply.
I tried this but it doesn't seem to do anything.
I've put this in a cmd file: fedoracoin-qt.exe -loadblock=C:\Fedorablockchain\FedoraCoin\blocks\blk*.dat
The wallet starts but it is just syncronising like always.
How can i see if it's working?
Kind regards
You can check the debug.log in your fedoracoin folder, maybe you would need to reopen it to see new lines.
The above command does import the blockchain from the bootstrap files, it doesn't use them directly as when you copy them inside (which doesn't seem to work). This means in the wallet it looks like normal synching, but should be a good tad faster.
HTH