Taτsu Identity Wiki
  • Introduction to Bittensor
    • Core Concepts
    • Key Components
    • Use Cases
  • Introduction to Ta𝜏su Identity
    • Key Components
    • Features
    • Use Cases
    • Human Score
    • Architecture
  • Technical Guidelines
    • 1. Clone the Repository
    • 2. Install Dependencies
    • 3. Generate Wallet Keys
    • 4. Register Keys
    • 5. Run the Process
    • 6. Monitor and Verify
  • Key Definitions
  • FAQ
  • External Links
Powered by GitBook
On this page
  1. Technical Guidelines

3. Generate Wallet Keys

Previous2. Install DependenciesNext4. Register Keys

Last updated 9 months ago

To participate as a miner, you need to set up a wallet. You can specify the name you want for the wallet:

btcli wallet new_coldkey --wallet.name “NAME”

This will generate a new wallet and return the coldkey for that wallet. Remember to keep this key secure. Now generate a hotkey for the wallet you just created:

btcli wallet new_hotkey --wallet.name “NAME” --wallet.hotkey default

This command will generate a hotkey for your wallet. Securely store the generated keys!