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
Why did a subscribe API call take a long time?
Why does the MultiChain Explorer sometimes takes a very long time to load
What does "synced_headers":-1 means and how to resolve it?
Why number of blocks increasing automatically ? And is any config to stop it ?
Just found multichain, trying to take my blockchain platform from idea/written plan to building it
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 long does it take to propagate permissions and why?
+2
votes
How long does it take to propagate permissions and why?
permission-times
asked
Mar 10, 2016
by
SlobodanMargetic
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
The usual transaction propagation time, one or a few seconds, depending on how densely connected your network is, and the geographical distances.
answered
Mar 10, 2016
by
MultiChain
we have had cases where it takes up to 15 min for a node to get issue permission with a setup where we have virtual 3 servers with a single node on each. Have you faced similar problems and do you have any suggestion as to what we might be doing wrong to get this problem.
This is certainly not the intended behavior. A few things to check:
a) Are the nodes connected to each other (use getpeerinfo)
b) Has the transaction in which the permission was issued propagated (use getrawtransaction)
c) Is there some kind of delay due to pending consensus - use listpermissions with verbose=true
Please
log in
or
register
to add a comment.
...