23.0.0 • Published 5 months ago

@ledgerhq/live-cli v23.0.0

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

ledger-live CLI tools

Please be advised this software is experimental and shall not create any obligation for Ledger to continue to develop, offer, support or repair any of its features. The software is provided “as is.” Ledger shall not be liable for any damages whatsoever including loss of profits or data, business interruption arising from using the software.

Ledger Live @ https://github.com/LedgerHQ/ledger-live-common

Usage: ledger-live <command> ...

Usage: ledger-live cosmosValidators
     --format <String>        : json | default

Usage: ledger-live polkadotValidators
     --format <String>        : json|csv|default
     --status <String>        : The status of the validators to fetch (all|elected|waiting)
     --validator <String>     : address of recipient validator that will receive the delegate

Usage: ledger-live tezosListBakers
     --whitelist              : filter whitelist
     --format <String>        : json | default

Usage: ledger-live tronSuperRepresentative
     --max <Number>           : max number of super representatives to return
     --format <String>        : json | default

Usage: ledger-live app        # Manage Ledger device's apps
 -d, --device <String>        : provide a specific HID path of a device
 -v, --verbose                : enable verbose logs
 -i, --install <String>       : install an application by its name
 -u, --uninstall <String>     : uninstall an application by its name
 -o, --open <String>          : open an application by its display name
     --debug <String>         : get information of an application by its name
 -q, --quit                   : close current application

Usage: ledger-live appUninstallAll # uninstall all apps in the device
 -d, --device <String>        : provide a specific HID path of a device

Usage: ledger-live appsCheckAllAppVersions # install/uninstall all possible apps available on our API to check all is good (even old app versions)
 -d, --device <String>        : provide a specific HID path of a device
 -m, --memo                   : a file to memorize the previously saved result so we don't run again from the start

Usage: ledger-live appsInstallAll # test script to install and uninstall all apps
 -d, --device <String>        : provide a specific HID path of a device

Usage: ledger-live appsUpdateTestAll # test script to install and uninstall all apps
 -d, --device <String>        : provide a specific HID path of a device
     --index <Number>

Usage: ledger-live balanceHistory # Get the balance history for accounts
 -d, --device <String>        : provide a specific HID path of a device
     --xpub <String>          : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
     --id <String>            : restore an account id (or a partial version of an id) (alternatively to --device)
     --file <filename>        : use a JSON account file or '-' for stdin (alternatively to --device)
     --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
 -s, --scheme <String>        : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
 -i, --index <Number>         : select the account by index
 -l, --length <Number>        : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
     --paginateOperations <Number>: if defined, will paginate operations
 -p, --period <String>        : all | year | month | week | day
 -f, --format <default | json | asciichart>: how to display the data

Usage: ledger-live bot        # Run a bot test engine with speculos that automatically create accounts and do transactions
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
 -m, --mutation <String>      : filter the mutation to run by a regexp pattern

Usage: ledger-live botPortfolio # Use speculos and a list of supported coins to retrieve all accounts
 -f, --format <operationBalanceHistoryBackwards | operationBalanceHistory | json | head | default | basic | full | stats | significantTokenTickers>: how to display the data

Usage: ledger-live botTransfer # transfer funds from one seed (SEED) to another (SEED_RECIPIENT)

Usage: ledger-live broadcast  # Broadcast signed operation(s)
 -d, --device <String>        : provide a specific HID path of a device
     --xpub <String>          : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
     --id <String>            : restore an account id (or a partial version of an id) (alternatively to --device)
     --file <filename>        : use a JSON account file or '-' for stdin (alternatively to --device)
     --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
 -s, --scheme <String>        : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
 -i, --index <Number>         : select the account by index
 -l, --length <Number>        : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
     --paginateOperations <Number>: if defined, will paginate operations
 -t, --signed-operation <String>: JSON file of a signed operation (- for stdin)

Usage: ledger-live cleanSpeculos # clean all docker instance of speculos

Usage: ledger-live countervalues # Get the balance history for accounts
 -c, --currency <String>      : ticker of a currency
 -C, --countervalue <String>  : ticker of a currency
 -p, --period <String>        : all | year | month | week | day
 -f, --format <stats | supportedFiats | default | json | asciichart>: how to display the data
 -v, --verbose
     --fiats                  : enable all fiats as countervalues
 -m, --marketcap <Number>     : use top N first tickers available in marketcap instead of having to specify each --currency
 -g, --disableAutofillGaps    : if set, disable the autofill of gaps to evaluate the rates availability
 -l, --latest                 : only fetch latest
 -d, --startDate <String>

Usage: ledger-live derivation

Usage: ledger-live devDeviceAppsScenario # dev feature to enter into a specific device apps scenario
 -d, --device <String>        : provide a specific HID path of a device
 -s, --scenario <String>      : nanos160-outdated-apps | nanos160-outdated-bitcoin-apps

Usage: ledger-live deviceAppVersion
 -d, --device <String>        : provide a specific HID path of a device

Usage: ledger-live deviceInfo
 -d, --device <String>        : provide a specific HID path of a device

Usage: ledger-live deviceVersion
 -d, --device <String>        : provide a specific HID path of a device

