I created a a bitcoin-style blockchain on Ubuntu 14,
and downloaded the parameters file from http://www.multichain.com/download/bitcoin-protocol-params.dat
and modified the default-network-port from 8333 to 8444.
then start "multichaind mybitcoin -daemon"
It seems that the node is not started:
/*************************************************************
MultiChain Core Daemon build 1.0 beta 1 protocol 10008
MultiChain server starting
Looking for genesis block...
Genesis block found
Other nodes can connect to this node using:
multichaind mybitcoin@192.186.0.106:8444
Protocol version 10002
*************************************************************/
Where's the problem?