URI: 
       tmore docs - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 5561e7186bffdf81506d34ca1218c7f2755041e1
   DIR parent bfe31f505d5867fb81703c66341091cba50fce68
  HTML Author: ecdsa <ecdsa@github>
       Date:   Sun,  3 Mar 2013 20:27:06 +0100
       
       more docs
       
       Diffstat:
         M docs/console.html                   |      12 +++++++++++-
       
       1 file changed, 11 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/docs/console.html b/docs/console.html
       t@@ -55,7 +55,17 @@ and <tt>dumpprivkeys</tt>, in order to dump the private keys of all adresses tha
            "1GavSCND6TB7HuCnJSTEbHEmCctNGeJwXF": "***************************************************"
        }
        </pre>
       -Note that <tt>dumpprivkey</tt> will ask for your password if your wallet is encrypted.
       +Note that <tt>dumpprivkey</tt> will ask for your password if your
       +wallet is encrypted.
       +<br/>
       +The GUI methods can be accessed through the <tt>gui</tt> variable.
       +For example, you can display a QR code from a string using
       +gui.show_qrcode.
       +Example: 
       +<pre>
       +gui.show_qrcode(dumpprivkey(listunspent()[0]['address']))
       +</pre>
       +
        </div> 
        </body>
        </html>