@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.SetActivePage(StoreNavPages.PayoutProcessors, "On-Chain Payout Processor", storeId); }

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 { }