From 0262d13944e16ce890bb59bb0abf6550140d1c37 Mon Sep 17 00:00:00 2001 From: slush0 Date: Sun, 2 Feb 2014 15:29:07 +0100 Subject: [PATCH] Added warning about entering secrets to this script --- mnemonic_check.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mnemonic_check.py b/mnemonic_check.py index 197cfce..740bced 100755 --- a/mnemonic_check.py +++ b/mnemonic_check.py @@ -3,6 +3,11 @@ Use this script to cross-check that TREZOR generated valid mnemonic sentence for given internal (TREZOR-generated) and external (computer-generated) entropy. + + Keep in mind that you're entering secret information to this script. + Hijacking of these information may lead to stealing your bitcoins + from your wallet! We strongly recommend to run this script only on + offline computer (ideally live linux distribution without internet connection). ''' import binascii