Usage: ledger-live discoverDevices
 -m, --module <String>        : filter a specific module (either hid | ble)
 -i, --interactive            : interactive mode that accumulate the events instead of showing them

Usage: ledger-live envs       # Print available environment variables

Usage: ledger-live estimateMaxSpendable # estimate the max spendable of an account
 -d, --device <String>        : provide a specific HID path of a device
     --xpub <String>          : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
     --id <String>            : restore an account id (or a partial version of an id) (alternatively to --device)
     --file <filename>        : use a JSON account file or '-' for stdin (alternatively to --device)
     --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
 -s, --scheme <String>        : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
 -i, --index <Number>         : select the account by index
 -l, --length <Number>        : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
     --paginateOperations <Number>: if defined, will paginate operations

Usage: ledger-live exportAccounts # Export given accounts to Live QR or console for importing
 -d, --device <String>        : provide a specific HID path of a device
     --xpub <String>          : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
     --id <String>            : restore an account id (or a partial version of an id) (alternatively to --device)
     --file <filename>        : use a JSON account file or '-' for stdin (alternatively to --device)
     --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
 -s, --scheme <String>        : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
 -i, --index <Number>         : select the account by index
 -l, --length <Number>        : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
     --paginateOperations <Number>: if defined, will paginate operations
 -o, --out                    : output to console

Usage: ledger-live firmwareRepair # Repair a firmware update
 -d, --device <String>        : provide a specific HID path of a device
     --forceMCU <String>      : force a mcu version to install

Usage: ledger-live firmwareUpdate # Perform a firmware update
 -d, --device <String>        : provide a specific HID path of a device
     --to-my-own-risk         : this is a developer feature that allow to flash anything, we are not responsible of your actions, by flashing your device you might reset your seed or block your device
     --osuVersion <String>    : (to your own risk) provide yourself an OSU version to flash the device with
     --listOSUs               : list all available OSUs (for all devices, beta and prod versions)

Usage: ledger-live generateAppJsonFromDataset # Extract accounts from test datasets and print a sample app.json usable for tests

Usage: ledger-live generateTestScanAccounts # Generate a test for scan accounts (live-common dataset)
 -d, --device <String>        : provide a specific HID path of a device
     --xpub <String>          : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
     --id <String>            : restore an account id (or a partial version of an id) (alternatively to --device)
     --file <filename>        : use a JSON account file or '-' for stdin (alternatively to --device)
     --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
 -s, --scheme <String>        : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
 -i, --index <Number>         : select the account by index
 -l, --length <Number>        : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
     --paginateOperations <Number>: if defined, will paginate operations
 -f, --format <operationBalanceHistoryBackwards | operationBalanceHistory | json | head | default | basic | full | stats | significantTokenTickers>: how to display the data

Usage: ledger-live generateTestTransaction # Generate a test for transaction (live-common dataset)
 -d, --device <String>        : provide a specific HID path of a device
     --xpub <String>          : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
     --id <String>            : restore an account id (or a partial version of an id) (alternatively to --device)
     --file <filename>        : use a JSON account file or '-' for stdin (alternatively to --device)
     --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
 -s, --scheme <String>        : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
 -i, --index <Number>         : select the account by index
 -l, --length <Number>        : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
     --paginateOperations <Number>: if defined, will paginate operations
     --self-transaction       : Pre-fill the transaction for the account to send to itself
     --use-all-amount         : Send MAX of the account balance
     --recipient <String>     : the address to send funds to
     --amount <String>        : how much to send in the main currency unit
     --shuffle                : if using multiple token or recipient, order will be randomized
     --collection <String>    : collection of an NFT (in corelation with --tokenIds)
     --tokenIds <String>      : tokenId or list of tokenIds of an NFT separated by commas (order is kept in corelation with --quantities)
     --quantities <String>    : quantity or list of quantity of an ERC1155 NFT separated by commas (order is kept in corelation with --tokenIds)
     --mode <String>          : mode of transaction: send, optIn, claimReward
     --fees <String>          : how much fees
     --gasLimit <String>      : how much gasLimit. default is estimated with the recipient
     --memo <String>          : set a memo
 -t, --token <String>         : use an token account children of the account
     --feePerByte <String>    : how much fee per byte
     --pickUnconfirmedRBF     : also pick unconfirmed replaceable txs
 -E, --excludeUTXO <String>   : exclude utxo by their txhash@index (example: -E hash@3 -E hash@0)
     --rbf                    : enable replace-by-fee
     --bitcoin-pick-strategy <String>: utxo picking strategy, one of: DEEP_OUTPUTS_FIRST | OPTIMIZE_SIZE | MERGE_OUTPUTS
     --cosmosSourceValidator <String>: for redelegate, add a source validator
     --cosmosValidator <String>: address of recipient validator that will receive the delegate
     --cosmosAmountValidator <String>: Amount that the validator will receive
     --tokenId <String>       : determine the tokenId of an NFT (related to the --colection)
     --gasPrice <String>      : how much gasPrice. default is 2gwei. (example format: 2gwei, 0.000001eth, in wei if no unit precised)
     --nonce <String>         : set a nonce for this transaction
     --data <String>          : set the transaction data to use for signing the ETH transaction
     --validator <String>     : address of recipient validator that will receive the delegate
     --era <String>           : Era of when to claim rewards
     --rewardDestination <String>: Reward destination
     --fee <String>           : how much fee
     --tag <Number>           : ripple tag
     --memoType <String>      : stellar memo type
     --memoValue <String>     : stellar memo value
     --storageLimit <String>  : how much storageLimit. default is estimated with the recipient
     --subAccount <String>    : use a sub account instead of the parent by index
     --duration <String>      : duration in day
     --resource <String>      : reward ENERGY or BANDWIDTH
     --tronVoteAddress <String>: address of the super representative voting
     --tronVoteCount <String> : number of votes for the vote address

