diff --git a/docs/console.html b/docs/console.html index 9026a8638..e8430f023 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']))
+
+