mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
32 lines
1.3 KiB
Markdown
32 lines
1.3 KiB
Markdown
---
|
|
title: Where are all the behind the scenes files?
|
|
category: setup
|
|
---
|
|
|
|
Depending on which OS and wallet you use, LBRY files may be stored in several places.
|
|
|
|
## Windows
|
|
|
|
- `C:\Program Files (x86)\lbrynet` - LBRY application itself
|
|
- `C:\Users\%USER%\AppData\Roaming\lbrynet` - Daemon configuration and blobs
|
|
- `C:\Users\%USER%\AppData\Roaming\lbryum` - Wallet and blockchain headers (if using the app or the lbryum wallet)
|
|
|
|
*\*If you originally installed v0.14 and up, you will find the lbrynet and lbryum directories in `%localappdata%/lbry`*
|
|
|
|
## MacOS
|
|
|
|
- `~/Library/Application Support/LBRY` - LBRY application and data files
|
|
- `~/Library/Application Support/lbrycrd` - Wallet and blockchain (if using lbrycrdd wallet)
|
|
- `~/.lbrycrd` - Alternate location for lbrycrdd wallet and blockchain
|
|
- `~/.lbryum` - Wallet and blockchain headers (if using the app or the lbryum wallet)
|
|
|
|
*Hint: copy/paste the above directories into Finder - Click `Go` from the Finder top menu bar, then `Go To Folder`*
|
|
|
|
## Linux
|
|
|
|
- `/opt/LBRY` - LBRY application itself
|
|
- `~/.lbrynet` - Daemon configuration and blobs
|
|
- `~/.lbryum` - Wallet and blockchain headers (if using the app or the lbryum wallet)
|
|
- `~/.lbrycrd` - Wallet and blockchain (if using lbrycrdd wallet)
|
|
|
|
*\*If you originally installed v0.14 and up, you will find the lbrynet and lbryum directories in `~/.local/share/lbry`*
|