Usage: ledger-live genuineCheck # Perform a genuine check with Ledger's HSM
 -d, --device <String>        : provide a specific HID path of a device

Usage: ledger-live getAddress # Get an address with the device on specific derivations (advanced)
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
 -d, --device <String>        : provide a specific HID path of a device
     --path <String>          : HDD derivation path
     --derivationMode <String>: derivationMode to use
 -v, --verify                 : also ask verification on device

Usage: ledger-live getTransactionStatus # Prepare a transaction and returns 'TransactionStatus' meta information
 -d, --device <String>        : provide a specific HID path of a device
     --xpub <String>          : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
     --id <String>            : restore an account id (or a partial version of an id) (alternatively to --device)
     --file <filename>        : use a JSON account file or '-' for stdin (alternatively to --device)
     --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
 -s, --scheme <String>        : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
 -i, --index <Number>         : select the account by index
 -l, --length <Number>        : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
     --paginateOperations <Number>: if defined, will paginate operations
     --self-transaction       : Pre-fill the transaction for the account to send to itself
     --use-all-amount         : Send MAX of the account balance
     --recipient <String>     : the address to send funds to
     --amount <String>        : how much to send in the main currency unit
     --shuffle                : if using multiple token or recipient, order will be randomized
     --collection <String>    : collection of an NFT (in corelation with --tokenIds)
     --tokenIds <String>      : tokenId or list of tokenIds of an NFT separated by commas (order is kept in corelation with --quantities)
     --quantities <String>    : quantity or list of quantity of an ERC1155 NFT separated by commas (order is kept in corelation with --tokenIds)
     --mode <String>          : mode of transaction: send, optIn, claimReward
     --fees <String>          : how much fees
     --gasLimit <String>      : how much gasLimit. default is estimated with the recipient
     --memo <String>          : set a memo
 -t, --token <String>         : use an token account children of the account
     --feePerByte <String>    : how much fee per byte
     --pickUnconfirmedRBF     : also pick unconfirmed replaceable txs
 -E, --excludeUTXO <String>   : exclude utxo by their txhash@index (example: -E hash@3 -E hash@0)
     --rbf                    : enable replace-by-fee
     --bitcoin-pick-strategy <String>: utxo picking strategy, one of: DEEP_OUTPUTS_FIRST | OPTIMIZE_SIZE | MERGE_OUTPUTS
     --cosmosSourceValidator <String>: for redelegate, add a source validator
     --cosmosValidator <String>: address of recipient validator that will receive the delegate
     --cosmosAmountValidator <String>: Amount that the validator will receive
     --tokenId <String>       : determine the tokenId of an NFT (related to the --colection)
     --gasPrice <String>      : how much gasPrice. default is 2gwei. (example format: 2gwei, 0.000001eth, in wei if no unit precised)
     --nonce <String>         : set a nonce for this transaction
     --data <String>          : set the transaction data to use for signing the ETH transaction
     --validator <String>     : address of recipient validator that will receive the delegate
     --era <String>           : Era of when to claim rewards
     --rewardDestination <String>: Reward destination
     --fee <String>           : how much fee
     --tag <Number>           : ripple tag
     --memoType <String>      : stellar memo type
     --memoValue <String>     : stellar memo value
     --storageLimit <String>  : how much storageLimit. default is estimated with the recipient
     --subAccount <String>    : use a sub account instead of the parent by index
     --duration <String>      : duration in day
     --resource <String>      : reward ENERGY or BANDWIDTH
     --tronVoteAddress <String>: address of the super representative voting
     --tronVoteCount <String> : number of votes for the vote address
 -f, --format <default | json>: how to display the data

Usage: ledger-live liveData   # utility for Ledger Live app.json file
 -d, --device <String>        : provide a specific HID path of a device
     --xpub <String>          : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
     --id <String>            : restore an account id (or a partial version of an id) (alternatively to --device)
     --file <filename>        : use a JSON account file or '-' for stdin (alternatively to --device)
     --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
 -s, --scheme <String>        : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
 -i, --index <Number>         : select the account by index
 -l, --length <Number>        : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
     --paginateOperations <Number>: if defined, will paginate operations
     --appjson <filename>     : path to a live desktop app.json
 -a, --add                    : add accounts to live data

