From 6bafaf97d9980355e38fd93a96917a52148453e9 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Tue, 30 Apr 2019 06:55:27 -0700 Subject: [PATCH] web wallet details --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index af749a3a2..0dcb54cd0 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,22 @@ private keys. Nothing needs to be done, and if you use the Hush web wallet with a seed phrase, you can unlock your new funds on the new Hush mainnet with the same seedphrase. +This web wallet is hosted on a best-effort basis to give newcomers an easy way +to make addresses for mining and other uses. Please heed this advice to keep +your funds safe: + + * DO NOT USE FOR LARGE AMOUNTS, use a full node or light wallet + * ALWAYS ACCESS VIA https:// + * DO NOT USE FROM PUBLIC WIFI + * DO NOT USE ON A COMPUTER OTHER PEOPLE USE + +Even if you follow all those rules, due to web wallets relying on DNS and IP +addresss, there are still potential attacks. You have been warned. + + https://wallet.myhush.org + +The source code for the Hush web wallet is here: https://github.com/MyHush/myhushwallet + Installing ----------