Hot wallet
Wallet's private key is stored on the server. Spending the funds you received is convenient. To minimize the risk of theft, regularly withdraw funds to a different wallet.
@model WalletSetupViewModel
@inject Microsoft.Extensions.Localization.IStringLocalizer StringLocalizer
@{
Layout = "_LayoutWalletSetup";
var title = StringLocalizer["Generate {0} Wallet", Model.CryptoCode];
ViewData.SetActivePage(StoreNavPages.OnchainSettings, title, $"{Context.GetStoreData().Id}-{Model.CryptoCode}");
}
@section Navbar {
Wallet's private key is stored on the server. Spending the funds you received is convenient. To minimize the risk of theft, regularly withdraw funds to a different wallet.
Please note that creating a hot wallet is not supported by this instance for non administrators.
Wallet's private key is erased from the server. Higher security. To spend, you have to manually input the private key or import it into an external wallet.
Please note that this instance does not support creating a new cold wallet for non-administrators. However, you can import one from other wallet software.