bitbox02-firmware
bitbox02-firmware copied to clipboard
Support for multiple bitboxes plugged in at the same time
It seems that electrum supports multiple bitboxes plugged in at the same time. Is this also possible through the python library?
Currently, this message suggests that it is not supported:
https://github.com/digitalbitbox/bitbox02-firmware/blob/1c59ef191a626d463fd3833bdfa0290f95498edf/py/send_message.py#L944-L945
It is possible. send_message is just a demo sandbox that uses the bitbox02 library to run through some demos on a device.
See for example get_any_bitbox02s() to get a list of all connected bitboxes. Note that a device is invisible to the host until after the orientation screen.