Rename Producer Name
Register Form ↗ Delete Registration ↗ Privacy Policy ↗
Deterministic Ordering through Linear Iterations
Rename Your Producer
Change the name attached to your key
This page never asks for your private key. You sign a short message on your own machine and paste back only the signature.
Why this matters

Your producer signing key is the same key your node signs blocks with. No website should ever ask for it — including this one. Signing is offline and read-only: it never contacts the node or the network, and needs no restart.

One rename per 30 days. A successful rename starts a 30-day cooldown on your public key. There is no undo and no override — if you pick the wrong name you keep it for a month. Read it twice before you submit. (Renaming to the name you already have is rejected as a no-op and does not consume the cooldown.)
How it works

You prove ownership of your producer key by signing a short message with it, exactly as you did when you registered. The backend then:

  1. Verifies the signature against the pubkey in the request.
  2. Checks the new name is free, not reserved, and not the one you already have.
  3. Checks the 30-day cooldown has elapsed on that pubkey.
  4. Applies the rename immediately — there is no confirmation step of any kind, and nothing is sent to you.
  5. Releases your previous name the instant the change commits. It is not reserved for you and there is no cool-off on it: anyone can claim it immediately, including someone who wants to be mistaken for you. If the old name matters, do not free it by renaming.

Your public key and network are untouched, and so is the registration itself: renaming is not a re-registration and does not touch the 30-day post-deletion lockout. Only the display name changes.

The public /names list is rebuilt at the origin at most once every 30 seconds, and it is served with Cache-Control: public, max-age=30, so a client that caches the response can be a further 30 seconds behind that.

The network dashboard reads that list once per page load, so the new name shows up there on a later load of that page — a dashboard already open will not pick it up until someone reloads it. A node whose public key is already in the dashboard's own built-in producer list keeps that built-in name instead.

1 Name it

0 / 64

64 characters. Run doli ... info on your node and copy the value printed after “Public Key:”. Uppercase is folded to lowercase automatically.

Enter a full 64-character public key to look up your current name.

3–32 characters · letters, numbers, _ . -
Stored lowercase, so Alice and alice are the same name.

Only used to build the wallet path in the command below. It is set for you once your key is found.

2 Sign it

Available once you generate a command above.

3 Rename it

Available once you generate a command above.