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
Possible to customize recipients of mining transaction fee?
Customize the look
Can a node which does not have private key stored in own wallet
send coins from own private-blockchaine to public blockchaine(eg. bitcoin or etherium...)
we have change to version MC 1.0.5, still the chain stops on it own
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
customize your own port
+2
votes
Hi, i'm just wondering whether i can assign the port that i want when creating a new chain, instead of getting the multichain to randomly generate one for you. Thanks.
asked
Feb 7, 2017
by
anonymous
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
Yes, you have a couple of ways of doing this:
Pass a
-default-network-port=12345
command-line parameter to
multichain-util
when preparing the chain.
Modify the
params.dat
file between calling
multichain-util
and running
multichaind
for the first time.
More information on customizing blockchain parameters is provided here:
http://www.multichain.com/developers/blockchain-parameters/
Note also that individual nodes can use a different port if they choose to, via the
port
runtime parameter:
http://www.multichain.com/developers/runtime-parameters/
answered
Feb 7, 2017
by
MultiChain
Please
log in
or
register
to add a comment.
...