Usage: ledger-live makeCompoundSummary # Create a summary of compound operations (ETH)
 -d, --device <String>        : provide a specific HID path of a device
     --xpub <String>          : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
     --id <String>            : restore an account id (or a partial version of an id) (alternatively to --device)
     --file <filename>        : use a JSON account file or '-' for stdin (alternatively to --device)
     --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
 -s, --scheme <String>        : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
 -i, --index <Number>         : select the account by index
 -l, --length <Number>        : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
     --paginateOperations <Number>: if defined, will paginate operations
 -f, --format <summary | default>: how to display the data

Usage: ledger-live managerListApps # List apps that can be installed on the device
 -d, --device <String>        : provide a specific HID path of a device
 -f, --format <raw | json | default>

Usage: ledger-live portfolio  # Get a portfolio summary for accounts
 -d, --device <String>        : provide a specific HID path of a device
     --xpub <String>          : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
     --id <String>            : restore an account id (or a partial version of an id) (alternatively to --device)
     --file <filename>        : use a JSON account file or '-' for stdin (alternatively to --device)
     --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
 -s, --scheme <String>        : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
 -i, --index <Number>         : select the account by index
 -l, --length <Number>        : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
     --paginateOperations <Number>: if defined, will paginate operations
     --countervalue <String>  : ticker of a currency
 -p, --period <String>        : all | year | month | week | day
 -g, --disableAutofillGaps    : if set, disable the autofill of gaps to evaluate the rates availability

Usage: ledger-live proxy
 -d, --device <String>        : provide a specific HID path of a device
 -f, --file <String>          : in combination with --record, will save all the proxied APDUs to a provided file. If --record is not provided, proxy will start in replay mode of the provided file. If --file is not used at all, the proxy will just act as a proxy without saving the APDU.
 -v, --verbose                : verbose mode
 -s, --silent                 : do not output the proxy logs
     --disable-auto-skip      : auto skip apdu that don't replay instead of error
 -p, --port <String>          : specify the http port to use (default: 8435)
 -r, --record                 : see the description of --file

Usage: ledger-live receive    # Receive crypto-assets (verify on device)
 -d, --device <String>        : provide a specific HID path of a device
     --xpub <String>          : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
     --id <String>            : restore an account id (or a partial version of an id) (alternatively to --device)
     --file <filename>        : use a JSON account file or '-' for stdin (alternatively to --device)
     --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
 -s, --scheme <String>        : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
 -i, --index <Number>         : select the account by index
 -l, --length <Number>        : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
     --paginateOperations <Number>: if defined, will paginate operations
     --qr                     : also display a QR Code
     --freshAddressIndex <Number>: Change fresh address index

Usage: ledger-live repl       # Low level exchange with the device. Send APDUs from stdin.
 -d, --device <String>        : provide a specific HID path of a device
 -f, --file <filename>        : A file can also be provided. By default stdin is used.

Usage: ledger-live satstack   # SatStack: Generate and manage lss.json file
 -d, --device <String>        : provide a specific HID path of a device
     --no-device              : disable the scanning of device descriptors
     --no-save                : disable the save of the lss file
     --lss <filename>         : A file to save the sats stack state
     --rpcHOST <String>       : host to rpc full node (e.g. 127.0.0.1:8332)
     --rpcUSER <String>       : username of full node
     --rpcPASSWORD <String>   : password of full node
     --rpcTLS                 : use tls in full node

Usage: ledger-live satstackStatus # Check StackSats status
     --continuous             : enable status polling

Usage: ledger-live scanDescriptors # Synchronize accounts with blockchain
 -d, --device <String>        : provide a specific HID path of a device
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.

