We put our best effort into covering all topics related to Dimecoin. Each section will cover a different category. Not all documentation may be 100% accurate, if you spot an error, please report it or submit a PR request on GitHub.
REMINDER: This documentation is always evolving. If you have not been here for a while, perhaps check again. Things may have been added or updated since your last visit!
P2P Networks#
This section describes the Dimecoin P2P network protocol (but it is not a specification). It does not describe the BIP70 payment protocol, the GetBlockTemplate mining protocol, or any network protocol never implemented in an official version of Dimecoin Core.
All peer-to-peer communication occurs entirely over TCP.
Note
Unless their description says otherwise, all multi-byte integers mentioned in this section are transmitted in little-endian order.