Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
private blockchain platform.
Please feel free to ask questions about the platform to receive answers from the developers or other members of the community.
Related questions
List all addresses in a given blockchain?
how a node can retrieve the list of blocks when connected to the multichain
how to see the list of offers from chain
How to get the list of owners for any asset?
send an amount of asset to multiple addresses at the same time
3,431
questions
3,614
answers
4,470
comments
Most popular tags
multichain
assets
streams
stream
blockchain
transactions
json-rpc
wallet
permissions
error
address
asset
raw-transactions
mining
node
issue
api
multichain-explorer
connect
nodes
multichaind
multisig
transaction
metadata
private-key
multichain-cli
atomic-exchange
web
demo
database
connection
blocks
bitcoin
storage
private-blockchain
performance
data
smart-contracts
multichain-web-demo
fee
wallets
exchange
json
native-currency
rpc
network
smart-filters
getnewaddress
signrawtransaction
asset-balance
the list of addresses allowed to connect to the blockchain
0
votes
hello ,
is it possible to read the list of addresses allowed to connect to the blockchain (the list that is used to very connection during handshake process). thank you
asked
Nov 30, 2018
by
johndev
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Best answer
You can use command
multichain-cli chainName listpermissions connect
It will return the array of addresses which has connect permissions
answered
Nov 30, 2018
by
anshuman
selected
Dec 3, 2018
by
johndev
Please
log in
or
register
to add a comment.
...