Crypto Masternode MonitorMasternode monitoring

User guide

Last updated: September 7, 2026

Crypto Masternode Monitor asks each network, at regular intervals, how your nodes are doing. It keeps the answers on your phone, shows them on one screen and notifies you when something changes. There is nothing to create and no account to log into: the app is useful within a minute of installing it.

Adding a masternode

Network picker listing the supported networks

Adding a node takes two steps: choose the network, then give the node's public identifier. The two steps are separate on purpose — the identifiers of several networks are indistinguishable from one another (64 hexadecimal characters, in all cases), so no app could guess the network for you.

  1. On the home screen, tap .
  2. Pick your network from the list.
  3. Paste the identifier, or tap the QR icon to scan one.
  4. Give the node a name you will recognise — it is yours, stored only on your device.

Which identifier?

It depends on the network family, and the field's placeholder always tells you which one is expected:

On most networks you can also search by payout address, and on a few by IP address. The app looks your node up in the network's own list before adding it, so a typo is caught immediately rather than showing up as a permanently offline node.

Never enter a private key. Monitoring only ever needs public data. On several networks the app can reject a private key on sight, from its format alone, before any network request is made. On the others a BLS private key is mathematically indistinguishable from a proTxHash, which is exactly why the app validates your input against the network's public list locally, and never sends it to a server-side search filter.

Reading the dashboard

Dashboard with the overall status banner and nodes grouped by network

One screen holds every network. Nodes are grouped by network, and each group carries its own summary bar.

The detail screen

Detail screen showing status, last activity and node addresses Reward queue position and estimated next reward

Tap a node to open it. What you see depends on what the network actually publishes — the app shows a field only when it has a real value behind it, rather than a label with a blank next to it:

Estimates are estimates. A reward queue position is computed from the rules of the network and its measured block time. It is a projection, never a promise — and the app says nothing at all on the networks where it could not verify the model against reality.

Notifications and alerts

Alerts fire on a change of state: a healthy node that breaks, and a broken node that recovers. A node that stays broken does not re-notify you every few minutes.

Three settings keep the volume sane, under Settings → Notifications:

There is exactly one exception to the delay: the alert that tells you a node has recovered, when its failure was announced. Warning you about a breakdown and never telling you it is over would be worse than the spam avoided.

The app also watches the node software releases of each network you monitor, at most once a day, and tells you when a new version is published. The very first check is never notified — otherwise installing the app would fire an alert for every network at once.

Background checks depend on the operating system. Android and iOS both decide when a backgrounded app may run. The app asks to be woken at your chosen interval, but neither system guarantees it — battery savers, Doze mode and low-power mode all delay it. Open the app and everything refreshes immediately.

Networks and data sources

Network settings screen listing each network and its current data source

Every network has its own data source: either an official public API, or the RPC address of a node you provide. Settings → Networks lists them all, each subtitled with the source it is currently using — it is the one place where an unconfigured network is visible without opening it.

Networks with no official public source start out empty, on purpose: the alternative would be to route your traffic through a commercial gateway you never chose. Set them up once, in a couple of minutes, following the RPC endpoint guide.

A network with no address is not an error. Its requests fail like a network outage, so the network simply goes offline and your nodes keep their last known state. No node is ever declared "deregistered" because a source was unreachable.

Backup and restore

Settings → Backup exports your monitored nodes — and, if you tick the box, your settings — to a single .json file, through the system share sheet. Restoring reads that file back on any device, Android or iOS: the format is identical on both.

Settings

Still stuck? The FAQ covers the questions that come up most often, and support tells you how to reach us.