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

btcli 6.12.2 hangs #1942

Open
zhedgehog opened this issue May 25, 2024 · 3 comments
Open

btcli 6.12.2 hangs #1942

zhedgehog opened this issue May 25, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@zhedgehog
Copy link

Describe the bug

There are several issues with bittensor 6.12.2 version:

  1. Unable to perform btcli w overview
  2. Unable to register btcli s register
  3. Unable to remove stake btcli st remove

For example, running a while loop for wallet overview (with 40 hotkeys) is causing it to hang:

while true; do btcli w overview --subtensor.chain_endpoint 192.168.13.10:9944 --all; sleep 1800; done;

To Reproduce

Create 2 coldkeys with 40 hotkeys in each.

Run while loop with 900+ seconds delay, for example:

while true; do btcli w overview --subtensor.chain_endpoint 192.168.13.10:9944 --all; sleep 1800; done;

While this runs, try to register on a subnet.

Expected behavior

Successful report of wallet overviews.

You should also be able to break-out of btcli with ctrl+c, yet this fails as the session hangs.

Screenshots

No response

Environment

Debian 12 / Bittensor 6.12.2

Additional context

NOTE: 6.10.1 works well, rollback is a workaround

pip install bittensor==6.10.1

@zhedgehog zhedgehog added the bug Something isn't working label May 25, 2024
@zhedgehog
Copy link
Author

zhedgehog commented Jul 4, 2024

This is directly related to:
https://blog.bittensor.com/bittnesor-community-update-july-3-2024-45661b1d542d

I was 'pip installed' bittensor==6.12.2

@uncleluk21
Copy link

You where affacted?

@zhedgehog
Copy link
Author

You where affacted?

100%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants