1. After 12 hours of the update node synchronized. Everything looks good.
The only one node is forged about 18 blocks (7.65 forged - for stats) and the other of about 3.
2. I do not like the current scheme of pale gray.
And do not have enough information content (for example, click on the number block opens detailed information about the time, the transaction list or even just additional columns in the Forged section: time block, forged amount).
But I understand that you have much more tasks. Just want all at once.
3. I remember discussed (possibly external users, not developers) that there are problems with the compilation ed25519 under Windows.
Maybe you have already decided the issue, but if you're interested, while I was writing vanish account generator, found a few projects:
1)
https://github.com/floodyberry/ed25519-donna ;
2)
https://github.com/nightcracker/ed25519 - this is the project I'm using to generate on Windows,
I get about 8,000 new public keys per second per 4 GHz core (using dll calls).
1) Thanks for the update.
2a) This will be changed during UX and re-branding work.
2b) The block explorer will provide the additional information.
3) The main problem is the node modules compiler (node-gyp), once we sort this out, we could compile or cross-compile Windows C++ versions.
There are guides, however they all seem to be more like attempts, rather then official / community ones.