Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
How does a Stream work exactly?
broadcast asset request and allow first reply to send asset
How to Increase the speed of blocks synchronization
Does Multichain support data transfer?
In Multichain does every node keep a copy of blocks of unsubscribed streams?
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
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!
related to an answer for:
Broadcast messages to all nodes in a private blockchain
multichain
stream
sync
broadcast
asked
Jun 30, 2017
by
anonymous
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
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
Please
log in
or
register
to add a comment.
...