-
Notifications
You must be signed in to change notification settings - Fork 98
Description
When attempting to setup a personal blind oracle using blind_pin_server following instruction until:
"Plug in your uninitialized Blockstream Jade and enter the command below:
$ python3 set_jade_pinserver.py --serialport <ENTERJADESERIALPORT> --set-pubkey ../blind_pin_server/server_public_key.pub --set-url http://127.0.0.1:8096
Tip: You can find the system location to enter for the --serialport argument on the Devices tab of Blockstream Green. For example: --serialport /dev/cu.usbserial-01ETCB87. Make sure to close Green afterwards otherwise you will be unable to run the command above."
When entered returns error:
line 1, in <module>
import cbor2 as cbor
ModuleNotFoundError: No module named 'cbor2'
Not sure how to correct without modifying the jade.py script (surely not intended when not a config)
Please advise.