3. Generate Wallet Keys

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!

Last updated