Skip to content

Scrub house LAN IP from dream-stack examples - #1

Merged
Coinupbtc merged 1 commit into
mainfrom
cursor/scrub-house-lan-ip-5e0d
Sep 2, 2026
Merged

Scrub house LAN IP from dream-stack examples#1
Coinupbtc merged 1 commit into
mainfrom
cursor/scrub-house-lan-ip-5e0d

Conversation

@Coinupbtc

Copy link
Copy Markdown
Owner

Hygiene-only. Do not merge until CoS / Coin Up approve.

Replaces every 192.168.100.11 house LAN address with safe placeholders. Scripts still read N2_IP / BATON_QWEN from the environment (and .env where they already sourced it).

Files touched

  • env.example
  • README.md (URL cell only — no hero rewrite)
  • dream-baton.py
  • run-tool-eval-69.sh
  • run-prime-then-solo-qwen-69.sh
  • scripts/start-roommate.sh
  • scripts/status.sh
  • scripts/smoke.sh
  • scripts/start-baton.sh
  • scripts/run-teb.sh

Placeholders used

  • 192.0.2.10 — RFC 5737 TEST-NET-1, for env defaults and BATON_QWEN fallbacks (env.example, dream-baton.py, script ${N2_IP:-…} defaults).
  • $N2_IP / ${N2_IP} — README glance table and scripts that already composed Qwen URLs from env (including QWEN_VISION_BACKEND_HOST and run-tool-eval-69.sh curls).
  • start-baton.shBATON_QWEN still wins when set; otherwise http://${N2_IP:-192.0.2.10}:8100/v1.

No secrets, no new features, no force-push. Tree grep for 192.168.100.11 should be empty after this change.

Open in Web Open in Cursor 

Replace 192.168.100.11 with RFC 5737 TEST-NET-1 (192.0.2.10) or $N2_IP so clones do not inherit the house node2 address. Scripts still read N2_IP / BATON_QWEN from the environment.

Co-authored-by: Coinupbtc <coinupbtc@gmail.com>
@Coinupbtc
Coinupbtc merged commit 3d1a70a into main Sep 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants