From dd8c6c600112fe325787ec5a71b8dffa24b3d027 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 21 Mar 2022 14:11:37 +0000 Subject: [PATCH] Update docs to non-legacy directory --- OLD_WALLETS.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/OLD_WALLETS.md b/OLD_WALLETS.md index cf46eb69b..99f96f46f 100644 --- a/OLD_WALLETS.md +++ b/OLD_WALLETS.md @@ -24,11 +24,14 @@ or this command line tool: https://git.hush.is/hush/hush3/src/master/contrib/con ### Using an old wallet.dat -Backup your old HUSH wallet.dat, and backup any current wallet.dat that is in your +Backup your old HUSH wallet.dat, and backup any current wallet.dat that is in ~/.komodo/HUSH3/ -directory. There is no way to lose funds, as long as you have backups!!! Make sure +OR + ~/.hush/HUSH3/ + +There is no way to lose funds, as long as you have backups!!! Make sure to make backups. Do not skip this step. Make sure any/all GUI wallets are stopped! Also make sure your old Hush node @@ -42,12 +45,12 @@ corrupt your wallet! Now copy your old Hush wallet.dat to - ~/.komodo/HUSH3/ + ~/.hush/HUSH3/ with a command like # DO NOT RUN THIS WITHOUT MAKING BACKUPS! - cp ~/.hush/wallet.dat ~/.komodo/HUSH3/ + cp ~/.hush/wallet.dat ~/.hush/HUSH3/ The reason this works is that both old HUSH and new HUSH are still Bitcoin Protocol coins, which both use secp256k1 public keys. Now start your HUSH3 node again,