So I am definitely downloading the blockchain but my particled seems to not like it. Here is a little snip from my debug.log
GetNextWorkRequired RETARGET
nTargetTimespan = 120 nActualTimespan = 95
Before: 1e026c46 0000026c46000000000000000000000000000000000000000000000000000000
After: 1e01eb0c 000001eb0cc00000000000000000000000000000000000000000000000000000
CheckSyncCheckpoint: nHeight=496, hashSyncCheckpoint=275402ca0aac24e8b2236d45d196387d7fa19dbb5b2be127c488d99b5ab76cf9
InvalidChainFound: invalid block=000001e920eec43700dc014819fa65ac1f6044d185372dc798ab83896c4facda height=496 log2_work=28.143412 date=2013-12-31 07:02:29
InvalidChainFound: current best=275402ca0aac24e8b2236d45d196387d7fa19dbb5b2be127c488d99b5ab76cf9 height=0 log2_work=2 date=2013-12-30 22:56:39
InvalidChainFound: Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
ProcessBlock: ACCEPTED
received block 000000171152144b470b56198eb4e6b2165637ece085a36065b23dd4f83db912
CheckSyncCheckpoint: nHeight=497, hashSyncCheckpoint=275402ca0aac24e8b2236d45d196387d7fa19dbb5b2be127c488d99b5ab76cf9
InvalidChainFound: invalid block=000000171152144b470b56198eb4e6b2165637ece085a36065b23dd4f83db912 height=497 log2_work=28.185356 date=2013-12-31 07:02:30
InvalidChainFound: current best=275402ca0aac24e8b2236d45d196387d7fa19dbb5b2be127c488d99b5ab76cf9 height=0 log2_work=2 date=2013-12-30 22:56:39
InvalidChainFound: Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
ProcessBlock: ACCEPTED
received block 000001e567c4bad866974b2c11be9fa45460da9227cedc350c5c402a7a01463d
CheckSyncCheckpoint: nHeight=498, hashSyncCheckpoint=275402ca0aac24e8b2236d45d196387d7fa19dbb5b2be127c488d99b5ab76cf9
InvalidChainFound: invalid block=000001e567c4bad866974b2c11be9fa45460da9227cedc350c5c402a7a01463d height=498 log2_work=28.226115 date=2013-12-31 07:02:32
InvalidChainFound: current best=275402ca0aac24e8b2236d45d196387d7fa19dbb5b2be127c488d99b5ab76cf9 height=0 log2_work=2 date=2013-12-30 22:56:39
InvalidChainFound: Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
ProcessBlock: ACCEPTED
received block 000000092002d11b4fa90783e03243ab1ba6af04f50f82c4cdbc82ab59d3ead4
CheckSyncCheckpoint: nHeight=499, hashSyncCheckpoint=275402ca0aac24e8b2236d45d196387d7fa19dbb5b2be127c488d99b5ab76cf9
InvalidChainFound: invalid block=000000092002d11b4fa90783e03243ab1ba6af04f50f82c4cdbc82ab59d3ead4 height=499 log2_work=28.265754 date=2013-12-31 07:02:34
InvalidChainFound: current best=275402ca0aac24e8b2236d45d196387d7fa19dbb5b2be127c488d99b5ab76cf9 height=0 log2_work=2 date=2013-12-30 22:56:39
InvalidChainFound: Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
ProcessBlock: ACCEPTED
received block 000000e8f8b0cae5ef63faadb71fa65db0e1b6bb85ed0e31c6075e4b027ccb63
CheckSyncCheckpoint: nHeight=500, hashSyncCheckpoint=275402ca0aac24e8b2236d45d196387d7fa19dbb5b2be127c488d99b5ab76cf9
InvalidChainFound: invalid block=000000e8f8b0cae5ef63faadb71fa65db0e1b6bb85ed0e31c6075e4b027ccb63 height=500 log2_work=28.304333 date=2013-12-31 07:02:55
InvalidChainFound: current best=275402ca0aac24e8b2236d45d196387d7fa19dbb5b2be127c488d99b5ab76cf9 height=0 log2_work=2 date=2013-12-30 22:56:39
InvalidChainFound: Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
ProcessBlock: ACCEPTED
Any ideas what is wrong. This is my second time downloading the blockchain. First time I just let the client find peers (usually 3 or 4). Second time I used listen=0 and connect=78.46.93.174:1608 to limit my sync to feeleep. Same thing in the log. If I run getinfo command it always shows Blocks=0 regardless how much I have downloaded.
Like I said above I compiled it on Raspberry pi following general instruction from the Hyperstake RPi walkthrough as that is the only linux system I have currently. I compiled both the QT and just the particled. Both 'seem' to work accept they do not like the blocks being given to them.
Here is my particle.conf sans user/password
rpcallowip=192.168.*.*
rpcallowip=127.0.0.1
gen=0
server=1
daemon=1
listen=0
rpcport=8332
connect=78.46.93.174:1608