@using BTCPayServer.Views.Stores @model BTCPayServer.Services.Altcoins.Ethereum.UI.EditEthereumPaymentMethodViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData["NavPartialName"] = "../Stores/_Nav"; ViewData.SetActivePageAndTitle(StoreNavPages.ActivePage, $"{Context.GetRouteValue("cryptoCode")} Settings", Context.GetStoreData().StoreName); }
DO NOT USE THE WALLET TO ACCEPT PAYMENTS OUTSIDE OF THIS STORE.
If you spend funds received on invoices which have not been marked complete yet, the invoice will be marked as unpaid.
Please see this article.
Store the seed/password on server if provided. If not checked, will generate the xpub and erase the seed/pass from server
The public master key derived from a seed/pass/keypath. This allows you to generate addresses without private keys on the server.
The index to generate the next address from. If you are using a wallet that you have used before, be sure to set this to the last index +1
Check wallet by providing an address it can generate within the first 1000 indexes
@section PageFootContent { @await Html.PartialAsync("_ValidationScriptsPartial") }