wallet servers FAQ

This commit is contained in:
Thomas Zarebczan 2019-12-20 11:21:24 -05:00
parent 831833d0b7
commit 50ca38b99e

View file

@ -0,0 +1,32 @@
---
title: What are wallet servers and how do I configure/install them?
category: powerusers
---
Wallet servers are used to relay data to and from the LBRY blockchain. They also determine what content shows in trending or is blocked.
## How do I connect to a wallet server?
[LBRY Desktop](https://lbry.com/get) (version 0.38 and up) is required to configure and connect to a custom wallet server. Navigate to the Settings page and scroll down to experimental settings. Choose **Use custom wallet servers**. Here you can enter the server and port of the wallet server. The connection status will update after a few seconds. If an invalid server is used or it becomes unavailable, you'll lose any wallet and discovery features. If this happens on startup, it will reset to the lbry.tv servers.
![config](https://spee.ch/@lbrynews:0/wallet-servers.jpeg)
## Why would I want to run my own wallet server?
If you...
1. Help decentralized LBRY's ecosystem.
1. Want better performance from a local server
1. Want to change how trending and other discovery options.
1. Change what content is filtered and blocked (please consult the laws in your local jurisdiction).
1. Want to keep your transaction broadcasting private
## How do I run a wallet server?
This process is mainly meant for power users and will most likely require a dedicated server. Installing and running a wallet server requires two main components, the LBRY full blockchain node and LBRY SDK. We have dockerized this process so it's easy for users to configure and run. Please see our [setup and installation](https://lbry.tech/resources/wallet-server) on how to proceed.
## What else do I need to know?
1. Join our [Discord chat](https://chat.lbry.com) and ask to be added to the wallet-server channel to stay up to date.
1. The client SDK may require a certain version of the wallet server to work properly. For best compatibility, keep them on the same version.
1. Keep your wallet server up to date with LBRY Desktop app releases. Best bet is to coordinate on Discord chat.