4

I have set a Monero node as a service on a virtual machine with --detach option to run it in the background. I can check the service status through Linux command or connect to the node with a wallet.

But, how can I check the detached daemon status without a wallet? Could I reattach the daemon?

cialu
  • 1,661
  • 13
  • 44

1 Answers1

3

You just run commands like monerod status which connects to the detached process and runs the command (status in this example).

You can also use the daemons RPC get_info.

But, how can I check the detached daemon status without a wallet?

A node does not have a wallet attached to it.

jtgrassie
  • 19,601
  • 4
  • 17
  • 54