From 81287e358470b61c27513d2a7b56c6d0d12ef41f Mon Sep 17 00:00:00 2001 From: Dinesh Pinto Date: Fri, 13 Dec 2024 10:01:21 +0400 Subject: [PATCH] fix(docs): instructions for sortition keygen --- docs/run-node/6-flare-systems-provider.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/run-node/6-flare-systems-provider.mdx b/docs/run-node/6-flare-systems-provider.mdx index ee6fdfc3..facaa074 100644 --- a/docs/run-node/6-flare-systems-provider.mdx +++ b/docs/run-node/6-flare-systems-provider.mdx @@ -150,7 +150,13 @@ Accounts for Fast Updates submission need to be generated and funded with gas fe These can be any accounts **not used** for the five accounts in [register addresses](#register-addresses). You are recommended to use **three** separate accounts to avoid nonce conflicts. -Register the generated sortition key via the `EntityManager` contract by calling [`registerPublicKey`](/network/fsp/solidity-reference/IEntityManager#registerpublickey) with your identity address. +When registering the sortition key using the explorer, you will need to manually create a signature: + +```bash +docker run --rm ghcr.io/flare-foundation/fast-updates/go-client:latest keygen --key --address +``` + +Register the generated sortition key and signature via the `EntityManager` contract by calling [`registerPublicKey`](/network/fsp/solidity-reference/IEntityManager#registerpublickey) with your identity address, use the signature generated by the previous command as the input to `_verificationData`.
Automated registration on testnets.