clone source and rebuild wallet
Worked. I am at Block 110533 now.
I had a problem with (zend) blockchain (transaction validation) and peers myself, mined a couple of blocks which became orphans. The following steps fixed the issue for me:
- rm ~/.zen/peers.dat
- ./src/zend -reindex
The reindex takes currently around 1-2 hours. But after this things started working well. Didn't need to do a full git clone and rebuild.