I can also confirm that the DB version is working

I've been running it for the past days, I've synced the blockchain from scratch and have made a few transfers, and so far it has worked great! In my case it's using around 300 Mb of RAM right now.
I encourage all Linux users to try it out. If anyone is interested in downloading the blockchain in DB format let me know and I'll upload it somewhere.
For those who don't have an SSD, I recommend applying these changes for better performance:
https://bt.irlbtc.com/view/583449.msg9610064#msg9610064 (the line number may have changed, but the code to replace it's still the same)
Working fine for me on linux, but getting cmake to work on windows has cost me too much time -- have to give up until someone else provides instructions, given time constraints. Got so close with msys2 cmake and visual studio but the project files won't load in my VS Express. (Refuse to pay MS for polluting language standards, so I go with the free kit.)
i do hate cmake with a passion. why does nobody just write a nice portable GNU makefile? it's not rocket science. cmake syntax alone is so repugnant, i can barely stand to run it. auto tools are way worse, but cmake is so redundant when GNU make covers it so well.
ah well, just a hobby horse pet peeve of mine.