Still squashing the last few bugs before I can release the 2.0 daemon, unfortunately.
I'm sure people want to see progress, so here's a zip file of the source code, with the networking code (the major headache source) over here removed, since it's gonna be completely overhauled tomorrow:
http://1.curecoinmirror.com/MainProgram.zipHere's the current status:
-Need networking code fixed
-GUI (separate app) is bugged out
-A bit more refining is needed for the blockchain storage.
To launch the 2.0.0a1 daemon in a working condition, I need the networking code solid, and the blockchain storage tightened up a bit. I'm going to head off to bed as it's about 1 in the morning and I've been staring at code since morning, and I'm sure >90% of my productivity was in the first 10-ish hours of working. I have some stuff in real life to tend to tomorrow, so I'm hoping to get a daemon out by tomorrow evening, but we'll see, this morning I thought this would be a simple addition of networking code, and it seems that's just not the case.
Objects in there that are broken have been replaced with some default object so they compile for other tests.
And you'll notice the 2nd constructor in Block isn't finished, that's gonna take about 10 minutes to do, just don't have the brainpower to do it and test right now.