← back to Ken
Use Unix socket for Ken hourly signal database
d840eb666dbe5986eb48925ef9e694c3c3d450d3 · 2026-09-11 10:32:29 -0700 · Steve Abrams
Files touched
M kalshi-dash/follow-the-winners-check.sh
Diff
commit d840eb666dbe5986eb48925ef9e694c3c3d450d3
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Fri Sep 11 10:32:29 2026 -0700
Use Unix socket for Ken hourly signal database
---
kalshi-dash/follow-the-winners-check.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kalshi-dash/follow-the-winners-check.sh b/kalshi-dash/follow-the-winners-check.sh
index ca6c760..78c58f9 100755
--- a/kalshi-dash/follow-the-winners-check.sh
+++ b/kalshi-dash/follow-the-winners-check.sh
@@ -10,7 +10,7 @@ LOG="$DATA/run.log"; STATE="$DATA/state.json"; LATEST="$DATA/latest.txt"
TO="${FTW_TO:-steve@designerwallcoverings.com}"; CNCP="${CNCP_URL:-http://localhost:3333}"
log(){ echo "[$(date -Iseconds)] $1" | tee -a "$LOG" >&2; }
-OUT="$(cd "$DIR" && KEN_DATABASE_URL="postgresql://localhost:5432/ken" node follow-the-winners.mjs 2>&1)"
+OUT="$(cd "$DIR" && KEN_DATABASE_URL="postgresql://localhost:5432/ken?host=/tmp" node follow-the-winners.mjs 2>&1)"
echo "$OUT" > "$LATEST"
# a real signal = proven winners AND at least one live-bet row (line starting with BUY_)
← 8f36d51 document TK-10166 live-arm verification
·
back to Ken
·
Bump kalshi-dash to 1.0.5 after verified socket migration cc32555 →