From: ecdsa Date: Sun, 3 Mar 2013 19:27:06 +0000 (+0100) Subject: more docs X-Git-Url: https://git.novaco.in/?p=electrum-nvc.git;a=commitdiff_plain;h=5561e7186bffdf81506d34ca1218c7f2755041e1 more docs --- diff --git a/docs/console.html b/docs/console.html index 9026a86..e8430f0 100644 --- a/docs/console.html +++ b/docs/console.html @@ -55,7 +55,17 @@ and dumpprivkeys, in order to dump the private keys of all adresses tha "1GavSCND6TB7HuCnJSTEbHEmCctNGeJwXF": "***************************************************" } -Note that dumpprivkey will ask for your password if your wallet is encrypted. +Note that dumpprivkey will ask for your password if your +wallet is encrypted. +
+The GUI methods can be accessed through the gui variable. +For example, you can display a QR code from a string using +gui.show_qrcode. +Example: +
+gui.show_qrcode(dumpprivkey(listunspent()[0]['address']))
+
+