Skip to content

Commit

Permalink
chore: pdm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drunest committed Oct 1, 2024
1 parent 4126a22 commit 2236701
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 60 deletions.
4 changes: 4 additions & 0 deletions app/src/auto_validator/core/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ def install_validator(self, request, queryset):
self.message_user(request, "Please select only one subnet slot.", level="ERROR")
return
subnet_slot = queryset.first()
# change the path to the actual path of the private key
# change the hotkey to the actual hotkey of the validator
# change the IP address to the actual IP address of the server
# change the username to the actual username of the server
# change the path to the actual path of the private key
Expand All @@ -120,6 +122,8 @@ def install_validator(self, request, queryset):
subnet_slot.subnet.codename,
subnet_slot.blockchain,
subnet_slot.netuid,
"/root/.bittensor/wallets/validator",
"validator-hotkey",
"219.15.67.27",
"root",
"/root/.ssh/id_rsa",
Expand Down

This file was deleted.

56 changes: 28 additions & 28 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2236701

Please sign in to comment.