You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that it really does not matter where the URL is pointed to. The only important parameter here is the public key of the pin server.
96
+
Note that if the Jade is only ever meant to be used in QR mode, it does not matter where the URL is pointed to, making the public key of the pin server the only important parameter.
97
97
98
98
<details>
99
99
<summary>Alternative setup via USB</summary>
@@ -109,8 +109,8 @@ python3 set_jade_pinserver.py --serialport <ENTERJADESERIALPORT> --set-pubkey pa
109
109
110
110
The Jade is now configured with the static server public key of the `SimpleJadePinServer`.
111
111
112
-
Using SimpleJadePinServer
113
-
-------------------------
112
+
Using SimpleJadePinServer in QR mode
113
+
------------------------------------
114
114
115
115
Once the Jade is configured to work with `SimpleJadePinServer`, initialize the wallet. When asked to select a connection, choose QR.
116
116
@@ -137,3 +137,14 @@ Once scanning is complete, you are done and the wallet is ready to be used.
137
137
### Unlocking the wallet
138
138
139
139
If you want to unlock the wallet at some later point, select "QR Mode" -> "QR PIN Unlock" on the Jade. Enter your PIN and perform the same steps as described before.
140
+
141
+
Using SimpleJadePinServer in USB or BLE mode
142
+
--------------------------------------------
143
+
144
+
Once the Jade has its blind oracle configured to point to `SimpleJadePinServer`, simply use the Jade with Blockstream Green as normal. Blockstream Green might complain the first time, that a non-default blind oracle is being used.
145
+
146
+

147
+
148
+
This can be dismissed by first clicking on "Advanced", then enabling "Don't ask me again for this oracle" and finally clicking on "Allow Non-Default Connection".
149
+
150
+

0 commit comments