How exactly does MultiChain broadcast the information?

+1 vote
What kind of code is involved? Is it using the boost c++ library's signals? How exactly do those work? Thanks!
asked Jun 30, 2017 by anonymous

1 Answer

0 votes
MultiChain uses the same peer-to-peer protocol as bitcoin:

https://en.bitcoin.it/wiki/Protocol_documentation

The only difference is the handshaking between nodes, where they prove their identities via their address.
answered Jun 30, 2017 by MultiChain
...