Network looks very solid so far.
My tampered solominer got rejected from network yesterday, and ended on his own fork alone - since i disabled the CheckBlock() code and it confirmed his tampered blocks while network rejecting them :grin:
I recently tried to cause "DoS due to log spam" with a tampered protocolversion client, but the masternodes didn't didn't even care one bit.
Additionally i connected a RC2 masternode to testnet, to find that it only can participate as a normal client. If you start the masternode you will find it isolated, as the protcolversion/message format is incompatible between RC2 and RC3.
Still a minor issue with current versioning of 0.9.x client: It should be 0.9.
5.12, but the binary to download is 0.9.
4.12 (clientversion 90412) - so you accidentically stepped back a revision number during checkpointer rollback in git.
BTW: Whats the rationale of currently having different versioning schemes for client (0.
9.
5.x) and masternode (0.
10.
9.x)? What about having a common scheme (0.12.x.y) for both and change binary name for masternode to 'darkcoinmnd' instead? So the corresponding binaries will always be
darkcoind-0.12.x.y
darkcoin-qt-0.12.x.y
darkcoinmnd-0.12.x.y
(You may have noticed that i am very keen on a consistent versioning scheme to improve release management/process... )
I am currently in the process of getting the gitian builds to work, so that darkcoin is able to provide deterministic builds of binaries which are signed for validity - learning a lot from bitcoin's process here.
I plan to be finished this weekend and to setup something similiar to
https://download.litecoin.org/litecoin-0.8.6.2/ where you can download all recent and old versions of darkcoin for all supported operating systems (Win, Linux, MacOS X). Doing good progress on this.