Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bittensor/commands/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def run(cli):
@staticmethod
def add_args(parser: argparse.ArgumentParser):
run_faucet_parser = parser.add_parser(
"faucet", help="""Register a wallet to a network."""
"faucet", help="""Perform PoW to receieve test TAO in your wallet."""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this command perform PoW ? Sorry for my ignorance here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's simply to run the faucet with a very low difficulty so takes ~15-30 sec. So people don't spam and get instant tokens.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL :)

)
run_faucet_parser.add_argument(
"--register.num_processes",
Expand Down