From c9aecdb15cd3e16211635783a52fc7c69d0e2d5e Mon Sep 17 00:00:00 2001 From: Federico Reiven Date: Wed, 8 Jul 2015 14:52:09 -0300 Subject: [PATCH] Add information to README on how to enter scrambled pin --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.rst b/README.rst index b716db4..eb208c2 100644 --- a/README.rst +++ b/README.rst @@ -46,6 +46,20 @@ also found in ``helloworld.py`` if __name__ == '__main__': main() +When you got asked for PIN, you have to enter scrambled pin shown in Trezor display using the numeric keyboard mapping. + + 7 8 9 + 4 5 6 + 1 2 3 + +Example: your pin is 1234 and your Trezor is displaying + + 2 8 3 + 5 4 6 + 7 9 1 + +You have to enter: 3795 + How to install (Windows) ------------------------ * Install Python 2.7 (http://python.org)