std::vector<CMasterNodeVote> vmn;
CBlockHeader()
{
SetNull();
}
IMPLEMENT_SERIALIZE
(
READWRITE(this->nVersion);
nVersion = this->nVersion;
READWRITE(hashPrevBlock);
READWRITE(hashMerkleRoot);
READWRITE(nTime);
READWRITE(nBits);
READWRITE(nNonce);
)
The wallet has been updated.
Darksend was open source only a 2/3 ago, I guess they'll include it soon.I was starting to look at coding a darkcoin wallet ... and here it is - without bugs! No darksend feature that I can see though.
HashEngineering is the wallet still working with RC4?
Do you guys also develop iPhone apps by any chance?
Call for devs: Software adoption
think you have to bump your protocol version up to match darkcoind v0.10.16.16
it was updated November 14th.
git blame src/version.h | grep VERSION | grep 2014-11
80c65cbb (Evan Duffield 2014-11-14 08:39:02 -0700 28) static const int PROTOCOL_VERSION = 70046;
8833d12a (Evan Duffield 2014-11-12 09:44:20 -0700 34) static const int MIN_PEER_PROTO_VERSION = 70043;
HashEngineering indeed a protocol version bump should do it.Seems like this may be it -- zero peers connecting, and my last android block is from Nov 13th.
emailed hasheng to check protocol version: