Upgrading multichain

+1 vote
Does upgrading multichain has impact on running nodes, If we just delete old files and swap them with new ones?

-multichaind

-multichain-cli

-multichain-util

And if it does have impact what is the right procedure to do upgrade?

Should we for insance shutdown running nodes before upgrade?
asked Feb 26, 2016 by bojan.radulovic

1 Answer

0 votes

To upgrade, first shut down any nodes that are running by issuing the following command:

multichain-cli [chain-name] stop

Then, yes, simply replace the 3 executables, and start up the node again:

multichaind [chain-name] -daemon

answered Feb 26, 2016 by MultiChain
...