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
Copy file name to clipboardExpand all lines: README-EN.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -476,7 +476,7 @@ CoinOS: Top BTC Whale Positions (Hyperliquid)
476
476
477
477
</div>
478
478
479
-
Create a `.env` file (scripts auto-load from cwd, `~/.openclaw/workspace/.env`, `~/.openclaw/.env`, `~/.hermes/.env`, `~/.workbuddy/.env`— compatible with OpenClaw / Hermes / WorkBuddy local agents):
479
+
Put your keys in **`~/.coinos/.env`** (recommended — read no matter which directory you run scripts from). Scripts auto-load in this order: container `/workspace/.env` → `~/.coinos/.env` (canonical) → cwd `.env` → legacy `~/.openclaw/workspace/.env`, `~/.openclaw/.env`(backward-compat). You can also `export` them in your shell (env vars take highest priority):
480
480
481
481
```bash
482
482
# AiCoin API (optional — built-in free key works with IP rate limits)
0 commit comments