Usage: ledger-live send       # Send crypto-assets
 -d, --device <String>        : provide a specific HID path of a device
     --xpub <String>          : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
     --id <String>            : restore an account id (or a partial version of an id) (alternatively to --device)
     --file <filename>        : use a JSON account file or '-' for stdin (alternatively to --device)
     --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
 -s, --scheme <String>        : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
 -i, --index <Number>         : select the account by index
 -l, --length <Number>        : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
     --paginateOperations <Number>: if defined, will paginate operations
     --self-transaction       : Pre-fill the transaction for the account to send to itself
     --use-all-amount         : Send MAX of the account balance
     --recipient <String>     : the address to send funds to
     --amount <String>        : how much to send in the main currency unit
     --shuffle                : if using multiple token or recipient, order will be randomized
     --collection <String>    : collection of an NFT (in corelation with --tokenIds)
     --tokenIds <String>      : tokenId or list of tokenIds of an NFT separated by commas (order is kept in corelation with --quantities)
     --quantities <String>    : quantity or list of quantity of an ERC1155 NFT separated by commas (order is kept in corelation with --tokenIds)
     --mode <String>          : mode of transaction: send, optIn, claimReward
     --fees <String>          : how much fees
     --gasLimit <String>      : how much gasLimit. default is estimated with the recipient
     --memo <String>          : set a memo
 -t, --token <String>         : use an token account children of the account
     --feePerByte <String>    : how much fee per byte
     --pickUnconfirmedRBF     : also pick unconfirmed replaceable txs
 -E, --excludeUTXO <String>   : exclude utxo by their txhash@index (example: -E hash@3 -E hash@0)
     --rbf                    : enable replace-by-fee
     --bitcoin-pick-strategy <String>: utxo picking strategy, one of: DEEP_OUTPUTS_FIRST | OPTIMIZE_SIZE | MERGE_OUTPUTS
     --cosmosSourceValidator <String>: for redelegate, add a source validator
     --cosmosValidator <String>: address of recipient validator that will receive the delegate
     --cosmosAmountValidator <String>: Amount that the validator will receive
     --tokenId <String>       : determine the tokenId of an NFT (related to the --colection)
     --gasPrice <String>      : how much gasPrice. default is 2gwei. (example format: 2gwei, 0.000001eth, in wei if no unit precised)
     --nonce <String>         : set a nonce for this transaction
     --data <String>          : set the transaction data to use for signing the ETH transaction
     --validator <String>     : address of recipient validator that will receive the delegate
     --era <String>           : Era of when to claim rewards
     --rewardDestination <String>: Reward destination
     --fee <String>           : how much fee
     --tag <Number>           : ripple tag
     --memoType <String>      : stellar memo type
     --memoValue <String>     : stellar memo value
     --storageLimit <String>  : how much storageLimit. default is estimated with the recipient
     --subAccount <String>    : use a sub account instead of the parent by index
     --duration <String>      : duration in day
     --resource <String>      : reward ENERGY or BANDWIDTH
     --tronVoteAddress <String>: address of the super representative voting
     --tronVoteCount <String> : number of votes for the vote address
     --ignore-errors          : when using multiple transactions, an error won't stop the flow
     --disable-broadcast      : do not broadcast the transaction
     --format <String>        : default | json | silent

Usage: ledger-live signMessage # Sign a message with the device on specific derivations (advanced)
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
     --path <String>          : HDD derivation path
     --derivationMode <String>: derivationMode to use
     --message <String>       : the message to sign

Usage: ledger-live speculosList # list apps available for speculos

Usage: ledger-live swap       # Perform an arbitrary swap between two currencies on the same seed
 -m, --mock                   : Whether or not to use the real backend or a mocked version
 -a, --amount <Number>        : Amount in satoshi units to send
 -u, --useAllAmount           : Attempt to send all using the emulated max amount calculation
 -w, --wyreUserId <String>    : If provided, will attempt to use Wyre provider with given userId
 -t, --tokenId <String>       : Use a token account children of the account
 -f, --useFloat               : Use first floating rate returned. Defaults to false.
 -d, --device <String>        : provide a specific HID path of a device
     --xpub <String>          : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
     --id <String>            : restore an account id (or a partial version of an id) (alternatively to --device)
     --file <filename>        : use a JSON account file or '-' for stdin (alternatively to --device)
     --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
 -s, --scheme <String>        : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
 -i, --index <Number>         : select the account by index
 -l, --length <Number>        : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
     --paginateOperations <Number>: if defined, will paginate operations

Usage: ledger-live sync       # Synchronize accounts with blockchain
 -d, --device <String>        : provide a specific HID path of a device
     --xpub <String>          : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
     --id <String>            : restore an account id (or a partial version of an id) (alternatively to --device)
     --file <filename>        : use a JSON account file or '-' for stdin (alternatively to --device)
     --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
 -s, --scheme <String>        : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
 -i, --index <Number>         : select the account by index
 -l, --length <Number>        : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
     --paginateOperations <Number>: if defined, will paginate operations
 -f, --format <operationBalanceHistoryBackwards | operationBalanceHistory | json | head | default | basic | full | stats | significantTokenTickers>: how to display the data

Usage: ledger-live testDetectOpCollision # Detect operation collisions
 -d, --device <String>        : provide a specific HID path of a device
     --xpub <String>          : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
     --id <String>            : restore an account id (or a partial version of an id) (alternatively to --device)
     --file <filename>        : use a JSON account file or '-' for stdin (alternatively to --device)
     --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
 -s, --scheme <String>        : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
 -i, --index <Number>         : select the account by index
 -l, --length <Number>        : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
     --paginateOperations <Number>: if defined, will paginate operations

Usage: ledger-live testGetTrustedInputFromTxHash
 -d, --device <String>        : provide a specific HID path of a device
 -c, --currency <String>
 -h, --hash <String>

Usage: ledger-live user

Usage: ledger-live version

