On the Node Page (/node/{nodeId}), the following interactive actions are available:
/nodeInfo
Automatically retrieves and displays the node’s current status each time the node page is opened.
- Error handling: If the node is locked or encounters issues, the UI displays an appropriate error message.
- Use case: Provides real-time visibility into the node’s operational state.
/init
Initializes the node after its creation, making it ready for operation.
- Process: During initialization, the system generates a mnemonic and provides it to the user.
- Security: The mnemonic must be securely saved. It is the only way to recover the node’s wallet.
- Use case: Mandatory step after node creation to enable further actions.
Save your mnemonic immediately during the /init step. It will not be shown again. Loss of the mnemonic means loss of access to the node’s funds.
/lock
Secures the node by locking it, preventing unauthorized access.
- Process: The user enters a password to lock the node.
- Use case: Protects sensitive node operations when the node is not actively in use.
/unlock
Unlocks the node, allowing it to resume normal operations.
- Process: The user enters the correct password to reverse the lock status.
- Use case: Required to access and manage the node after it has been secured via
/lock or after an upgrade.