Post
Topic
Board Altcoin Discussion
Re: Bytecoin website and roadmap release (including CryptoNote protocol updates)
by
Ullo
on 31/03/2015, 18:21:34 UTC
Is it easy to implement INode to other CryptoNote currencies?

INode can be theoretically implemented in other CryptoNotes. However, it depends on the coins' developers whether it will actually be the case.

New network library
CryptoNote network layer is being migrated to a new library. Unlike epee library that has been used previously in all CryptoNote currencies, the new solution makes node's behavior much more predictable in runtime. This update splits CryptoNote network and worker threads and is a prerequisite for further multi-threading behavior optimization.
How important is this new library? Doesn't epee work fine? As far as I understand, epee is in the very core of CryptoNote. Wouldn't changing it affect a lot of other components?
My concern is that this should imply tremendous work, which can take a lot of time. Since it belongs to 1.0.5 release, does it imply that we're going to wait quite long for it be rolled out?

Epee is a great library but it doesn't fit in with our understanding of how Bytecoin core should operate. Unfortunately, I'm not ready to provide any further technical information at the moment, as this piece of work is far from being finished. What I can assure of is that we will do our best to implement this and every other mentioned feature as fast as possible.