mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-01 09:45:09 +00:00
Update how-do-i-check-my-lbc-address.md
This commit is contained in:
parent
2a28c1eeed
commit
8b9fe3297d
1 changed files with 20 additions and 0 deletions
|
@ -3,6 +3,26 @@ title: How do I check my LBC address?
|
||||||
category: wallet
|
category: wallet
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Using lbrynet (the usual way)
|
||||||
|
|
||||||
|
To get your current, unused address
|
||||||
|
|
||||||
|
lbrynet-cli wallet_unused_address
|
||||||
|
|
||||||
|
To create a new address
|
||||||
|
|
||||||
|
lbrynet-cli wallet_new_address
|
||||||
|
|
||||||
|
To list all addresses in your wallet
|
||||||
|
|
||||||
|
lbrynet-cli wallet_list
|
||||||
|
|
||||||
|
To get your balance
|
||||||
|
|
||||||
|
lbrynet-cli wallet_balance
|
||||||
|
|
||||||
|
## Using lbrycrd (the old way)
|
||||||
|
|
||||||
In order to check your LBC address, you must first find out the name of the account you are interested in:
|
In order to check your LBC address, you must first find out the name of the account you are interested in:
|
||||||
|
|
||||||
lbrycrd-cli listaccounts
|
lbrycrd-cli listaccounts
|
||||||
|
|
Loading…
Add table
Reference in a new issue