Cameron Fairchild
Cameron Fairchild
This PR Resolves #355
When the API returns a 400/500 error with no body, this raises a JSONReadError ```│ /home/user/anaconda3/envs/cudareg/lib/python3.10/site-packages/digitaloce │ │ an/Manager.py:66 in get_all_droplets │ │ │ │ 63 │ │ if tag_name:...
This PR adds a CUDA solver for the registration POW. - Requires: [cubit](https://github.com/opentensor/cubit/) - see requirements for cubit - installed as extra `pip install -e .[cubit]` - will throw error...
Turns out the bit shift to unpack the difficulty was also wrong - Fixed the bit shift - Added a test to catch this - Added a process restriction on...
#876 Fixes the flags The CPU register optimization introduced a bug where the btcli run command lacked some config flags that were used in CLI.register. This PR adds them in
- Moves overview args to cli parsers - Fixes overview when using `--hotkeys` or `--wallet.hotkeys`
Hi, I would like to add support for a token of the bittensor project based on substrate. I noticed you already have substrate integration so I anticipate it will be...
This PR addresses the issues with CUDA registration introduced by v3.3.4 This fixes: - Improper termination And this should fix: - Reduced actual hashrate (does not match reported) - `nonce_start...
This PR speeds up the storage call made by`subtensor.neurons` in the `subtensor.use_neurons_fast` function. This feature works by bundling a nodejs binary with the [polkadotjs API](https://github.com/polkadot-js/api). This binary is a CLI...
This PR fixes a bug where `--wallet.reregister False` was ignored during `btcli run` The expected behaviour is to not reregister a wallet that is not registered, and instead exit. The...