This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Last login: Wed May 6 19:56:28 on ttys005 | |
| jackson@Noreens-iMac kalshi-bot % ssh root@204.48.22.204 << 'EOF' | |
| cd /root/kalshi-bot && . .venv/bin/activate && \ | |
| pkill -f "python.*market_maker.py" 2>/dev/null || true | |
| sleep 2 | |
| rm -f market_maker_ledger.jsonl | |
| timeout 30 python3 market_maker.py 2>&1 | tee /tmp/mm_debug.log | |
| sleep 1 | |
| echo | |
| echo "=== QUOTE POSTING DECISIONS ===" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jackson@Noreens-iMac kalshi-bot % ssh root@204.48.22.204 << 'EOF' | |
| cd /root/kalshi-bot && . .venv/bin/activate && \ | |
| pkill -f "python.*market_maker.py" 2>/dev/null || true | |
| sleep 2 | |
| rm -f market_maker_ledger.jsonl | |
| timeout 30 python3 market_maker.py 2>&1 | tee /tmp/mm_diagnostic.log | |
| sleep 1 | |
| echo | |
| echo "====== QUOTE LOOP ANALYSIS ======" | |
| grep -E "LOOP gate in_window|in_window=|secs_left=|skip quoting|WINDOW|FILL|posting quotes" /tmp/mm_diagnostic.log || echo "No quoting activity found" |