Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add register_cost command for registering a neuron to a subnet #2195

Open
wants to merge 3 commits into
base: staging
Choose a base branch
from

Conversation

0xxfu
Copy link

@0xxfu 0xxfu commented Aug 1, 2024

Executes the ``register_cost`` command to return the cost of registering a neuron on the Bittensor network by recycling some TAO.

This command is used to determine the registration cost for a neuron on a specified subnet within the network.

Usage:
    The command verifies the existence of the specified subnet and returns the current recycle amount required for registration. The cost is displayed in TAO, the network's native token.

    The registration cost is essential for users to understand the financial commitment required to add a neuron to the network. It is a critical factor in the decision-making process for contributing to the network.

Example usage::

    btcli register_cost --netuid 1

Note:
    This command is useful for users who wish to understand the registration cost before proceeding with the registration process. It provides valuable information for planning and budgeting the registration of a neuron on the network.

@gus-opentensor
Copy link
Collaborator

@0xxfu thank you for the submission - we're taking a look.

@gus-opentensor gus-opentensor added the In Review Cortex Team Members Reviewing label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
In Review Cortex Team Members Reviewing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants