You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mainnet-probe.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ It is orchestrated nightly by the private `bitkit-nightly` repo (`mainnet-probe.
17
17
18
18
| Variable | Default | Description |
19
19
| --- | --- | --- |
20
+
|`PROBE_AMOUNT_PROFILE`|`full`| Default amount set for targets that do not define `amountMsat` or `amountsMsat`: `small`, `large`, `cover`, or `full`. |
20
21
|`PROBE_ORDER`|`config`| Order of probes per target: `config` = amounts as listed in target config, `desc` = highest amount first (avoids small probes "warming up" scorer knowledge of the route), `random` = global shuffle of all target+amount pairs. |
21
22
|`PROBE_RESET_SCORES`|`false`| When `true`, deletes the persisted pathfinding scores (`scorer` and `external_pathfinding_scores_cache` VSS keys) and restarts the node before probing, so every run starts from a fresh scorer (external scores are re-downloaded on startup). Recommended for scorer A/B experiments; the nightly job enables it by default. Accepts `true/false/1/0/yes/no`. |
22
23
|`PROBE_RESET_SCORES_TIMEOUT_SECONDS`|`180`| Timeout for the scores reset devtools command (covers node stop + VSS deletes + node start). |
0 commit comments