Skip to content

Instantly share code, notes, and snippets.

View RestiveTuba's full-sized avatar

Jackson O'Hara RestiveTuba

View GitHub Profile
@RestiveTuba
RestiveTuba / mm_debug.log
Created May 7, 2026 00:04
Market Maker Full Debug Log
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 ==="
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"