Usage: ledger-live walletconnect # Create a walletconnect session
 -d, --device <String>        : provide a specific HID path of a device
     --xpub <String>          : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
     --id <String>            : restore an account id (or a partial version of an id) (alternatively to --device)
     --file <filename>        : use a JSON account file or '-' for stdin (alternatively to --device)
     --appjsonFile <filename> : use a desktop app.json (alternatively to --device)
 -c, --currency <String>      : Currency name or ticker. If not provided, it will be inferred from the device.
 -s, --scheme <String>        : if provided, filter the derivation path that are scanned by a given sceme. Providing '' empty string will only use the default standard derivation scheme.
 -i, --index <Number>         : select the account by index
 -l, --length <Number>        : set the number of accounts after the index. Defaults to 1 if index was provided, Infinity otherwise.
     --paginateOperations <Number>: if defined, will paginate operations
     --walletConnectURI <String>: WallecConnect URI to use.
     --walletConnectSession <String>: WallecConnect Session to use.
 -v, --verbose                : verbose mode
     --silent                 : do not output the proxy logs


                ````
           `.--:::::
        `.-:::::::::       ````
       .://///:-..``     `-/+++/-`
     `://///-`           -++++++o/.
    `/+++/:`            -+++++osss+`
   `:++++:`            ./++++-/osss/`
   .+++++`             `-://- .ooooo.
   -+ooo/`                ``  `/oooo-
   .oooo+` .::-.`             `+++++.
   `+oooo:./+++/.             -++++/`
    -ossso+++++:`            -/+++/.
     -ooo+++++:`           .://///.
      ./+++++/`       ``.-://///:`
        `---.`      -:::::///:-.
                    :::::::-.`
                    ....``
22.10.1

9 months ago

23.0.0-nightly.1

5 months ago

23.0.0-nightly.2

5 months ago

22.10.0

9 months ago

23.0.0-nightly.3

5 months ago

23.0.0-nightly.4

5 months ago

23.0.0-nightly.5

5 months ago

23.0.0-nightly.6

5 months ago

23.0.0-nightly.7

5 months ago

23.0.0-nightly.8

5 months ago

23.0.0-nightly.0

5 months ago

22.9.2-nightly.5

10 months ago

22.9.2-nightly.4

10 months ago

22.9.2-nightly.3

10 months ago

22.11.0-nightly.9

9 months ago

22.9.2-nightly.2

10 months ago

22.11.0-nightly.8

9 months ago

22.9.2-nightly.1

10 months ago

22.11.0-nightly.7

9 months ago

22.11.0-nightly.6

9 months ago

22.11.0-nightly.5

9 months ago

22.11.0-nightly.4

9 months ago

22.9.3-nightly.0

10 months ago

22.9.3-nightly.1

10 months ago

22.11.1-nightly.0

9 months ago

22.9.2-next.0

10 months ago

22.11.1-nightly.4

9 months ago

22.9.2-next.1

10 months ago

22.11.1-nightly.3

9 months ago

22.9.2-next.2

10 months ago

22.11.1-nightly.2

9 months ago

22.11.1-nightly.1

9 months ago

23.0.0-next.3

5 months ago

23.0.0-next.4

5 months ago

22.11.2-nightly.12

8 months ago

22.11.2-nightly.11

8 months ago

22.11.2-nightly.10

8 months ago

22.9.2

10 months ago

22.14.0-next.0

6 months ago

22.14.1

6 months ago

22.14.0

6 months ago

22.12.0-hotfix.1

7 months ago

22.12.0-hotfix.0

7 months ago

22.14.0-nightly.2

7 months ago

22.13.0

7 months ago

22.12.0-nightly.5

7 months ago

22.13.1

6 months ago

22.10.0-nightly.7

9 months ago

22.11.0-next.0

9 months ago

22.10.0-nightly.2

10 months ago

22.10.0-next.1

10 months ago

22.10.0-nightly.5

10 months ago

22.10.0-nightly.6

10 months ago

22.10.0-next.0

10 months ago

22.10.0-nightly.3

10 months ago

22.10.0-nightly.4

10 months ago

22.14.0-nightly.9

6 months ago

22.12.0-nightly.1

7 months ago

22.12.0-nightly.2

7 months ago

22.14.0-nightly.7

6 months ago

22.12.0-nightly.3

7 months ago

22.14.0-nightly.8

6 months ago

22.12.0-nightly.4

7 months ago

22.14.0-nightly.5

6 months ago

22.14.0-nightly.6

6 months ago

22.14.0-nightly.3

6 months ago

22.14.0-nightly.4

6 months ago

22.14.1-hotfix.1

6 months ago

22.14.1-hotfix.0

6 months ago

22.11.2-nightly.2

8 months ago

22.11.2-nightly.3

8 months ago

22.11.2-nightly.0

8 months ago

22.11.2-nightly.1

8 months ago

22.13.2-nightly.0

6 months ago

22.13.2-nightly.1

6 months ago

22.12.0

7 months ago

22.13.2-nightly.2

6 months ago

22.13.2-nightly.3

6 months ago

22.11.2-nightly.8

8 months ago

22.10.2-nightly.0

9 months ago

22.11.2-nightly.9

8 months ago

22.11.2-nightly.6

8 months ago

22.10.2-nightly.2

9 months ago

22.11.2-nightly.7

8 months ago

22.10.2-nightly.1

9 months ago

22.11.2-nightly.4

8 months ago

22.11.2-nightly.5

8 months ago

22.10.2-nightly.3

9 months ago

22.11.2

8 months ago

22.11.3

8 months ago

22.11.0

9 months ago

22.11.1

9 months ago

22.11.4-nightly.0

8 months ago

22.11.0-hotfix.0

9 months ago

22.12.0-next.2

7 months ago

22.12.0-next.1

7 months ago

22.12.0-next.0

7 months ago

22.12.0-next.3

7 months ago

22.13.2-tag-word.0

6 months ago

22.11.2-next.1

8 months ago

22.11.2-next.0

8 months ago

22.13.1-nightly.0

7 months ago

22.13.1-nightly.1

7 months ago

22.11.1-next.0

9 months ago

22.11.1-next.1

9 months ago

22.10.1-hotfix.1

9 months ago

22.10.1-hotfix.0

9 months ago

23.0.0

5 months ago

22.12.1-next.0

7 months ago

23.0.0-next.1

5 months ago

23.0.0-next.2

5 months ago

23.0.0-next.0

5 months ago

22.14.1-nightly.0

6 months ago

22.14.1-nightly.1

6 months ago

22.14.1-nightly.2

6 months ago

22.12.1-nightly.0

7 months ago

22.10.1-nightly.0

9 months ago

22.12.1-nightly.1

7 months ago

22.10.1-nightly.1

9 months ago

22.12.1-nightly.2

7 months ago

23.0.1-nightly.0

5 months ago

22.13.1-hotfix.0

7 months ago

22.13.1-hotfix.1

7 months ago

22.13.1-hotfix.2

6 months ago

22.9.2-nightly.0

10 months ago

22.8.0-nightly.5

12 months ago

22.8.0-nightly.4

12 months ago

22.8.0-nightly.3

12 months ago

22.8.0-nightly.2

12 months ago

22.8.0-nightly.6

12 months ago

22.8.1-next.0

12 months ago

22.9.1-next.1

10 months ago

22.9.1-next.0

11 months ago

22.8.2

11 months ago

22.8.1

12 months ago

22.8.0

12 months ago

22.9.1

11 months ago

22.9.0

11 months ago

22.8.2-next.0

11 months ago

22.9.0-nightly.1

11 months ago

22.9.0-nightly.2

11 months ago

22.9.0-nightly.3

11 months ago

22.9.0-nightly.4

11 months ago

22.9.0-nightly.5

11 months ago

22.9.0-nightly.6

11 months ago

22.9.0-nightly.7

11 months ago

22.9.0-nightly.8

11 months ago

22.9.0-nightly.0

11 months ago

22.8.3-nightly.0

11 months ago

22.9.0-next.1

11 months ago

22.9.0-next.2

11 months ago

22.9.0-next.0

11 months ago

22.8.1-proto-test.0

12 months ago

22.8.0-next.0

12 months ago

22.8.0-next.1

12 months ago

22.8.0-next.2

12 months ago

22.8.1-nightly.0

12 months ago

22.9.1-nightly.3

11 months ago

22.9.1-nightly.2

11 months ago

22.9.1-nightly.1

11 months ago

22.9.1-nightly.0

11 months ago

22.9.1-nightly.6

10 months ago

22.9.1-nightly.5

10 months ago

22.9.1-nightly.4

11 months ago

22.9.1-notarizer.0

10 months ago

22.6.7

1 year ago

22.6.6

1 year ago

22.6.7-next.1

1 year ago

22.6.7-next.0

1 year ago

22.7.0-next.1

1 year ago

22.7.0-next.0

1 year ago

22.7.1

1 year ago

22.7.0

1 year ago

22.6.5-next.4

1 year ago

22.7.1-next.2

1 year ago

22.7.1-next.0

1 year ago

22.7.1-next.1

1 year ago

22.6.8-next.0

1 year ago

22.6.6-next.0

1 year ago

22.6.5

1 year ago

22.6.4

1 year ago

22.6.3

1 year ago

22.6.2

1 year ago

22.6.4-hotfix.0

1 year ago

22.6.5-next.0

1 year ago

22.6.5-next.2

1 year ago

22.6.5-next.1

1 year ago

22.6.5-next.3

1 year ago

22.6.3-hotfix.1

1 year ago

22.6.3-hotfix.0

1 year ago

22.6.2-next.0

1 year ago

22.6.2-next.1

1 year ago

22.4.7-hotfix.1

1 year ago

22.4.7-hotfix.0

1 year ago

22.5.1-next.0

1 year ago

22.6.1

1 year ago

22.6.0

1 year ago

22.5.1-hotfix.0

1 year ago

22.4.8-hotfix.0

1 year ago

22.4.9-next.0

1 year ago

22.5.0-next.0

1 year ago

22.6.1-next.0

1 year ago

22.4.9

1 year ago

22.4.7

1 year ago

22.4.6

1 year ago

22.4.6-next.2

1 year ago

22.4.6-next.3

1 year ago

22.4.6-next.0

1 year ago

22.4.6-next.1

1 year ago

22.4.6-next.4

1 year ago

22.6.1-no-git.0

1 year ago

22.5.1

1 year ago

22.5.0

1 year ago

22.6.0-next.2

1 year ago

22.6.0-next.1

1 year ago

22.6.0-next.0

1 year ago

22.4.3-next.0

2 years ago

22.4.2-hotfix.0

2 years ago

22.4.4-next.0

2 years ago

22.4.3-next.1

2 years ago

22.4.3-next.2

2 years ago

22.4.5-nightly.0

2 years ago

22.4.2-nightly.4

2 years ago

22.4.2-nightly.2

2 years ago

22.4.2-nightly.3

2 years ago

22.4.2-nightly.0

2 years ago

22.4.2-nightly.1

2 years ago

22.4.6-ts-llm.1

1 year ago

22.4.6-ts-llm.0

1 year ago

22.4.1-nightly.0

2 years ago

22.4.1-nightly.1

2 years ago

22.4.4-nightly.0

2 years ago

22.4.5

1 year ago

22.4.4

2 years ago

22.4.3

2 years ago

22.4.2

2 years ago

22.4.1

2 years ago

22.4.0

2 years ago

22.4.5-next.0

2 years ago

22.4.1-next.0

2 years ago

22.4.3-hotfix.0

2 years ago

22.4.4-hotfix.0

2 years ago

22.4.0-next.1

2 years ago

22.3.2-nightly.0

2 years ago

22.4.0-next.0

2 years ago

22.3.2-nightly.2

2 years ago

22.3.2-nightly.1

2 years ago

22.3.2-nightly.4

2 years ago

22.3.2-nightly.3

2 years ago

22.3.1-next.6

2 years ago

22.3.0

2 years ago

22.3.2

2 years ago

22.3.1

2 years ago

22.3.3-nightly.0

2 years ago

22.3.2-next.0

2 years ago

22.3.1-next.0

2 years ago

22.3.3-nightly.1

2 years ago

22.3.1-next.1

2 years ago

22.3.1-next.4

2 years ago

22.3.1-next.5

2 years ago

22.3.0-next.3

2 years ago

22.3.1-next.2

2 years ago

22.3.0-next.2

2 years ago

22.3.1-next.3

2 years ago

22.3.1-nightly.2

2 years ago

22.3.1-nightly.0

2 years ago

22.3.1-nightly.1

2 years ago

22.2.1-nightly.0

2 years ago

22.2.1-nightly.1

2 years ago

22.4.0-nightly.5

2 years ago

22.4.0-nightly.4

2 years ago

22.4.0-nightly.3

2 years ago

22.4.0-nightly.2

2 years ago

22.0.3-next.1

2 years ago

22.0.1-next.1

2 years ago

22.0.1-next.2

2 years ago

22.0.1-next.0

2 years ago

22.0.3-next.0

2 years ago

22.0.1-nightly.3

2 years ago

22.0.1-nightly.2

2 years ago

22.0.1-nightly.1

2 years ago

22.2.0-next.0

2 years ago

22.0.3

2 years ago

22.2.0

2 years ago

22.2.0-next.1

2 years ago

22.0.2

2 years ago

22.2.0-next.2

2 years ago

22.0.1

2 years ago

22.0.0

2 years ago

22.1.2-nightly.3

2 years ago

22.1.2-nightly.2

2 years ago

22.1.2-nightly.1

2 years ago

22.1.2-nightly.0

2 years ago

22.1.1-next.1

2 years ago

22.1.0-next.1

2 years ago

22.0.2-nightly.2

2 years ago

22.1.1-next.0

2 years ago

22.1.0-next.2

2 years ago

22.0.2-nightly.3

2 years ago

22.1.0-yolo.0

2 years ago

22.0.2-nightly.0

2 years ago

22.1.1-next.2

2 years ago

22.1.0-next.0

2 years ago

22.0.2-nightly.1

2 years ago

22.0.1-nightly.0

2 years ago

22.0.2-next.1

2 years ago

22.0.3-nightly.3

2 years ago

22.0.2-next.0

2 years ago

22.0.2-next.3

2 years ago

22.0.2-next.2

2 years ago

22.0.3-nightly.0

2 years ago

22.0.3-nightly.2

2 years ago

22.0.3-nightly.1

2 years ago

22.1.0-nightly.0

2 years ago

22.2.1-next.0

2 years ago

22.1.1

2 years ago

22.1.0

2 years ago

22.1.0-next.5

2 years ago

22.1.0-next.6

2 years ago

22.1.0-next.3

2 years ago

22.1.0-next.4

2 years ago

22.2.0-nightly.1

2 years ago

22.2.0-nightly.0

2 years ago

22.2.0-nightly.3

2 years ago

22.2.0-nightly.2

2 years ago

22.1.0-nightly.1

2 years ago

22.1.0-nightly.2

2 years ago

22.1.0-nightly.3

2 years ago

22.0.2-next.4

2 years ago

22.0.0-next.4

2 years ago

22.0.1-next.3

2 years ago

22.0.0-next.3

2 years ago

22.3.0-next.1

2 years ago

22.0.1-next.4

2 years ago

21.33.1

2 years ago

22.0.0-next.2

2 years ago

22.0.0-nightly.2

2 years ago

21.33.1-hotfix.0

2 years ago

22.0.0-nightly.1

2 years ago

22.0.0-next.1

2 years ago

22.0.0-updater.0

2 years ago

22.0.0-next.0

2 years ago

21.33.0

2 years ago

21.33.0-next.2

2 years ago

21.33.0-next.1

2 years ago

21.33.0-next.0

2 years ago

21.32.1

2 years ago