I'm for the first time running bitmonerod on Linux.
I compiled from latest linux 64-bit source, and now have the daemon running - I couldn't seem to use the blockchain.bin on monero.cc (kept crashing), so i've gotten it running but resyncing from scratch.
Here is my single question - Am I now using the new database format, or ... was there some compile switch i missed? My blockchain.bin is still pretty large, even with 333 days left to sync, but i'm not sure that matters.
Thanks for any help/advice.
If you got the master HEAD from github then yes you are using the experimental database version. Your blockchain.bin file won't be used, it will create a separate directory with .bitmonero for the database files.
Ah, ok, I grabbed the source from monero.cc - guess I'll go redo it. Thank you kindly, sir!