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
Node, Wallet and Addresses
How can I connect multichain to Bitcoin network?
which is best solution for local currency decentralized or centralized multichain?
Second node in the same server stopped mining after a few blocks
Connecting all nodes with all nodes
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
Multichain addresses
+2
votes
I appreciate your great efforts by providing us the platform to learn more about blockchain and also constant support on this forum.
I require answer for two questions:
1. I am curious to know if every address needs to be connected to the node in a private network?
2. Is it possible to generate address outside the private network as a peer and transact? (Like Metamask)
multichain
wallet
connect
peer-connection
nodes
asked
Apr 12, 2018
by
Pavan123
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
As with public blockchains, there's no need for the addresses used on the network to be generated/stored by the nodes. But if your chain is permissioned, these addresses will still need to be granted the ability to transact.
answered
Apr 13, 2018
by
MultiChain
But is it correct, that you can only generate keypairs offline for a network if you know the params.dat, since you have to use some of the parameters to get valid key pairs?
Does that mean to say that node which provides one peer with address to send and receive only will not be able to send the transaction when that node is down?
@Alex - you don't need to have the params.dat to generate the key pairs in raw cryptographic form, but only to know how to represent them correctly as text with the right version prefixes (and checksums) for that particular blockchain.
@Pavan123 - the transaction can still be sent when the receiving node is down, it's not a problem. The receiving node will catch up when it comes back online.
Please
log in
or
register
to add a comment.
...