mirror of
https://github.com/jaxperro/winning-wallet-finder.git
synced 2026-07-27 15:57:47 +00:00
LIVE_TEST: pause/resume paths current (repo-root railway up); webhook-disable caution while worker is down
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+7
-2
@@ -38,9 +38,14 @@ verified. Fix anything red before arming.
|
||||
|
||||
## 4. Pause the paper worker (avoids the two bots fighting over the feed)
|
||||
|
||||
cd ~/…/scratchpad/railway-copybot && railway down --service copybot -y
|
||||
cd ~/polymarket-smart-money && railway down --service copybot --yes
|
||||
# …or pause the service in the Railway dashboard
|
||||
|
||||
Note: the worker is the push-mode webhook receiver — while it's down, Alchemy
|
||||
gets delivery failures and retries; a long pause can auto-disable the webhook
|
||||
(re-enable it at dashboard.alchemy.com → Webhooks). Keep test sessions short
|
||||
or expect to flip it back on.
|
||||
|
||||
## 5. Arm (you type the phrase — that's the point of it)
|
||||
|
||||
python3 copybot.py --config config.live.json \
|
||||
@@ -57,7 +62,7 @@ SETTLE line + auto-redeem tx hash.
|
||||
|
||||
Ctrl-C the live bot, then redeploy the paper worker:
|
||||
|
||||
cd ~/…/scratchpad/railway-copybot && railway up --service copybot --detach
|
||||
cd ~/polymarket-smart-money && railway up --service copybot --detach
|
||||
|
||||
## Notes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user