Skip to main content

Регистрация Оператора

Download Subspace Node

Download Subspace Node for your respective operating system.

tip

For running the Operator Node on Linux, proceed directly to the next step.

Выбор правильного домена

An operator needs to register on a specific domain and create a key pair to participate in bundle production. Autonomys is currently using domain 0 for the EVM domain. More domains will be available in the future. It is possible to register an operator for each domain, but each operator will require running its own node. Currently operators can only be registered on the Taurus network.

tip

Any account with the minimum operator stake of 100 tAI3 can become an operator.

Создать ключ оператора

Оператору нужна пара ключей для участия в производстве пакетов.

Чтобы создать новый ключ оператора, запустите следующую команду: subspace-node domain key create --base-path NODE_DATA_PATH --domain-id DOMAIN

Обязательно укажите базу --base-path для генерации ключа, и запустите узел оператора и не забудьте заменить значение в --domain-id идентификатором домена, на который вы хотели бы стать оператором.

tip

Оператор отвечает за поиск правильного идентификатора домена, на который он хочет работать.

Вы успешно сгенерировали ключ оператора, поздравляем!

note

Обязательно запишите и надежно сохраните распечатанную исходную фразу. В случае утечки или кражи информации ставки как для вашего оператора, так и для номинатора могут быть снижены.

Ключи были созданы в подпапке NODE_DATA_PATH в разделе /domains/domainID/keystore. Если вы не видите сгенерированный ключ в подпапке, что-то пошло не так.

Запуск ноды оператора домена

Нода оператора домена работает со встроенной нодой консенсуса, поэтому необходимо указать параметры как для ноды консенсуса, так и для ноды оператора домена:

note

В настоящее время цепочка домена не поддерживает синхронизацию от нод других операторов; она должна быть детерминированно получена из цепочки консенсуса блок за блоком.

info

Вам нужно "стереть" и синхронизировать свой узел из блока genesis без использования snap sync, поскольку вам нужно синхронизировать как консенсусные, так и доменные цепочки. Вам не нужно стирать какие-либо существующие участки.

tip

You can ignore setting up your_operator_id while you're syncing your node as you won't have an operator id until you have registered your operator. Make sure to set it after syncing and registration by replacing your_operator_id with your operator_id obtained when registering the operator.

subspace-node run `
--chain taurus `
--name your_node_name `
--base-path NODE_DATA_PATH `
--blocks-pruning archive-canonical `
--state-pruning archive-canonical `
--sync full `
-- `
--domain-id your_domain_id `
--operator-id your_operator_id `
--blocks-pruning archive-canonical `
--state-pruning 16000

Вы должны увидеть, что нода успешно запущена и начала синхронизацию.

Staking-13

Регистрация оператора в домене

info

It's crucial to fully sync your node before registering as an operator. Please follow the commands in the Start the domain operator node section and only register as an operator once your node is fully synced. If many operators are registered but their nodes are still syncing or offline, it can adversely affect the speed of block production in the domain. You are required to have at least 100 tSSC in order to register your operator.

Register an operator using Autonomys Staking interface

  1. Proceed to the staking tab on Astral and connect your wallet.

NStaking-1

  1. Select the wallet you would like to connect. Subwallet, PolkadotJS, and Talisman wallets are supported.

NStaking-2

  1. Введите пароль, чтобы предоставить доступ к Вашему кошельку.

NStaking-3

  1. Select the account you'd like to use from the dropdown menu. You can click the button in the upper left corner to see available and locked (staked) token balances for the selected account.

NStaking-4

NStaking-5

  1. While still on the Staking tab, select Register Operator.

NStaking-15

info

Не забудьте указать Minimum Nominator Stake по крайней мере 1 tSSC.

--This will need a new image once we have the gemini text replaced with Taurus text

  1. Select your Domain (It will default to the Taurus EVM), Signing key, Amount to Stake, Nominator Tax, and a Minimum Nominator Stake.

NStaking-6

info

Make sure to use the operator key generated on the previous Create operator key step.

  1. Подтвердите запрос во всплывающем окне.

NStaking-9

  1. Congratulations, you're now registered as an operator! While still on the Staking tab, select Operators and then Change the switch to say My nominations to see your operator and get the Operator Id.

NStaking-10

info

Регистрация оператора и его появление на странице может занять до 10 минут. Это может занять день до того, как ваша сумма разбивки отображается в таблице в общем виде пикета. После того, как у вас есть идентификатор оператора, вы можете перезагрузить узел оператора и включить в качестве параметра --operator-id **OPERATOR_ID**.

tip

You can view some additional actions by clicking on action next to your operator. You can increase your stake (Nominate), withdraw some existing stake, de-register your operator, and unlock funds.