You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.Spinup local node based on the subtensor branch `spiigot/add-pallet-drand` using command `./scripts/localnet.sh False`
94
-
2. Create subnet
95
-
3. Change the next hyperparameters:
92
+
To test this in a local subnet:
93
+
1.Spin up a local node based on the subtensor branch `spiigot/add-pallet-drand` using command `./scripts/localnet.sh False`
94
+
2. Create a subnet
95
+
3. Change the following hyperparameters:
96
96
-`commit_reveal_weights_enabled` -> `True`
97
-
-`tempo` -> 10 (keep in mind you need to provide this as `tempo` argument to `get_encrypted_commit` function. Use polkadot website for this action.)
98
-
-`weights_rate_limit` -> 0 (you don't need to wait this limit to setting weights.)
99
-
4. Register 1 or more wallets
97
+
-`tempo` -> 10 (keep in mind that you need to provide this as `tempo` argument to `get_encrypted_commit` function. Use polkadot website for this action.)
98
+
-`weights_rate_limit` -> 0 (Reduces the limit when you can set weights.)
8. Cd to directory you clone`https://github.com/opentensor/bittensor-commit-reveal/tree/staging` repo (FFI for CRv3).
104
-
9. Install `maturin` python package and build/install `bittensor-commit-reveal` package to your env using next command `pip install maturin && maturin develop`
105
-
10. Run the next python script withing your python environment:
103
+
8. Cd to directory you cloned`https://github.com/opentensor/bittensor-commit-reveal/tree/staging` (FFI for CRv3).
104
+
9. Install the `maturin` python package and build/install `bittensor-commit-reveal` package to your env using the command `pip install maturin && maturin develop`
105
+
10. Run the following script within your python environment:
0 commit comments