Im trying to implement the mijin catapult private blockchain of this example:
https://nemtech.github.io/getting-started/setup-workstation.html
And I´m having a error creating the first namespace. I have the dockers containers up and running. I use the following commands (Commands that appear in the documentation page).
I open a new window and I use the nem2-cli monitor unconfirmed command. The transaction appear
RegisterNamespaceTransaction: NamespaceName:foo NamespaceType:RootNamespace Duration:1000 Signer:SCTODS-K2RJUW-3TI4PZ-LGMQRM-VSQGJD-LQSRZ7-MQ7S Deadline:2018-12-04 Hash:F0A7EB32FD49DEA1BEAB6572376A3CAE348DA5E548FB4170D6C2FB65E724D8A9
The problem, is that the transaction never get confirmed. And I can´t follow the next steps of the implementation that appear in the documentation.
Any idea?
EDIT:
Looking at the UP docker containers I get the following answer:
And inside the docker-compose.yml I look for a container that is call api-node-0 that is not up in the server.