@using BTCPayServer.Client @using BTCPayServer.Views.Stores @using Microsoft.AspNetCore.Mvc.TagHelpers @model BTCPayServer.PayoutProcessors.OnChain.UIOnChainAutomatedPayoutProcessorsController.OnChainTransferViewModel @{ var storeId = Context.GetStoreData().Id; var cryptoCode = Context.GetRouteValue("cryptocode")?.ToString(); ViewData.SetLayoutModel(new(nameof(StoreNavPages.PayoutProcessors), StringLocalizer["On-Chain Payout Processor"])); }

Set a schedule for automated On-Chain Bitcoin Payouts.

@if (!ViewContext.ModelState.IsValid) {
}
minutes
blocks
@cryptoCode
Only process payouts when this payout sum is reached.
@section PageFootContent { }