mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
More corrections (#1262)
This commit is contained in:
parent
cdd86e1440
commit
ba3be28f7f
1 changed files with 3 additions and 3 deletions
|
@ -9,13 +9,13 @@ If you are participating in the LBRY Swarm program, this solution will allow you
|
|||
|
||||
**Please note that the LBRY does not support outgoing transactions to multisignature wallets.**
|
||||
|
||||
Learn more about multisignature wallets and how they work: [Electrum Documentation ](http://docs.electrum.org/en/latest/multisig.html), [Creating a Multisignature Wallet](https://bitcoinelectrum.com/creating-a-multisig-wallet/). This documentation can also be referenced along with the steps below.
|
||||
Learn more about multisignature wallets and how they work: [Electrum Documentation](http://docs.electrum.org/en/latest/multisig.html), [Creating a Multisignature Wallet](https://bitcoinelectrum.com/creating-a-multisig-wallet/). This documentation can also be referenced along with the steps below.
|
||||
|
||||

|
||||
|
||||
## Installing and running LBRY Vault for LBRY
|
||||
|
||||
You can find the downloads and setup information for [LBRY Vault on GitHub](https://github.com/kodxana/LBRY-Vault/releases). Windows, Mac, and Linux Appimage installations are provided. Additional setup and install
|
||||
You can find the downloads and setup information for [LBRY Vault on GitHub](https://github.com/kodxana/LBRY-Vault/releases). Windows, Mac, and Linux Appimage installations are provided. Additional setup and installation required.
|
||||
|
||||
## Setting up a multisignature wallet
|
||||
|
||||
|
@ -25,7 +25,7 @@ On the initial screen, you'll be asked to select a wallet file or create a new o
|
|||
|
||||
At the next prompt, you'll be asked for the wallet type - choose Multi-signature. Next, choose how many people (including the current person/wallet) will be sharing this wallet (from X cosigners) and how many are required to approve the transaction (require X cosigners). For example, if you choose 2 of 3, any 2 people will need to sign off to send the transaction.
|
||||
|
||||
Next, you'll be asked to provide a key for each wallet, including the current one, which is first. If you want to use your LBRY app's key / seed, proceed with "I already have a seed". You can find this seed inside your default_wallet file that's [created as part of your app installation](https://lbry.io/faq/how-to-backup-wallet). Open the default_wallet and you'll see a seed there. The wallet must not be encrypted to view it (you can decrypt temporarily via Desktop App > Settings). Otherwise, you can proceed with a new seed or Hardware device (requires Ledger device, [see below](#HW). Make sure to back up the seed if creating a new one - this can be done by copying the seed phrase or backing up the wallet file that's created.
|
||||
Next, you'll be asked to provide a key for each wallet, including the current one, which is first. If you want to use your LBRY app's key / seed, proceed with "I already have a seed." You can find this seed inside your default_wallet file that's [created as part of your app installation](https://lbry.io/faq/how-to-backup-wallet). Open the default_wallet and you'll see a seed there. The wallet must not be encrypted to view it (you can decrypt temporarily via Desktop App > Settings). Otherwise, you can proceed with a new seed or Hardware device (requires Ledger device, [see below](#HW). Make sure to back up the seed if creating a new one - this can be done by copying the seed phrase or backing up the wallet file that's created.
|
||||
|
||||
You will be given a Master Public Key that will be shared with the other co-signers when they create the same wallet locally. Next, you will be prompted for the next cosigners key. This would come from their PC while setting up the same wallet, or from their [default_wallet file](https://lbry.io/faq/how-to-backup-wallet) by opening it and using the ```"public_key":``` portion (this assumes they will create their Electrum wallet from this LBRY app seed). Proceed with all cosigners until they are all filled out. Lastly, enter a password to encrypt the multisignature wallet.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue