I've just checked
https://c-cex.com/?p=etd-btc and I see that they are also current with the number of blocks so they have updated too.
Empoex told me 2 days ago that they were delayed but were going to update too. Maybe they have updated by now. I will test it once I've got a bit of time.
I've done some updates to github these past days:
- remove zerocoin
- increase protocol version to 70001 (the idea is to disconnect in a week or so from pre-fork peers running version 1.1.0)
- add checkpoint 16500
- add getstaketx rpc command. Example:
./ethereumdarkd getstaketx 1a88ac885e6dfddd1f59f07b79b43bde5acf085206431cf224b310a9f870e7b9
{
"Stake TX Time" : 1418113271,
"Previous Time" : 1418072867,
"Days To Stake" : 0.46763889,
"Original Amount" : 386.32000000,
"PoS Reward" : 0.49495412,
"Reward %" : 0.12812024,
"Total New Amount" : 386.81495412,
"Size of Each New Block" : 193.40747706
}
The size of each new block is approximate.
I will release a new windows wallet once I fix the chat that was not working. I think it only adds bloat to have a chat in the wallet, but since it was already there I am trying to fix it. It is almost done, but I don't have time today to work on it.