mirror of
https://github.com/jaxperro/winning-wallet-finder.git
synced 2026-07-27 15:57:47 +00:00
d45255c48e
- Railway project magnificent-kindness DELETED (soft-delete, purges 2026-07-10) — retired-infra fully gone; requirements.txt loses its Railway-detection rationale (stdlib core, optional extras noted). - tests/test_check_book.py: the Option A orphan-fix regression harness moves into the repo (was session-local); 6 cases, no network/config. - daily.sh: calibration step — one row/day of live-book vs backtest equity to live/history/calibration.csv, the series that sizes real money (day-zero row seeded: live $1,000 vs model $22,027). - config.json.bak (untracked, stale copy of the leaked Alchemy key) deleted locally. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
6 lines
324 B
Plaintext
6 lines
324 B
Plaintext
# Core system: Python 3 stdlib only — nothing to install for the finder,
|
|
# the daily pipeline, or the PAPER copy bot.
|
|
# Optional extras, installed only where used:
|
|
# py-clob-client==0.34.6, web3==7.16.0 -> live trading (fly.Dockerfile has them)
|
|
# duckdb -> live/ cache + wide/ scanner
|