mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-30 00:41:33 +00:00
Structuring faq.php into categories in preparation for adding more answers, and to make it more accessible.
12 lines
289 B
Markdown
12 lines
289 B
Markdown
---
|
|
title: How do I check my LBC address?
|
|
category: wallet
|
|
---
|
|
|
|
In order to check your LBC address, you must first find out the name of the account you are interested in:
|
|
|
|
lbrycrd-cli listaccounts
|
|
|
|
Now you just have to check that account address:
|
|
|
|
lbrycrd-cli getaccountaddress ""
|