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
Sorry, It seems it was my mistake because of dirty build environment.
After cargo clean and running cargo build -p node-subtensor --profile production --features pow-faucet then running BUILD_BINARY=0 ./scripts/localnet.sh I got this:
fast_blocks is On
*** Building chainspec...
./scripts/localnet.sh: line 56: /home/mohsen/dev/bittensor-related/subtensor/scripts/../target/release/node-subtensor: No such file or directory
*** Chainspec built and output to file
*** Purging previous state...
*** Previous chainstate purged
*** Starting localnet nodes...
./scripts/localnet.sh: line 100: /home/mohsen/dev/bittensor-related/subtensor/scripts/../target/release/node-subtensor: No such file or directory
./scripts/localnet.sh: line 101: /home/mohsen/dev/bittensor-related/subtensor/scripts/../target/release/node-subtensor: No such file or directory
As I said earlier, It should be bittensor-node-templete out-of-date problem.
Running './scripts/localnet.sh' alone is fine and works.
BTW, I think a change needed in node/Cargo.toml in line 97:
Describe the bug
I got this error after running:
scripts/localnet.sh
To Reproduce
Accourdng to bittensor-node-template
Build with:
Then run:
Expected behavior
Should Run normally.
Environment
Linux Ubuntu 24.04
Subtensor commit hash:
cceaaa9249e70830f0801d37ca8a1916dd372dfb
The text was updated successfully, but these errors were encountered: