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
You can monitor the Auto Upgrader using logs. Their location depends on the `SUBVORTEX_EXECUTION_METHOD`:
203
+
You can monitor the Auto Upgrader's behavior through logs, which vary depending on the `SUBVORTEX_EXECUTION_METHOD` you chose during setup:
161
204
162
-
-**`service`**: logs are in `/var/log/subvortex-auto-upgrader/` and accessible via `tail -f <SERVICE_PATH>` e.v `tail -f /var/log/subvortex-auto-upgrader/subvortex-miner-neuron.log`
163
-
-**`process`**: logs are in `/root/.pm2/logs/` and accessible via `pm2 log <PROCESS_NAME>` e.g `pm2 log subvortex-miner-neuron`
164
-
-**`container`**: use `docker logs subvortex-auto-upgrader` (add `-f` to follow in real time) and accessible via `docker logs <CONTAINER_NAME>` e.g `docker logs subortex-miner-neuron`
205
+
-**🔧 `service` mode**
206
+
Logs are stored in:
165
207
166
-
<br />
208
+
```
209
+
/var/log/subvortex-auto-upgrader/
210
+
```
167
211
168
-
# 🔑 Personal Access Token <aid="personal-access-token"></a>
212
+
View logs in real time with:
169
213
170
-
To allow the system to pull Docker images and release assets from GitHub, you need to generate a GitHub Personal Access Token (PAT).
It will restart the Auto Upgrader using the `EXECUTION_METHOD`, which defaults to `service`.
255
-
256
-
Use `-h` to see the options
303
+
# 🔑 Personal Access Token <aid="personal-access-token"></a>
257
304
258
-
<br />
305
+
To allow the system to pull Docker images and release assets from GitHub, you need to generate a GitHub Personal Access Token (PAT).
259
306
260
-
# 🧹 Quick Clean <aid="quick-clean"></a>
307
+
1. Go to [GitHub Settings → Developer Settings → Personal Access Tokens](https://github.com/settings/tokens).
308
+
2. Choose **Fine-grained tokens** (recommended) or **Classic** (still supported).
309
+
3. Create a new token with at least the following permissions:
261
310
262
-
To clean the Auto Upgrader workspace and/or dumps. Optionally to remove the current version.
311
+
-**read:packages**
312
+
-**read:org** (required if the repository is under an organization)
313
+
-**public_repo** (sometimes required for public repositories)
263
314
264
-
```bash
265
-
./scripts/quick_clean.sh
266
-
```
315
+
4. Set the token to **read-only access** where possible.
316
+
5. Copy and save the token securely.
267
317
268
-
Use `-h` to see the options
318
+
Then, copy that token as value of `SUBVORTEX_GITHUB_TOKEN` in the main Auto Upgrader `.env` file.
269
319
270
320
<br />
271
321
@@ -302,7 +352,7 @@ For each of them, the same structure applies:
302
352
303
353
<br />
304
354
305
-
# Tools <aid="tools"></a>
355
+
# 🛠️ Tools <aid="tools"></a>
306
356
307
357
## Wandb <aid="tool-wandb"></a>
308
358
@@ -399,6 +449,34 @@ subvortex/
399
449
400
450
<br />
401
451
452
+
# 🤝 Support Scope <aid="support-scope"></a>
453
+
454
+
SubVortex only provides support for components related to SubVortex mining and validating activities.
455
+
456
+
This includes:
457
+
458
+
- Auto Upgrader installation and usage
459
+
- SubVortex Miner and Validator management
460
+
- Logging, upgrades, and troubleshooting SubVortex-specific services
461
+
462
+
⚠️ Node Support Disclaimer
463
+
We do not offer support for general Subtensor node operations. SubVortex is designed to scale nodes, not maintain them. As such, we cannot guarantee reliability or provide assistance with node-specific issues like syncing, peering, or Subtensor registration.
464
+
465
+
If you need help with Subtensor nodes, try one of the following resources:
466
+
467
+
- Bittensor [`#general`](https://discord.com/channels/799672011265015819/799672011814862902) channel on Discord
468
+
- Bittensor [`#faq`](https://discord.com/channels/799672011265015819/1215386737661055056) channel on Discord
469
+
- Church of Rao [`#subtensor`](https://discord.com/channels/1120750674595024897/1245487232928714863) channel on Discord
0 commit comments