This might seem like a dumb question but I just want to be sure. So I have two nodes connected to each other on the same server. The first node is the one that created the blockchain. If I stop it using the command:
>sudo multichain-cli [chain-name] stop
Will that automatically kill all the other nodes created afterwards that are connected to the blockchain as well? Also is it possible to stop one node without stopping the entire blockchain and the other nodes connected to it?