mirror of
https://github.com/monero-project/monero.git
synced 2025-08-24 23:09:21 -04:00
![]() - adds a new option `--hw-device-deriv-path` to the simple wallet. Enables to specify wallet derivation path / wallet code (path avoided so it can be misinterpreted as a file path). - devices can use different derivation mechanisms. Trezor uses standard SLIP-10 mechanism with fixed SLIP-44 prefix for Monero - Trezor: when empty, the default derivation mechanism is used with 44'/128'/0'. When entered the derivation path is 44'/128'/PATH. - Trezor: the path is always taken as elements are hardened (1<<31 bit turned on) |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
device.cpp | ||
device.hpp | ||
device_cold.hpp | ||
device_default.cpp | ||
device_default.hpp | ||
device_io.hpp | ||
device_io_hid.cpp | ||
device_io_hid.hpp | ||
device_ledger.cpp | ||
device_ledger.hpp | ||
log.cpp | ||
log.hpp |