@if (!User.IsInRole(Roles.ServerAdmin))
{
You are not an admin on this server. While you are able to import or generate a wallet via seed with your account, please understand that you are trusting the server admins not just with your
privacy but also with
trivial access to your funds. If you NEED to use this feature, please reconsider hosting your own BTCPay Server instance.
}
You may generate a wallet with a seed and import the xpub it into BTCPay. You can optionally also tell NBX to import the keys to the node wallet to be able to view & spend received funds from it.
You can choose to import an existing mnemonic seed phrase. If you leave blank, we will generate one for you.
If checked, each private key associated with an address generated will be stored as metadata in NBXplorer. While convenient, this means that anyone with access to your server will have access to your private keys and will be able to steal your funds.
@if (ViewData["CanUseRPCImport"] is true)
{
If checked, each address generated will be imported into the node wallet so that you can view your balance through your node. When this is enabled alongside Is hot wallet
, you're also able to use the node wallet to spend (this works pretty well in conjunction with apps such as FullyNoded).
}