Project is active. Setup a wallet and everything worked as expected. Code is updated.
Yep, I just updated my wallet as well and everything is working great! I also just updated all of my master nodes and you can now compile on Ubuntu 17.04 x64!

Same, I'm running 0.9.3.0 on my five masternodes now. They're generating CHC now, 12 CHC since upgrading this weekend.
BTW I recompiled each masternode separately, which was kind of a pain. For those of you still facing the update, I used the following commands:
sudo apt-get install libevent-dev
cd ~/chaincoin
git pull
./autogen.sh
./configure
make
sudo make install
I'm honestly not sure that all of these commands are strictly necessary, but this worked for me. Note that I had to install libevent-dev explicitly first.
Developers: I strongly recommend you package the masternode binaries so that users can use
apt-get to
install and
update. In my case, I had a lot of trouble running
make, even with the swap file defined, because my AWS t2.nano nodes have only 512MB of memory. This caused the
make process to abort sporadically (also disconnecting my SSH session), requiring that I restart
make several times before finishing successfully. The compile process took perhaps an hour.