mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
12 lines
418 B
Text
12 lines
418 B
Text
---
|
|
title: How do I run LBRY with lbrycrdd?
|
|
category: mining
|
|
---
|
|
|
|
***WARNING: Currently, the LBRY app does not support the LBRYcrd wallet, but this functionality may be available in the future***
|
|
|
|
Start LBRY with the `--wallet` flag set:
|
|
|
|
lbrynet-daemon --wallet=lbrycrd
|
|
|
|
Note: when you change the wallet, it is persistent until you specify you want to use another wallet - lbryum - with the --wallet flag again.
|