From badecdb8e805c1b43e5dc949b789e9189d45ce5a Mon Sep 17 00:00:00 2001 From: SaketAnand Date: Thu, 13 Jul 2023 01:52:57 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2cdd54c..22e68c4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ BTC Wallet It is a web-based bitcoin wallet that promotes self-custody by generating Bitcoin addresses and private keys locally on the user's device. If you are suspicious about internet monitoring, then open the URL, disconnect your computer from the internet, and then generate the Bitcoin address and private key. Do not forget to copy and save the private key in a safe place. This BTC wallet doesn't give a seed phrase but directly the original private key, which makes it more secure for the users to take full custody of their bitcoins. + *note: seed phrases are English words and can be memorized by someone who looks at your screen. Private keys are random characters that hide inside asterisk signs that make it difficult for anyone to look at it and memorize it. These are client-side scripts that can generate Bitcoin addresses, send Bitcoin transactions to the blockchain, and monitor Bitcoin data from the bitcoin blockchain