skycoin / skycoin

Skycoin Core and Wallet

Home Page:https://www.skycoin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GUI support for creating temporary wallets

iketheadore opened this issue · comments

Add an option in GUI to be able to create temporary wallets.

Temporary wallets could be created through API: /api/v1/wallet/createTemp. The wallet would only exist in memory, it would not be persisted to disk, and would disappear after restarting. People would not be able to recover it unless it has the seed. So we must have warning message to tell people that the you are creating a temporary wallet, and it will disappear after restarting.

Dup with #1109