From 5561e7186bffdf81506d34ca1218c7f2755041e1 Mon Sep 17 00:00:00 2001 From: ecdsa Date: Sun, 3 Mar 2013 20:27:06 +0100 Subject: [PATCH] more docs --- docs/console.html | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) 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']))
+
+ -- 1.7.1