mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-29 08:21:28 +00:00
Structuring faq.php into categories in preparation for adding more answers, and to make it more accessible.
10 lines
287 B
Markdown
10 lines
287 B
Markdown
---
|
|
title: How do I run LBRY with lbrycrdd?
|
|
category: mining
|
|
---
|
|
|
|
Start LBRY with the `--wallet` flag set:
|
|
|
|
lbrynet-daemon --wallet=lbrycrd
|
|
|
|
Note: when you change the wallet, it is persistant until you specify you want to use another wallet - lbryum - with the --wallet flag again.
|