From b1591ae6bd0d2e24ef9ea78706b783918fb6f49a Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 21 Jun 2016 17:21:04 -0400 Subject: [PATCH] Create how-to-run-lbry-with-lbrycrdd.md --- posts/faq/how-to-run-lbry-with-lbrycrdd.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 posts/faq/how-to-run-lbry-with-lbrycrdd.md diff --git a/posts/faq/how-to-run-lbry-with-lbrycrdd.md b/posts/faq/how-to-run-lbry-with-lbrycrdd.md new file mode 100644 index 00000000..1f996ea7 --- /dev/null +++ b/posts/faq/how-to-run-lbry-with-lbrycrdd.md @@ -0,0 +1,8 @@ +--- +title: How do I run LBRY with lbrycrdd? +date: '2015-06-21 16:00:00' +--- + +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.