From 90edfc865fc0147f927ca0b824a150c4bb4e110d Mon Sep 17 00:00:00 2001 From: Cruzpapap Date: Sat, 23 Nov 2024 02:49:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdc00f7..183a9d0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ #BitcoinBackup.sh Inspired by [this](http://plasticliving.blogspot.com/2011/05/my-preferred-way-to-backup-bitcoin.html) blog. Spare some change? -`1A71MsTCyDgH1RRaXuneWom98DGQHBskhh` +`1HT7xU2Ngenf7D4yocz2SAcnNLW7rK8d4E` Thanks! ##Simple Bitcoin wallet backup script This script allows you to simply __encrypt__ (with AES-256) and __backup__ your Bitcoin wallet. It creates a directory for your backups and packs the encrypted `wallet.dat` with textfile containing md5 sum and in case you forget (maybe while on other computer), command for decryption. In the end, you can setup SCP command (provided) for your server - backup yor wallet remotely, or just send it to your online e-mail account.