tezpay_generate-payouts

docs/cmd/tezpay_generate-payouts.md## tezpay generate-payouts

generate payouts

Synopsis

generates payouts without further processing

tezpay generate-payouts [flags]

Options

  -c, --cycle int                     cycle to generate payouts for
      --dry-run                       Performs all actions except sending transactions. Reports are stored in 'reports/dry' folder
  -h, --help                          help for generate-payouts
      --include-previous-cycles int   Number of previous cycles to scan for missed payouts. A value of '0' (default) only processes the cycles in current interval. A value of '5' would re-check the last 5 cycles in addition to the current interval.
      --interval int                  Specifies the payout frequency in cycles. For example, '1' (default) attempts a payout every cycle. '10' attempts a payout every 10th cycle. See --interval-trigger-offset to adjust the start. (default 1)
      --interval-trigger-offset int   An offset (in cycles) to adjust *when* the payout interval triggers. Example: With an interval of '10', an offset of '0' (default) triggers on cycles 10, 20, 30. An offset of '3' triggers on cycles 13, 23, 33.
      --skip-balance-check            skips payout wallet balance check
      --to-file string                saves generated payouts to specified file

Options inherited from parent commands

      --disable-donation-prompt          Disable donation prompt
      --log-file string                  Logs to file
  -l, --log-level string                 Sets log level format (debug/info/warn/error) (default "info")
      --log-server string                launches log server at specified address
      --no-color                         Disable color output
  -o, --output-format string             Sets output log format (json/text/auto) (default "auto")
  -p, --path string                      path to working directory (default ".")
      --pay-only-address-prefix string   Pays only to addresses starting with the prefix (e.g. KT, usually you do not want to use this, just for recovering in case of issues)
      --signer string                    Override signer
      --skip-version-check               Skip version check

SEE ALSO

Auto generated by spf13/cobra on 12-Nov-2025