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
Get ip address of all nodes
List of all the nodes from our blockchain
Connecting all nodes with all nodes
Get Inactive nodes
Connection failure between nodes?
4,175
questions
4,388
answers
5,749
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
connection
data
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
multiple-nodes
exchange
getnewaddress
Get All Nodes
0
votes
I am creating a blockchain as a service.. it is possible to get all nodes so that I can bill them or do you have any suggestions?
nodes
asked
1 day
ago
by
eskiesirius
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
I'm not sure I understand the question. You can run as many nodes as you want on your own systems, and change for them as you wish.
answered
12 hours
ago
by
MultiChain
i mean is if it is possible to get all the list of nodes in the network including the local nodes..
You can use getpeerinfo to list the nodes to which this node is connected, but there is no way to *provably* know all of the nodes in a network. For example, one node you know about might be connected to one node you don't know about, with neither of them sharing that information.
Please
log in
or
register
to add a comment.
...