improved docs
This commit is contained in:
parent
1b9910ddfe
commit
3e14c9a36f
@ -2,15 +2,17 @@
|
||||
docs:
|
||||
- intro
|
||||
- create-bitcoin-wallet
|
||||
- import-wallet
|
||||
- create-lightning-wallet
|
||||
- backup-wallet
|
||||
- recover-wallet
|
||||
- manual-entropy
|
||||
- batching
|
||||
- multisig-spend
|
||||
|
||||
- title: Hardware Wallets
|
||||
- title: Cold storage
|
||||
docs:
|
||||
- sign-offline
|
||||
- multisig-spend
|
||||
- coldcard
|
||||
- coldcard-dropbox
|
||||
- coldcard-watch
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
---
|
||||
title: How to backup/export a wallet
|
||||
title: Backup/export a wallet
|
||||
subtitle: Access to private keys and recover of wallets
|
||||
tags: [usage]
|
||||
---
|
||||
|
||||
To backup or export your wallet is pretty simple. This backup is the "key", usually a mnemonic (set of 24 words) or just a "text" that will give you access to your wallet if you lose your device, uninstall the app, etc. In short, if something wrong happens and you want/need to get access to your wallet again.
|
||||
To backup or export your wallet is pretty simple. This backup is the "key", usually a mnemonic (set of 12 or 24 words) or just a "text" that will give you access to your wallet if you lose your device, uninstall the app, etc. In short, if something wrong happens and you want/need to get access to your wallet again.
|
||||
|
||||
### Things to know
|
||||
On bluewallet every wallet has its own backup and there's no global backup for all wallets that you can create, this is something you need to do individually for each wallet. We advise to backup all wallets.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: How to create a Bitcoin wallet
|
||||
title: Create a Bitcoin wallet
|
||||
tags:
|
||||
- setup
|
||||
---
|
||||
@ -34,17 +34,18 @@ you'll see more options for creating the wallet.
|
||||
|
||||
The first group of options is for the wallet type:
|
||||
|
||||
##### HD SegWit (BIP84 Bech32 Native)
|
||||
##### SegWit HD (BIP84 Bech32 - Native)
|
||||
|
||||
???
|
||||
Is the latest bitcoin address type. It will save the most on fees and it will give you multiple addresses for best practice when it comes to protect your privacy.
|
||||
|
||||
##### SegWit HD (BIP49 PS2H - Wrapped)
|
||||
|
||||
It is a compromise to the new addresses type above, it provides better compatibility with older addrress types and most services like exchanges, but a smaller save on fees.
|
||||
|
||||
##### SegWit (P2SH)
|
||||
|
||||
???
|
||||
This is a single address wallet, in case you want a wallet with just one address. The others will give you a new address every time you make a transaction. This is not good for privacy for instance, only use it if you know what you are doing.
|
||||
|
||||
###### HD SegWit (BIP49 PS2H)
|
||||
|
||||
???
|
||||
|
||||
#### Manual entropy
|
||||
|
||||
@ -52,32 +53,3 @@ BlueWallet supports manual entropy. See [here](./manual-entropy.md) for more det
|
||||
|
||||
When you're ready, you can click on "Create" to make your new wallet.
|
||||
|
||||
### Importing a wallet
|
||||
|
||||
Instead of creating a new wallet, you can chose to import a wallet from another source or a wallet that you've previously created on BlueWallet.
|
||||
|
||||
Click on "Import wallet" to open the import screen.
|
||||
|
||||
{% include phone-screenshot-image.html img="import-wallet.png" alt="Import wallet" %}
|
||||
|
||||
In this text area you can post your: mnemonic, private key or WIF.
|
||||
|
||||
#### Mnemonic
|
||||
|
||||
???
|
||||
|
||||
#### Private key
|
||||
|
||||
???
|
||||
|
||||
#### WIF
|
||||
|
||||
???
|
||||
|
||||
#### ??? What else can the user import
|
||||
|
||||
After you've entered your import source in the text area, click "Import" to create an imported wallet.
|
||||
|
||||
#### Scanning or importing a file
|
||||
|
||||
What is this feature for??? What can you scan? What type of file can you import?
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: How to create a Lightning wallet
|
||||
title: Create a Lightning wallet
|
||||
tags: [setup]
|
||||
---
|
||||
|
||||
@ -34,16 +34,11 @@ you'll see one more option for creating the wallet.
|
||||
|
||||
Lightning functionality in BlueWallet is powered by [LNDHub](http://lndhub.io/), an open source service that we created for this purpose. We host our own instance of this service and BlueWallet connects to it by default. However, for more privacy you can host your own instance and connect to it.
|
||||
|
||||
To do that, you can add the address of your node in the specified text field.
|
||||
To do that, you can add the address of your lndhub instance in the specified text field.
|
||||
|
||||
#### Provide entropy
|
||||
|
||||
Is the "Provide entropy" feature applicable to Lightning wallets???
|
||||
|
||||
</div>
|
||||
|
||||
When you're ready, you can click on "Create" to make your new wallet.
|
||||
|
||||
### Importing a wallet
|
||||
|
||||
??? is it possible to import a Lightning wallet?
|
||||
|
||||
28
_docs/import-wallet.md
Normal file
28
_docs/import-wallet.md
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
title: Import a wallet
|
||||
tags:
|
||||
- setup
|
||||
---
|
||||
|
||||
Instead of creating a new wallet, you can chose to import a wallet from another source or a wallet that you've previously created on BlueWallet.
|
||||
|
||||
Click on "Import wallet" to open the import screen.
|
||||
|
||||
{% include phone-screenshot-image.html img="import-wallet.png" alt="Import wallet" %}
|
||||
|
||||
In this text area you can post your: mnemonic, private key or WIF.
|
||||
|
||||
#### Mnemonic Seed
|
||||
|
||||
You would need to write your seed words. Like a sentence, without numbers, in the order it was given and with a space in between each word.
|
||||
|
||||
For instance: clock boat sunshine
|
||||
|
||||
In case you have doubts on any word, here's the list of words:
|
||||
[https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt](https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt)
|
||||
|
||||
After you've entered your import source in the text area, click "Import" to recover an imported wallet.
|
||||
|
||||
#### Scanning or importing a file
|
||||
|
||||
You can also scan a QR code or use a file format to import your wallet.
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: How to recover your wallet
|
||||
title: Recover your wallet
|
||||
subtitle: Recover your wallet on external software
|
||||
tags:
|
||||
- usage
|
||||
@ -8,15 +8,15 @@ BlueWallet provides 12 or 24 word mnemonic seeds for onchain Segwit wallets. The
|
||||
|
||||
### BIP44
|
||||
|
||||
{% include alert.html style="success" text="m/44'" %}
|
||||
{% include alert.html style="success" text="m/44'/0'/0'" %}
|
||||
|
||||
### BIP49
|
||||
|
||||
{% include alert.html style="success" text="m/49'" %}
|
||||
{% include alert.html style="success" text="m/49'/0'/0'" %}
|
||||
|
||||
### BIP84
|
||||
|
||||
{% include alert.html style="success" text="m/84'/0'/0''" %}
|
||||
{% include alert.html style="success" text="m/84'/0'/0'" %}
|
||||
|
||||
You can use Electrum wallet on desktop (electrum.org) to recover this wallets at any moment.
|
||||
|
||||
|
||||
21
_docs/sign-offline.md
Normal file
21
_docs/sign-offline.md
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
title: Sign a transaction offline
|
||||
tags: [usage]
|
||||
---
|
||||
|
||||
To sign an offline transaction you will need a watch-only (zpub) wallet on a device and a wallet with the seed on the other to sign it.
|
||||
|
||||
On the watch-only you build your transaction. This will generate a QR code that you will be able to scan or a file that you can export.
|
||||
|
||||
On the wallet with the seed, you go to send → top options → sign transaction.
|
||||
Then scan the QR code or import the file. That's it the transaction is not signed and ready to be broadcasted.
|
||||
|
||||
To import back to the online device, you just reserve the process and import the transaction from the watch-only wallet.
|
||||
|
||||
<div class="uk-section">
|
||||
<div class="uk-container{{container}}">
|
||||
<div class="videoWrapper">
|
||||
<iframe src="https://www.youtube.com/embed/BI0oo1BDNbg?autoplay=0&showinfo=0&rel=0&modestbranding=1&playsinline=1" frameborder="0" allowfullscreen uk-responsive uk-video="automute: true"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -239,19 +239,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -261,15 +265,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -482,19 +482,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -504,15 +508,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -458,19 +458,23 @@ Plug your own Bitcoin Core node for a maximum sovereignty.</p>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -480,15 +484,19 @@ Plug your own Bitcoin Core node for a maximum sovereignty.</p>
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -417,19 +417,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -439,15 +443,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -434,19 +434,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -456,15 +460,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -417,19 +417,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -439,15 +443,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -395,19 +395,23 @@ undefined</p>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -417,15 +421,19 @@ undefined</p>
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -444,19 +444,23 @@ undefined</p>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -466,15 +470,19 @@ undefined</p>
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -391,19 +391,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -413,15 +417,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -436,19 +436,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -458,15 +462,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -443,19 +443,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -465,15 +469,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -453,19 +453,23 @@ undefined</p>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -475,15 +479,19 @@ undefined</p>
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -309,19 +309,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -331,15 +335,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -367,19 +367,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -389,15 +393,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -490,19 +490,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -512,15 +516,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -592,19 +592,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -614,15 +618,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -410,19 +410,23 @@ Further improving system, and allowing you to compare your results against wide
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -432,15 +436,19 @@ Further improving system, and allowing you to compare your results against wide
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -337,19 +337,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -359,15 +363,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -291,19 +291,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -313,15 +317,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -297,19 +297,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -319,15 +323,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/alerts/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Adding alerts to content","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/alerts/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/alerts/"},"author":{"@type":"Person","name":"evan"},"description":"There are four alert styles:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Adding alerts to content","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/alerts/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/alerts/"},"author":{"@type":"Person","name":"evan"},"description":"There are four alert styles:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -425,6 +433,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -674,19 +688,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -696,15 +714,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/analytics/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Google Analytics","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/analytics/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/analytics/"},"author":{"@type":"Person","name":"evan"},"description":"To enable Google Anaytics, add the following lines to your Jekyll site:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Google Analytics","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/analytics/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/analytics/"},"author":{"@type":"Person","name":"evan"},"description":"To enable Google Anaytics, add the following lines to your Jekyll site:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -402,6 +410,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -780,6 +794,24 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -835,19 +867,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -857,15 +893,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -6,20 +6,20 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||
<title>How to backup/export a wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
|
||||
<title>Backup/export a wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
|
||||
<meta name="generator" content="Jekyll v3.8.6" />
|
||||
<meta property="og:title" content="How to backup/export a wallet" />
|
||||
<meta property="og:title" content="Backup/export a wallet" />
|
||||
<meta name="author" content="Nuno Coelho" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="To backup or export your wallet is pretty simple. This backup is the “key”, usually a mnemonic (set of 24 words) or just a “text” that will give you access to your wallet if you lose your device, uninstall the app, etc. In short, if something wrong happens and you want/need to get access to your wallet again." />
|
||||
<meta property="og:description" content="To backup or export your wallet is pretty simple. This backup is the “key”, usually a mnemonic (set of 24 words) or just a “text” that will give you access to your wallet if you lose your device, uninstall the app, etc. In short, if something wrong happens and you want/need to get access to your wallet again." />
|
||||
<meta name="description" content="To backup or export your wallet is pretty simple. This backup is the “key”, usually a mnemonic (set of 12 or 24 words) or just a “text” that will give you access to your wallet if you lose your device, uninstall the app, etc. In short, if something wrong happens and you want/need to get access to your wallet again." />
|
||||
<meta property="og:description" content="To backup or export your wallet is pretty simple. This backup is the “key”, usually a mnemonic (set of 12 or 24 words) or just a “text” that will give you access to your wallet if you lose your device, uninstall the app, etc. In short, if something wrong happens and you want/need to get access to your wallet again." />
|
||||
<link rel="canonical" href="https://bluewallet.io/docs/backup-wallet/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/backup-wallet/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"How to backup/export a wallet","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/backup-wallet/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/backup-wallet/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"To backup or export your wallet is pretty simple. This backup is the “key”, usually a mnemonic (set of 24 words) or just a “text” that will give you access to your wallet if you lose your device, uninstall the app, etc. In short, if something wrong happens and you want/need to get access to your wallet again.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Backup/export a wallet","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/backup-wallet/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/backup-wallet/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"To backup or export your wallet is pretty simple. This backup is the “key”, usually a mnemonic (set of 12 or 24 words) or just a “text” that will give you access to your wallet if you lose your device, uninstall the app, etc. In short, if something wrong happens and you want/need to get access to your wallet again.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -28,15 +28,15 @@
|
||||
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
|
||||
|
||||
|
||||
<meta property="og:site_name" content="How to backup/export a wallet" />
|
||||
<meta property="og:site_name" content="Backup/export a wallet" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/backup-wallet/" />
|
||||
<meta property="og:title" content="How to backup/export a wallet" />
|
||||
<meta property="og:title" content="Backup/export a wallet" />
|
||||
<meta property="fb:app_id" content="254973701957449" />
|
||||
<meta property="fb:pages" content="499685187154976" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="How to backup/export a wallet" />
|
||||
<meta name="twitter:title" content="Backup/export a wallet" />
|
||||
<meta name="twitter:description" content="" />
|
||||
<meta name="twitter:url" content="https://bluewallet.io/docs/backup-wallet/" />
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="uk-active"><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class="uk-active"><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -325,7 +333,7 @@
|
||||
|
||||
|
||||
|
||||
<h1 class="uk-article-title uk-margin-remove-top">How to backup/export a wallet</h1>
|
||||
<h1 class="uk-article-title uk-margin-remove-top">Backup/export a wallet</h1>
|
||||
|
||||
<p class="uk-text-lead uk-text-muted">Access to private keys and recover of wallets</p>
|
||||
<!--
|
||||
@ -349,7 +357,7 @@
|
||||
</div>
|
||||
-->
|
||||
<div class="article-content link-primary">
|
||||
<p>To backup or export your wallet is pretty simple. This backup is the “key”, usually a mnemonic (set of 24 words) or just a “text” that will give you access to your wallet if you lose your device, uninstall the app, etc. In short, if something wrong happens and you want/need to get access to your wallet again.</p>
|
||||
<p>To backup or export your wallet is pretty simple. This backup is the “key”, usually a mnemonic (set of 12 or 24 words) or just a “text” that will give you access to your wallet if you lose your device, uninstall the app, etc. In short, if something wrong happens and you want/need to get access to your wallet again.</p>
|
||||
|
||||
<h3>Things to know</h3>
|
||||
<p>On bluewallet every wallet has its own backup and there’s no global backup for all wallets that you can create, this is something you need to do individually for each wallet. We advise to backup all wallets.</p>
|
||||
@ -386,6 +394,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="uk-margin-large-top paginate-post">
|
||||
<div class="uk-child-width-expand@s uk-grid-large uk-pagi" data-uk-grid>
|
||||
<div>
|
||||
@ -393,7 +404,7 @@
|
||||
|
||||
|
||||
|
||||
<h5>How to create a Lightning wallet</h5>
|
||||
<h5>Create a Lightning wallet</h5>
|
||||
<div><a class="remove-underline hvr-back" href="/docs/create-lightning-wallet/">← Previous</a></div>
|
||||
|
||||
</div>
|
||||
@ -402,7 +413,7 @@
|
||||
|
||||
|
||||
|
||||
<h5>How to recover your wallet</h5>
|
||||
<h5>Recover your wallet</h5>
|
||||
<div class="uk-text-right"><a class="remove-underline hvr-forward" href="/docs/recover-wallet/">Next →</a></div>
|
||||
|
||||
</div>
|
||||
@ -669,6 +680,15 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -750,19 +770,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="uk-active"><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class="uk-active"><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -772,15 +796,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/batching/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Send to many or Batching","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/batching/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/batching/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"This feature allows you to send multiple transactions in one batch. This is useful if you have two or more transactions that you want to make and spend less fees. All the transaction will be batched in a single transaction fee, making it less expensive for the sender and also they will spend less space on the blockchain. So a win-win for the bitcoin network and for the users.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Send to many or Batching","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/batching/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/batching/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"This feature allows you to send multiple transactions in one batch. This is useful if you have two or more transactions that you want to make and spend less fees. All the transaction will be batched in a single transaction fee, making it less expensive for the sender and also they will spend less space on the blockchain. So a win-win for the bitcoin network and for the users.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class="uk-active"><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -387,6 +395,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -407,8 +418,8 @@
|
||||
|
||||
|
||||
|
||||
<h5>Vaults - spending</h5>
|
||||
<div class="uk-text-right"><a class="remove-underline hvr-forward" href="/docs/multisig-spend/">Next →</a></div>
|
||||
<h5>Sign a transaction offline</h5>
|
||||
<div class="uk-text-right"><a class="remove-underline hvr-forward" href="/docs/sign-offline/">Next →</a></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@ -451,7 +462,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -674,6 +685,15 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -755,19 +775,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -777,15 +801,19 @@
|
||||
|
||||
<li class="uk-active"><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/boxes/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Category boxes section","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/boxes/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/boxes/"},"author":{"@type":"Person","name":"evan"},"description":"Home page category boxes are added in _data/navigation_boxes.yml, e.g.: ```yml title: Getting Started desc: Get your account up and running in just few easy steps icon: settings doc: usage","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Category boxes section","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/boxes/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/boxes/"},"author":{"@type":"Person","name":"evan"},"description":"Home page category boxes are added in _data/navigation_boxes.yml, e.g.: ```yml title: Getting Started desc: Get your account up and running in just few easy steps icon: settings doc: usage","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -415,6 +423,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -664,19 +678,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -686,15 +704,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/changelog/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Creating a changelog","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/changelog/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/changelog/"},"author":{"@type":"Person","name":"evan"},"description":"Theme comes with two different changelogs, timeline and post style.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Creating a changelog","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/changelog/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/changelog/"},"author":{"@type":"Person","name":"evan"},"description":"Theme comes with two different changelogs, timeline and post style.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -458,6 +466,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -596,7 +610,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -609,7 +623,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -689,19 +703,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -711,15 +729,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/cobo-vault/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Cobo Vault","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/cobo-vault/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/cobo-vault/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"BlueWallet features Cobo Vault hardware wallet support.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Cobo Vault","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/cobo-vault/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/cobo-vault/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"BlueWallet features Cobo Vault hardware wallet support.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -397,6 +405,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -464,7 +478,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -687,6 +701,15 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -768,19 +791,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -790,15 +817,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/coldcard-dropbox/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Coldcard - Cloud","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/coldcard-dropbox/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/coldcard-dropbox/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Bitcoin wallet and Lightning wallet for iOS and Android extremely simple and powerful. Open source, Segwit and HD wallets, lightning network, plausible deniability, replace by fee and full encryption","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Coldcard - Cloud","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/coldcard-dropbox/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/coldcard-dropbox/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Bitcoin wallet and Lightning wallet for iOS and Android extremely simple and powerful. Open source, Segwit and HD wallets, lightning network, plausible deniability, replace by fee and full encryption","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -403,6 +411,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -812,6 +826,24 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -867,19 +899,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -889,15 +925,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/coldcard-watch/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Coldcard - Watch-only","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/coldcard-watch/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/coldcard-watch/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Bitcoin wallet and Lightning wallet for iOS and Android extremely simple and powerful. Open source, Segwit and HD wallets, lightning network, plausible deniability, replace by fee and full encryption","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Coldcard - Watch-only","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/coldcard-watch/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/coldcard-watch/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Bitcoin wallet and Lightning wallet for iOS and Android extremely simple and powerful. Open source, Segwit and HD wallets, lightning network, plausible deniability, replace by fee and full encryption","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -391,6 +399,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -800,6 +814,24 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -855,19 +887,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -877,15 +913,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/coldcard/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Coldcard","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/coldcard/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/coldcard/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Bitcoin wallet and Lightning wallet for iOS and Android extremely simple and powerful. Open source, Segwit and HD wallets, lightning network, plausible deniability, replace by fee and full encryption","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Coldcard","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/coldcard/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/coldcard/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Bitcoin wallet and Lightning wallet for iOS and Android extremely simple and powerful. Open source, Segwit and HD wallets, lightning network, plausible deniability, replace by fee and full encryption","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class="uk-active"><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -406,6 +414,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -815,6 +829,24 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -870,19 +902,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -892,15 +928,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class="uk-active"><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/comments/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Enabling comments (via Disqus)","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/comments/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"tom"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/comments/"},"author":{"@type":"Person","name":"tom"},"description":"Optionally, if you have a Disqus account, you can tell Jekyll to use it to show a comments section below each post. To enable it, add the following lines to your Jekyll site:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Enabling comments (via Disqus)","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/comments/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"tom"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/comments/"},"author":{"@type":"Person","name":"tom"},"description":"Optionally, if you have a Disqus account, you can tell Jekyll to use it to show a comments section below each post. To enable it, add the following lines to your Jekyll site:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -405,6 +413,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -783,6 +797,24 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -838,19 +870,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -860,15 +896,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/contact/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Contact form (via FormSpree)","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/contact/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"sara"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/contact/"},"author":{"@type":"Person","name":"sara"},"description":"Submit the form and confirm your email address at FormSpree. Then add the following include to a page, replacing the email address:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Contact form (via FormSpree)","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/contact/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"sara"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/contact/"},"author":{"@type":"Person","name":"sara"},"description":"Submit the form and confirm your email address at FormSpree. Then add the following include to a page, replacing the email address:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -401,6 +409,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -539,7 +553,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -552,7 +566,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -632,19 +646,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -654,15 +672,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -6,9 +6,9 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||
<title>How to create a Bitcoin wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
|
||||
<title>Create a Bitcoin wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
|
||||
<meta name="generator" content="Jekyll v3.8.6" />
|
||||
<meta property="og:title" content="How to create a Bitcoin wallet" />
|
||||
<meta property="og:title" content="Create a Bitcoin wallet" />
|
||||
<meta name="author" content="Nuno Coelho" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Creating a Bitcoin wallet on BlueWallet is easy." />
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/create-bitcoin-wallet/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"How to create a Bitcoin wallet","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/create-bitcoin-wallet/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/create-bitcoin-wallet/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Creating a Bitcoin wallet on BlueWallet is easy.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Create a Bitcoin wallet","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/create-bitcoin-wallet/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/create-bitcoin-wallet/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Creating a Bitcoin wallet on BlueWallet is easy.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -28,15 +28,15 @@
|
||||
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
|
||||
|
||||
|
||||
<meta property="og:site_name" content="How to create a Bitcoin wallet" />
|
||||
<meta property="og:site_name" content="Create a Bitcoin wallet" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/create-bitcoin-wallet/" />
|
||||
<meta property="og:title" content="How to create a Bitcoin wallet" />
|
||||
<meta property="og:title" content="Create a Bitcoin wallet" />
|
||||
<meta property="fb:app_id" content="254973701957449" />
|
||||
<meta property="fb:pages" content="499685187154976" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="How to create a Bitcoin wallet" />
|
||||
<meta name="twitter:title" content="Create a Bitcoin wallet" />
|
||||
<meta name="twitter:description" content="" />
|
||||
<meta name="twitter:url" content="https://bluewallet.io/docs/create-bitcoin-wallet/" />
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class="uk-active"><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class="uk-active"><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -325,7 +333,7 @@
|
||||
|
||||
|
||||
|
||||
<h1 class="uk-article-title uk-margin-remove-top">How to create a Bitcoin wallet</h1>
|
||||
<h1 class="uk-article-title uk-margin-remove-top">Create a Bitcoin wallet</h1>
|
||||
|
||||
|
||||
<!--
|
||||
@ -404,17 +412,17 @@ you’ll see more options for creating the wallet.</p>
|
||||
|
||||
<p>The first group of options is for the wallet type:</p>
|
||||
|
||||
<h5>HD SegWit (BIP84 Bech32 Native)</h5>
|
||||
<h5>SegWit HD (BIP84 Bech32 - Native)</h5>
|
||||
|
||||
<p>???</p>
|
||||
<p>Is the latest bitcoin address type. It will save the most on fees and it will give you multiple addresses for best practice when it comes to protect your privacy.</p>
|
||||
|
||||
<h5>SegWit HD (BIP49 PS2H - Wrapped)</h5>
|
||||
|
||||
<p>It is a compromise to the new addresses type above, it provides better compatibility with older addrress types and most services like exchanges, but a smaller save on fees.</p>
|
||||
|
||||
<h5>SegWit (P2SH)</h5>
|
||||
|
||||
<p>???</p>
|
||||
|
||||
<h6>HD SegWit (BIP49 PS2H)</h6>
|
||||
|
||||
<p>???</p>
|
||||
<p>This is a single address wallet, in case you want a wallet with just one address. The others will give you a new address every time you make a transaction. This is not good for privacy for instance, only use it if you know what you are doing.</p>
|
||||
|
||||
<h4>Manual entropy</h4>
|
||||
|
||||
@ -422,43 +430,6 @@ you’ll see more options for creating the wallet.</p>
|
||||
|
||||
<p>When you’re ready, you can click on “Create” to make your new wallet.</p>
|
||||
|
||||
<h3>Importing a wallet</h3>
|
||||
|
||||
<p>Instead of creating a new wallet, you can chose to import a wallet from another source or a wallet that you’ve previously created on BlueWallet.</p>
|
||||
|
||||
<p>Click on “Import wallet” to open the import screen.</p>
|
||||
|
||||
<figure data-uk-lightbox="animation: slide" class="phone-screenshot-image">
|
||||
<a class="uk-inline" href="https://bluewallet.io/uploads/import-wallet.png">
|
||||
<img src="https://bluewallet.io/uploads/import-wallet.png" alt="Import wallet" />
|
||||
<div class="uk-position-center">
|
||||
<span data-uk-overlay-icon=""></span>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</figure>
|
||||
|
||||
<p>In this text area you can post your: mnemonic, private key or WIF.</p>
|
||||
|
||||
<h4>Mnemonic</h4>
|
||||
|
||||
<p>???</p>
|
||||
|
||||
<h4>Private key</h4>
|
||||
|
||||
<p>???</p>
|
||||
|
||||
<h4>WIF</h4>
|
||||
|
||||
<p>???</p>
|
||||
|
||||
<h4>??? What else can the user import</h4>
|
||||
|
||||
<p>After you’ve entered your import source in the text area, click “Import” to create an imported wallet.</p>
|
||||
|
||||
<h4>Scanning or importing a file</h4>
|
||||
|
||||
<p>What is this feature for??? What can you scan? What type of file can you import?</p>
|
||||
</div>
|
||||
|
||||
|
||||
@ -492,8 +463,8 @@ you’ll see more options for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
<h5>How to create a Lightning wallet</h5>
|
||||
<div class="uk-text-right"><a class="remove-underline hvr-forward" href="/docs/create-lightning-wallet/">Next →</a></div>
|
||||
<h5>Import a wallet</h5>
|
||||
<div class="uk-text-right"><a class="remove-underline hvr-forward" href="/docs/import-wallet/">Next →</a></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@ -643,7 +614,7 @@ you’ll see more options for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -723,19 +694,23 @@ you’ll see more options for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
<li class="uk-active"><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class="uk-active"><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -745,15 +720,19 @@ you’ll see more options for creating the wallet.</p>
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -6,9 +6,9 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||
<title>How to create a Lightning wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
|
||||
<title>Create a Lightning wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
|
||||
<meta name="generator" content="Jekyll v3.8.6" />
|
||||
<meta property="og:title" content="How to create a Lightning wallet" />
|
||||
<meta property="og:title" content="Create a Lightning wallet" />
|
||||
<meta name="author" content="Nuno Coelho" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Creating a Lightning wallet on BlueWallet is easy." />
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/create-lightning-wallet/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"How to create a Lightning wallet","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/create-lightning-wallet/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/create-lightning-wallet/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Creating a Lightning wallet on BlueWallet is easy.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Create a Lightning wallet","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/create-lightning-wallet/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/create-lightning-wallet/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Creating a Lightning wallet on BlueWallet is easy.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -28,15 +28,15 @@
|
||||
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
|
||||
|
||||
|
||||
<meta property="og:site_name" content="How to create a Lightning wallet" />
|
||||
<meta property="og:site_name" content="Create a Lightning wallet" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/create-lightning-wallet/" />
|
||||
<meta property="og:title" content="How to create a Lightning wallet" />
|
||||
<meta property="og:title" content="Create a Lightning wallet" />
|
||||
<meta property="fb:app_id" content="254973701957449" />
|
||||
<meta property="fb:pages" content="499685187154976" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="How to create a Lightning wallet" />
|
||||
<meta name="twitter:title" content="Create a Lightning wallet" />
|
||||
<meta name="twitter:description" content="" />
|
||||
<meta name="twitter:url" content="https://bluewallet.io/docs/create-lightning-wallet/" />
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="uk-active"><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class="uk-active"><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -325,7 +333,7 @@
|
||||
|
||||
|
||||
|
||||
<h1 class="uk-article-title uk-margin-remove-top">How to create a Lightning wallet</h1>
|
||||
<h1 class="uk-article-title uk-margin-remove-top">Create a Lightning wallet</h1>
|
||||
|
||||
|
||||
<!--
|
||||
@ -404,19 +412,12 @@ you’ll see one more option for creating the wallet.</p>
|
||||
|
||||
<p>Lightning functionality in BlueWallet is powered by <a href="http://lndhub.io/">LNDHub</a>, an open source service that we created for this purpose. We host our own instance of this service and BlueWallet connects to it by default. However, for more privacy you can host your own instance and connect to it.</p>
|
||||
|
||||
<p>To do that, you can add the address of your node in the specified text field.</p>
|
||||
|
||||
<h4>Provide entropy</h4>
|
||||
|
||||
<p>Is the “Provide entropy” feature applicable to Lightning wallets???</p>
|
||||
<p>To do that, you can add the address of your lndhub instance in the specified text field.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<p>When you’re ready, you can click on “Create” to make your new wallet.</p>
|
||||
|
||||
<h3>Importing a wallet</h3>
|
||||
|
||||
<p>??? is it possible to import a Lightning wallet?</p>
|
||||
|
||||
|
||||
</div>
|
||||
@ -436,6 +437,9 @@ you’ll see one more option for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="uk-margin-large-top paginate-post">
|
||||
<div class="uk-child-width-expand@s uk-grid-large uk-pagi" data-uk-grid>
|
||||
<div>
|
||||
@ -443,8 +447,8 @@ you’ll see one more option for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
<h5>How to create a Bitcoin wallet</h5>
|
||||
<div><a class="remove-underline hvr-back" href="/docs/create-bitcoin-wallet/">← Previous</a></div>
|
||||
<h5>Import a wallet</h5>
|
||||
<div><a class="remove-underline hvr-back" href="/docs/import-wallet/">← Previous</a></div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
@ -452,7 +456,7 @@ you’ll see one more option for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
<h5>How to backup/export a wallet</h5>
|
||||
<h5>Backup/export a wallet</h5>
|
||||
<div class="uk-text-right"><a class="remove-underline hvr-forward" href="/docs/backup-wallet/">Next →</a></div>
|
||||
|
||||
</div>
|
||||
@ -594,7 +598,7 @@ you’ll see one more option for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -683,19 +687,23 @@ you’ll see one more option for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="uk-active"><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class="uk-active"><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -705,15 +713,19 @@ you’ll see one more option for creating the wallet.</p>
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/cta/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Call to action section","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/cta/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"alex"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/cta/"},"author":{"@type":"Person","name":"alex"},"description":"To add the following to a page: {% include cta.html title="Didn't find an answer?" button_text="Contact Us" button_url="/contact/" subtitle="Get in touch with us for details on setup and additional custom services pricing" %}","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Call to action section","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/cta/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"alex"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/cta/"},"author":{"@type":"Person","name":"alex"},"description":"To add the following to a page: {% include cta.html title="Didn't find an answer?" button_text="Contact Us" button_url="/contact/" subtitle="Get in touch with us for details on setup and additional custom services pricing" %}","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -400,6 +408,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -649,19 +663,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -671,15 +689,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/customize/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Customization","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/customize/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/customize/"},"author":{"@type":"Person","name":"evan"},"description":"To modify the primary color, open /_sass/theme/variables.scss and replace the color values e.g.:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Customization","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/customize/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/customize/"},"author":{"@type":"Person","name":"evan"},"description":"To modify the primary color, open /_sass/theme/variables.scss and replace the color values e.g.:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -406,6 +414,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -741,6 +755,24 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -844,19 +876,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -866,15 +902,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/development/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Development","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/development/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/development/"},"author":{"@type":"Person","name":"evan"},"description":"Build process Install UIkit font end framework dependency via Npm: npm install Enable live browser reload with the following: bundle exec jekyll s --livereload","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Development","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/development/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/development/"},"author":{"@type":"Person","name":"evan"},"description":"Build process Install UIkit font end framework dependency via Npm: npm install Enable live browser reload with the following: bundle exec jekyll s --livereload","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -419,6 +427,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -754,6 +768,24 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -857,19 +889,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -879,15 +915,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/docs/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Creating docs posts","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/docs/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/docs/"},"author":{"@type":"Person","name":"evan"},"description":"Create new doc post entries in _docs folder, similar to creating posts, but with following front matter settings:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Creating docs posts","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/docs/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/docs/"},"author":{"@type":"Person","name":"evan"},"description":"Create new doc post entries in _docs folder, similar to creating posts, but with following front matter settings:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -415,6 +423,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -557,7 +571,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -570,7 +584,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -610,19 +624,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -632,15 +650,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/faq/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Frequently asked questions section","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/faq/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"alex"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/faq/"},"author":{"@type":"Person","name":"alex"},"description":"Create FAQ post in _faqs folder (categories are optional): --- title: Do you provide customer support? categories: [presale] ---","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Frequently asked questions section","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/faq/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"alex"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/faq/"},"author":{"@type":"Person","name":"alex"},"description":"Create FAQ post in _faqs folder (categories are optional): --- title: Do you provide customer support? categories: [presale] ---","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -409,6 +417,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -658,19 +672,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -680,15 +698,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/featured/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Fearured docs section","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/featured/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/featured/"},"author":{"@type":"Person","name":"evan"},"description":"Then add the following to a page to display featured docs: {% include featured.html tag="featured" title="Popular Articles" subtitle="Selected featured articles to get you started fast in Jekyll" %}","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Fearured docs section","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/featured/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/featured/"},"author":{"@type":"Person","name":"evan"},"description":"Then add the following to a page to display featured docs: {% include featured.html tag="featured" title="Popular Articles" subtitle="Selected featured articles to get you started fast in Jekyll" %}","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -404,6 +412,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -644,19 +658,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -666,15 +684,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/footer/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Footer options","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/footer/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"john"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/footer/"},"author":{"@type":"Person","name":"john"},"description":"Edit copyright notice in _config.yml: footer: copyright:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Footer options","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/footer/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"john"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/footer/"},"author":{"@type":"Person","name":"john"},"description":"Edit copyright notice in _config.yml: footer: copyright:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -405,6 +413,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -547,7 +561,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -560,7 +574,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -600,19 +614,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -622,15 +640,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/hero/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Hero page header","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/hero/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"john"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/hero/"},"author":{"@type":"Person","name":"john"},"description":"To add a hero header to a page add the following to a YAML Front Matter:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Hero page header","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/hero/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"john"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/hero/"},"author":{"@type":"Person","name":"john"},"description":"To add a hero header to a page add the following to a YAML Front Matter:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -408,6 +416,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -648,19 +662,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -670,15 +688,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
800
_site/docs/import-wallet/index.html
Normal file
800
_site/docs/import-wallet/index.html
Normal file
File diff suppressed because one or more lines are too long
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/installation/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Theme installation","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/installation/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"sara"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/installation/"},"author":{"@type":"Person","name":"sara"},"description":"Install the dependencies with Bundler:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Theme installation","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/installation/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"sara"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/installation/"},"author":{"@type":"Person","name":"sara"},"description":"Install the dependencies with Bundler:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -406,6 +414,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -548,7 +562,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -561,7 +575,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -601,19 +615,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -623,15 +641,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/intro/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Help and documentation","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/intro/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/intro/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Contact support for any doubts bluewallet@bluewallet.io","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Help and documentation","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/intro/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/intro/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Contact support for any doubts bluewallet@bluewallet.io","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -446,7 +454,7 @@ This is the worst known case at the moment on the network.</div>
|
||||
|
||||
|
||||
|
||||
<h5>How to create a Bitcoin wallet</h5>
|
||||
<h5>Create a Bitcoin wallet</h5>
|
||||
<div class="uk-text-right"><a class="remove-underline hvr-forward" href="/docs/create-bitcoin-wallet/">Next →</a></div>
|
||||
|
||||
</div>
|
||||
@ -588,7 +596,7 @@ This is the worst known case at the moment on the network.</div>
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -601,7 +609,7 @@ This is the worst known case at the moment on the network.</div>
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -641,19 +649,23 @@ This is the worst known case at the moment on the network.</div>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -663,15 +675,19 @@ This is the worst known case at the moment on the network.</div>
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/lndhub-macos/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"LNDHub on Mac OSX","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/lndhub-macos/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/lndhub-macos/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Requirements:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"LNDHub on Mac OSX","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/lndhub-macos/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/lndhub-macos/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Requirements:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -551,6 +559,12 @@ mkdir buildbabel ./ –out-dir ./build –copy-files –ignore node_modules</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -815,6 +829,15 @@ mkdir buildbabel ./ –out-dir ./build –copy-files –ignore node_modules</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -969,6 +992,15 @@ mkdir buildbabel ./ –out-dir ./build –copy-files –ignore node_modules</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1015,19 +1047,23 @@ mkdir buildbabel ./ –out-dir ./build –copy-files –ignore node_modules</p>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -1037,15 +1073,19 @@ mkdir buildbabel ./ –out-dir ./build –copy-files –ignore node_modules</p>
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/lndhub-raspibolt/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"LNDhub with raspibolt","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/lndhub-raspibolt/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/lndhub-raspibolt/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Install Redis","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"LNDhub with raspibolt","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/lndhub-raspibolt/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/lndhub-raspibolt/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Install Redis","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -706,6 +714,12 @@ $ sudo systemctl start lndhub
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -956,6 +970,15 @@ $ sudo systemctl start lndhub
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1119,6 +1142,15 @@ $ sudo systemctl start lndhub
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1165,19 +1197,23 @@ $ sudo systemctl start lndhub
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -1187,15 +1223,19 @@ $ sudo systemctl start lndhub
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/lndhub-ubuntu/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"LNDhub on VPS with Ubuntu","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/lndhub-ubuntu/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/lndhub-ubuntu/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"To avoid rewriting things already well explained in other tutorials, I leave here a link to set up your Bitcoin&Lightning node on Ubuntu 16.04, if you already have one you can jump to Step 1.\\ You can follow this or other guides as long as LND is the implementation of choice for Lightning, we will apply the necessary changes to configurations files in the next steps. If you are starting from scratch, I suggest to execute this on a VPS, for example a Digital Ocean’s droplet.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"LNDhub on VPS with Ubuntu","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/lndhub-ubuntu/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/lndhub-ubuntu/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"To avoid rewriting things already well explained in other tutorials, I leave here a link to set up your Bitcoin&Lightning node on Ubuntu 16.04, if you already have one you can jump to Step 1.\\ You can follow this or other guides as long as LND is the implementation of choice for Lightning, we will apply the necessary changes to configurations files in the next steps. If you are starting from scratch, I suggest to execute this on a VPS, for example a Digital Ocean’s droplet.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -636,6 +644,12 @@ Your bank is born, let’s take a moment to think about what you achieved here:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -891,6 +905,15 @@ Your bank is born, let’s take a moment to think about what you achieved here:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1054,6 +1077,15 @@ Your bank is born, let’s take a moment to think about what you achieved here:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1100,19 +1132,23 @@ Your bank is born, let’s take a moment to think about what you achieved here:
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -1122,15 +1158,19 @@ Your bank is born, let’s take a moment to think about what you achieved here:
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/local-trader/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Use the Local Trader","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/local-trader/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/local-trader/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Bitcoin wallet and Lightning wallet for iOS and Android extremely simple and powerful. Open source, Segwit and HD wallets, lightning network, plausible deniability, replace by fee and full encryption","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Use the Local Trader","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/local-trader/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/local-trader/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Bitcoin wallet and Lightning wallet for iOS and Android extremely simple and powerful. Open source, Segwit and HD wallets, lightning network, plausible deniability, replace by fee and full encryption","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -398,6 +406,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -465,7 +479,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -719,6 +733,15 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -769,19 +792,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -791,15 +818,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/manual-entropy/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Adding manual entropy","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/manual-entropy/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/manual-entropy/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"BlueWallet supports manual entropy.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Adding manual entropy","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/manual-entropy/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/manual-entropy/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"BlueWallet supports manual entropy.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -459,6 +467,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -470,7 +481,7 @@
|
||||
|
||||
|
||||
|
||||
<h5>How to recover your wallet</h5>
|
||||
<h5>Recover your wallet</h5>
|
||||
<div><a class="remove-underline hvr-back" href="/docs/recover-wallet/">← Previous</a></div>
|
||||
|
||||
</div>
|
||||
@ -621,7 +632,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -634,7 +645,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -674,19 +685,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -696,15 +711,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/media/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Adding media to post and doc content","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/media/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"alex"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/media/"},"author":{"@type":"Person","name":"alex"},"description":"Adding images To add an image to a post or page use the following codes: Local image from /uploads/ directory: {% include image.html img="girl.jpg" alt="Alt for image" caption="Girl on a rock" %}","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Adding media to post and doc content","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/media/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"alex"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/media/"},"author":{"@type":"Person","name":"alex"},"description":"Adding images To add an image to a post or page use the following codes: Local image from /uploads/ directory: {% include image.html img="girl.jpg" alt="Alt for image" caption="Girl on a rock" %}","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -427,6 +435,12 @@ Local image from <code class="highlighter-rouge">/uploads/</code> directory:</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -667,19 +681,23 @@ Local image from <code class="highlighter-rouge">/uploads/</code> directory:</p>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -689,15 +707,19 @@ Local image from <code class="highlighter-rouge">/uploads/</code> directory:</p>
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/multisig-spend/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Vaults - spending","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/multisig-spend/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/multisig-spend/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"BlueWallet’s Bitcoin Multisig wallet Vaults feature. Where 2 BlueWallet apps are signing transactions offline and airgapped.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Vaults - spending","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/multisig-spend/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/multisig-spend/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"BlueWallet’s Bitcoin Multisig wallet Vaults feature. Where 2 BlueWallet apps are signing transactions offline and airgapped.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="uk-active"><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -383,6 +391,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -397,8 +411,8 @@
|
||||
|
||||
|
||||
|
||||
<h5>Send to many or Batching</h5>
|
||||
<div><a class="remove-underline hvr-back" href="/docs/batching/">← Previous</a></div>
|
||||
<h5>Sign a transaction offline</h5>
|
||||
<div><a class="remove-underline hvr-back" href="/docs/sign-offline/">← Previous</a></div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
@ -450,7 +464,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -677,6 +691,15 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -727,19 +750,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -749,15 +776,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="uk-active"><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/navigation/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Navigation bar","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/navigation/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"sara"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/navigation/"},"author":{"@type":"Person","name":"sara"},"description":"Set in the main navigation links in _data/navigation_header.yml:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Navigation bar","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/navigation/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"sara"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/navigation/"},"author":{"@type":"Person","name":"sara"},"description":"Set in the main navigation links in _data/navigation_header.yml:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -449,6 +457,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -591,7 +605,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -604,7 +618,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -644,19 +658,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -666,15 +684,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/pages/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Updating your billing credit card","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/pages/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/pages/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Sections in this article","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Updating your billing credit card","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/pages/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/pages/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Sections in this article","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -445,6 +453,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -823,6 +837,24 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -878,19 +910,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -900,15 +936,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/posts/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Creating your first post in Jekyll","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/posts/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/posts/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"To create a new post, you can create a new markdown file inside the _posts directory by following the recommended file naming format: YEAR-MONTH-DAY-title.MARKUP Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers, and MARKUP is the file extension representing the format used in the file. For example, the following are examples of valid post filenames:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Creating your first post in Jekyll","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/posts/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/posts/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"To create a new post, you can create a new markdown file inside the _posts directory by following the recommended file naming format: YEAR-MONTH-DAY-title.MARKUP Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers, and MARKUP is the file extension representing the format used in the file. For example, the following are examples of valid post filenames:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -422,6 +430,12 @@ The following is a post file with different configurations you can add as exampl
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -703,6 +717,15 @@ The following is a post file with different configurations you can add as exampl
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -815,6 +838,15 @@ The following is a post file with different configurations you can add as exampl
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -867,19 +899,23 @@ The following is a post file with different configurations you can add as exampl
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -889,15 +925,19 @@ The following is a post file with different configurations you can add as exampl
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -6,9 +6,9 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!-- Begin Jekyll SEO tag v2.6.1 -->
|
||||
<title>How to recover your wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
|
||||
<title>Recover your wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
|
||||
<meta name="generator" content="Jekyll v3.8.6" />
|
||||
<meta property="og:title" content="How to recover your wallet" />
|
||||
<meta property="og:title" content="Recover your wallet" />
|
||||
<meta name="author" content="Nuno Coelho" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="BlueWallet provides 12 or 24 word mnemonic seeds for onchain Segwit wallets. These are standard BIP44, BIP49 and BIP84 addresses with the following derivation paths:" />
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/recover-wallet/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"How to recover your wallet","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/recover-wallet/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/recover-wallet/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"BlueWallet provides 12 or 24 word mnemonic seeds for onchain Segwit wallets. These are standard BIP44, BIP49 and BIP84 addresses with the following derivation paths:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Recover your wallet","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/recover-wallet/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/recover-wallet/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"BlueWallet provides 12 or 24 word mnemonic seeds for onchain Segwit wallets. These are standard BIP44, BIP49 and BIP84 addresses with the following derivation paths:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -28,15 +28,15 @@
|
||||
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
|
||||
|
||||
|
||||
<meta property="og:site_name" content="How to recover your wallet" />
|
||||
<meta property="og:site_name" content="Recover your wallet" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/recover-wallet/" />
|
||||
<meta property="og:title" content="How to recover your wallet" />
|
||||
<meta property="og:title" content="Recover your wallet" />
|
||||
<meta property="fb:app_id" content="254973701957449" />
|
||||
<meta property="fb:pages" content="499685187154976" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="How to recover your wallet" />
|
||||
<meta name="twitter:title" content="Recover your wallet" />
|
||||
<meta name="twitter:description" content="" />
|
||||
<meta name="twitter:url" content="https://bluewallet.io/docs/recover-wallet/" />
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="uk-active"><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="uk-active"><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -325,7 +333,7 @@
|
||||
|
||||
|
||||
|
||||
<h1 class="uk-article-title uk-margin-remove-top">How to recover your wallet</h1>
|
||||
<h1 class="uk-article-title uk-margin-remove-top">Recover your wallet</h1>
|
||||
|
||||
<p class="uk-text-lead uk-text-muted">Recover your wallet on external software</p>
|
||||
<!--
|
||||
@ -354,19 +362,19 @@
|
||||
<h3>BIP44</h3>
|
||||
|
||||
<div class="uk-alert-success" data-uk-alert="">
|
||||
<p>m/44'</p>
|
||||
<p>m/44'/0'/0'</p>
|
||||
</div>
|
||||
|
||||
<h3>BIP49</h3>
|
||||
|
||||
<div class="uk-alert-success" data-uk-alert="">
|
||||
<p>m/49'</p>
|
||||
<p>m/49'/0'/0'</p>
|
||||
</div>
|
||||
|
||||
<h3>BIP84</h3>
|
||||
|
||||
<div class="uk-alert-success" data-uk-alert="">
|
||||
<p>m/84'/0'/0''</p>
|
||||
<p>m/84'/0'/0'</p>
|
||||
</div>
|
||||
|
||||
<p>You can use Electrum wallet on desktop (electrum.org) to recover this wallets at any moment.</p>
|
||||
@ -405,6 +413,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="uk-margin-large-top paginate-post">
|
||||
<div class="uk-child-width-expand@s uk-grid-large uk-pagi" data-uk-grid>
|
||||
@ -413,7 +424,7 @@
|
||||
|
||||
|
||||
|
||||
<h5>How to backup/export a wallet</h5>
|
||||
<h5>Backup/export a wallet</h5>
|
||||
<div><a class="remove-underline hvr-back" href="/docs/backup-wallet/">← Previous</a></div>
|
||||
|
||||
</div>
|
||||
@ -466,7 +477,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -693,6 +704,15 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -743,19 +763,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="uk-active"><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="uk-active"><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -765,15 +789,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/setup/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Basic theme setup","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/setup/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"sara"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/setup/"},"author":{"@type":"Person","name":"sara"},"description":"Site and author details Add your site and author details in _config.yml:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Basic theme setup","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/setup/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"sara"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/setup/"},"author":{"@type":"Person","name":"sara"},"description":"Site and author details Add your site and author details in _config.yml:","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -425,6 +433,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -567,7 +581,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -580,7 +594,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -620,19 +634,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -642,15 +660,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
939
_site/docs/sign-offline/index.html
Normal file
939
_site/docs/sign-offline/index.html
Normal file
File diff suppressed because one or more lines are too long
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/sources/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Sources and credits","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/sources/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/sources/"},"author":{"@type":"Person","name":"evan"},"description":"Google analytics https://www.google.com/analytics/ Google maps https://www.google.com/maps UIkit front end framework https://getuikit.com/ Jekyll CML https://jekyllrb.com/","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Sources and credits","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/sources/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/sources/"},"author":{"@type":"Person","name":"evan"},"description":"Google analytics https://www.google.com/analytics/ Google maps https://www.google.com/maps UIkit front end framework https://getuikit.com/ Jekyll CML https://jekyllrb.com/","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -402,6 +410,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -750,6 +764,24 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -840,19 +872,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -862,15 +898,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/support/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Contacting support","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/support/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/support/"},"author":{"@type":"Person","name":"evan"},"description":"Customer support is provided through our Envato item page contact form for up to six months from the purchase date and is provided Monday to Friday during the business week. We aim to answer all support requests daily, most are handled within 24h.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Contacting support","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/support/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/support/"},"author":{"@type":"Person","name":"evan"},"description":"Customer support is provided through our Envato item page contact form for up to six months from the purchase date and is provided Monday to Friday during the business week. We aim to answer all support requests daily, most are handled within 24h.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -397,6 +405,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -736,6 +750,24 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -835,19 +867,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -857,15 +893,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/team/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Team members section","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/team/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"alex"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/team/"},"author":{"@type":"Person","name":"alex"},"description":"To add the following to a page: {% include team.html authors="evan, john, sara, alex, tom, daniel" title="We are here to help" subtitle="Our team is just an email away ready to answer your questions" %}","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Team members section","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/team/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"alex"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/team/"},"author":{"@type":"Person","name":"alex"},"description":"To add the following to a page: {% include team.html authors="evan, john, sara, alex, tom, daniel" title="We are here to help" subtitle="Our team is just an email away ready to answer your questions" %}","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -402,6 +410,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -642,19 +656,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -664,15 +682,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/toc/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Adding table of contents to docs","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/toc/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"john"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/toc/"},"author":{"@type":"Person","name":"john"},"description":"Add the following code at the top of the post: #### Sections in this article {:.no_toc} * TOC {:toc} {:.no_toc} exludes #### Sections in this article title from indexing in table of contents","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Adding table of contents to docs","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/toc/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"john"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/toc/"},"author":{"@type":"Person","name":"john"},"description":"Add the following code at the top of the post: #### Sections in this article {:.no_toc} * TOC {:toc} {:.no_toc} exludes #### Sections in this article title from indexing in table of contents","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -403,6 +411,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -643,19 +657,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -665,15 +683,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/translation/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Translation","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/translation/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/translation/"},"author":{"@type":"Person","name":"evan"},"description":"Set your language code in _config.yml: lang: en Theme strings can be translated in _data/translation.yml, copy the current English translation and paste it bellow the Eglish translation, then replace en with you language code that you set in _config.yml and translate the strings.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Translation","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/translation/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/translation/"},"author":{"@type":"Person","name":"evan"},"description":"Set your language code in _config.yml: lang: en Theme strings can be translated in _data/translation.yml, copy the current English translation and paste it bellow the Eglish translation, then replace en with you language code that you set in _config.yml and translate the strings.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -420,6 +428,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -759,6 +773,24 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -831,19 +863,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -853,15 +889,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/videos/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2021-01-29T17:11:55+01:00" />
|
||||
<meta property="article:published_time" content="2021-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Video lightbox boxes section","dateModified":"2021-01-29T17:11:55+01:00","url":"https://bluewallet.io/docs/videos/","datePublished":"2021-01-29T17:11:55+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/videos/"},"author":{"@type":"Person","name":"evan"},"description":"Add videos in _data/videos.yml: ```yml title: Jekyll Introduction desc: Overview of the most popular static generator url: https://youtu.be/T1itpPvFWHI","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Video lightbox boxes section","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/videos/","datePublished":"2021-03-05T11:21:36+01:00","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"evan"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/videos/"},"author":{"@type":"Person","name":"evan"},"description":"Add videos in _data/videos.yml: ```yml title: Jekyll Introduction desc: Overview of the most popular static generator url: https://youtu.be/T1itpPvFWHI","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -237,19 +237,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -259,15 +263,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
@ -415,6 +423,12 @@ https://vimeo.com/1084537
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -655,19 +669,23 @@ https://vimeo.com/1084537
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -677,15 +695,19 @@ https://vimeo.com/1084537
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -603,7 +603,7 @@ Recommended for cold storage and large amounts.</p>
|
||||
<h4 class="uk-h4 uk-margin">Marketplace</h4>
|
||||
|
||||
|
||||
<p class="uk-text-meta">Support for the LNurl protocol with LNurl-pay and LNurl-withdraw. This features allows you to have an easier interaction with the Lightning Network and services that support LNurl.</p>
|
||||
<p class="uk-text-meta">A Marketplace of Lightning enabled apps to help you discover new services on this new fast settlement protocol.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@ -690,19 +690,23 @@ Recommended for cold storage and large amounts.</p>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -712,15 +716,19 @@ Recommended for cold storage and large amounts.</p>
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -496,6 +496,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -527,6 +529,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a class="uk-box-shadow-hover-small" href="/docs/videos/">Video lightbox boxes section</a></li>
|
||||
|
||||
|
||||
@ -729,19 +733,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -751,15 +759,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -443,19 +443,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -465,15 +469,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -1,74 +0,0 @@
|
||||
# Contributor Covenant Code of Conduct
|
||||
|
||||
## Our Pledge
|
||||
|
||||
In the interest of fostering an open and welcoming environment, we as
|
||||
contributors and maintainers pledge to making participation in our project and
|
||||
our community a harassment-free experience for everyone, regardless of age, body
|
||||
size, disability, ethnicity, gender identity and expression, level of experience,
|
||||
nationality, personal appearance, race, religion, or sexual identity and
|
||||
orientation.
|
||||
|
||||
## Our Standards
|
||||
|
||||
Examples of behavior that contributes to creating a positive environment
|
||||
include:
|
||||
|
||||
* Using welcoming and inclusive language
|
||||
* Being respectful of differing viewpoints and experiences
|
||||
* Gracefully accepting constructive criticism
|
||||
* Focusing on what is best for the community
|
||||
* Showing empathy towards other community members
|
||||
|
||||
Examples of unacceptable behavior by participants include:
|
||||
|
||||
* The use of sexualized language or imagery and unwelcome sexual attention or
|
||||
advances
|
||||
* Trolling, insulting/derogatory comments, and personal or political attacks
|
||||
* Public or private harassment
|
||||
* Publishing others' private information, such as a physical or electronic
|
||||
address, without explicit permission
|
||||
* Other conduct which could reasonably be considered inappropriate in a
|
||||
professional setting
|
||||
|
||||
## Our Responsibilities
|
||||
|
||||
Project maintainers are responsible for clarifying the standards of acceptable
|
||||
behavior and are expected to take appropriate and fair corrective action in
|
||||
response to any instances of unacceptable behavior.
|
||||
|
||||
Project maintainers have the right and responsibility to remove, edit, or
|
||||
reject comments, commits, code, wiki edits, issues, and other contributions
|
||||
that are not aligned to this Code of Conduct, or to ban temporarily or
|
||||
permanently any contributor for other behaviors that they deem inappropriate,
|
||||
threatening, offensive, or harmful.
|
||||
|
||||
## Scope
|
||||
|
||||
This Code of Conduct applies both within project spaces and in public spaces
|
||||
when an individual is representing the project or its community. Examples of
|
||||
representing a project or community include using an official project e-mail
|
||||
address, posting via an official social media account, or acting as an appointed
|
||||
representative at an online or offline event. Representation of a project may be
|
||||
further defined and clarified by project maintainers.
|
||||
|
||||
## Enforcement
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||
reported by contacting the project team at nunovc@gmail.com. All
|
||||
complaints will be reviewed and investigated and will result in a response that
|
||||
is deemed necessary and appropriate to the circumstances. The project team is
|
||||
obligated to maintain confidentiality with regard to the reporter of an incident.
|
||||
Further details of specific enforcement policies may be posted separately.
|
||||
|
||||
Project maintainers who do not follow or enforce the Code of Conduct in good
|
||||
faith may face temporary or permanent repercussions as determined by other
|
||||
members of the project's leadership.
|
||||
|
||||
## Attribution
|
||||
|
||||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
||||
available at [http://contributor-covenant.org/version/1/4][version]
|
||||
|
||||
[homepage]: http://contributor-covenant.org
|
||||
[version]: http://contributor-covenant.org/version/1/4/
|
||||
@ -1,6 +0,0 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
||||
|
||||
# Specify your gem's dependencies in jekyll-feed.gemspec
|
||||
gemspec
|
||||
@ -1,21 +0,0 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2019 ncoelho
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
@ -1,43 +0,0 @@
|
||||
# Jekyll::Feed
|
||||
|
||||
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/jekyll/feed`. To experiment with that code, run `bin/console` for an interactive prompt.
|
||||
|
||||
TODO: Delete this and the text above, and describe your gem
|
||||
|
||||
## Installation
|
||||
|
||||
Add this line to your application's Gemfile:
|
||||
|
||||
```ruby
|
||||
gem 'jekyll-feed'
|
||||
```
|
||||
|
||||
And then execute:
|
||||
|
||||
$ bundle
|
||||
|
||||
Or install it yourself as:
|
||||
|
||||
$ gem install jekyll-feed
|
||||
|
||||
## Usage
|
||||
|
||||
TODO: Write usage instructions here
|
||||
|
||||
## Development
|
||||
|
||||
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
||||
|
||||
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
||||
|
||||
## Contributing
|
||||
|
||||
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/jekyll-feed. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
||||
|
||||
## License
|
||||
|
||||
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
Everyone interacting in the Jekyll::Feed project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/jekyll-feed/blob/master/CODE_OF_CONDUCT.md).
|
||||
@ -1,2 +0,0 @@
|
||||
require "bundler/gem_tasks"
|
||||
task :default => :spec
|
||||
@ -1,14 +0,0 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
require "bundler/setup"
|
||||
require "jekyll/feed"
|
||||
|
||||
# You can add fixtures and/or initialization code here to make experimenting
|
||||
# with your gem easier. You can also use a different console, if you like.
|
||||
|
||||
# (If you use this, don't forget to add pry to your Gemfile!)
|
||||
# require "pry"
|
||||
# Pry.start
|
||||
|
||||
require "irb"
|
||||
IRB.start(__FILE__)
|
||||
@ -1,8 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
set -vx
|
||||
|
||||
bundle install
|
||||
|
||||
# Do any other automated setup that you need to do here
|
||||
@ -1,41 +0,0 @@
|
||||
|
||||
lib = File.expand_path("../lib", __FILE__)
|
||||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
||||
require "jekyll/feed/version"
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "jekyll-feed"
|
||||
spec.version = Jekyll::Feed::VERSION
|
||||
spec.authors = ["ncoelho"]
|
||||
spec.email = ["nunovc@gmail.com"]
|
||||
|
||||
spec.summary = %q{TODO: Write a short summary, because RubyGems requires one.}
|
||||
spec.description = %q{TODO: Write a longer description or delete this line.}
|
||||
spec.homepage = "TODO: Put your gem's website or public repo URL here."
|
||||
spec.license = "MIT"
|
||||
|
||||
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
||||
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
||||
if spec.respond_to?(:metadata)
|
||||
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
|
||||
|
||||
spec.metadata["homepage_uri"] = spec.homepage
|
||||
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
|
||||
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
|
||||
else
|
||||
raise "RubyGems 2.0 or newer is required to protect against " \
|
||||
"public gem pushes."
|
||||
end
|
||||
|
||||
# Specify which files should be added to the gem when it is released.
|
||||
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
||||
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
||||
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
||||
end
|
||||
spec.bindir = "exe"
|
||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.add_development_dependency "bundler", "~> 1.17"
|
||||
spec.add_development_dependency "rake", "~> 10.0"
|
||||
end
|
||||
@ -1,8 +0,0 @@
|
||||
require "jekyll/feed/version"
|
||||
|
||||
module Jekyll
|
||||
module Feed
|
||||
class Error < StandardError; end
|
||||
# Your code goes here...
|
||||
end
|
||||
end
|
||||
@ -1,5 +0,0 @@
|
||||
module Jekyll
|
||||
module Feed
|
||||
VERSION = "0.1.0"
|
||||
end
|
||||
end
|
||||
@ -1,74 +0,0 @@
|
||||
# Contributor Covenant Code of Conduct
|
||||
|
||||
## Our Pledge
|
||||
|
||||
In the interest of fostering an open and welcoming environment, we as
|
||||
contributors and maintainers pledge to making participation in our project and
|
||||
our community a harassment-free experience for everyone, regardless of age, body
|
||||
size, disability, ethnicity, gender identity and expression, level of experience,
|
||||
nationality, personal appearance, race, religion, or sexual identity and
|
||||
orientation.
|
||||
|
||||
## Our Standards
|
||||
|
||||
Examples of behavior that contributes to creating a positive environment
|
||||
include:
|
||||
|
||||
* Using welcoming and inclusive language
|
||||
* Being respectful of differing viewpoints and experiences
|
||||
* Gracefully accepting constructive criticism
|
||||
* Focusing on what is best for the community
|
||||
* Showing empathy towards other community members
|
||||
|
||||
Examples of unacceptable behavior by participants include:
|
||||
|
||||
* The use of sexualized language or imagery and unwelcome sexual attention or
|
||||
advances
|
||||
* Trolling, insulting/derogatory comments, and personal or political attacks
|
||||
* Public or private harassment
|
||||
* Publishing others' private information, such as a physical or electronic
|
||||
address, without explicit permission
|
||||
* Other conduct which could reasonably be considered inappropriate in a
|
||||
professional setting
|
||||
|
||||
## Our Responsibilities
|
||||
|
||||
Project maintainers are responsible for clarifying the standards of acceptable
|
||||
behavior and are expected to take appropriate and fair corrective action in
|
||||
response to any instances of unacceptable behavior.
|
||||
|
||||
Project maintainers have the right and responsibility to remove, edit, or
|
||||
reject comments, commits, code, wiki edits, issues, and other contributions
|
||||
that are not aligned to this Code of Conduct, or to ban temporarily or
|
||||
permanently any contributor for other behaviors that they deem inappropriate,
|
||||
threatening, offensive, or harmful.
|
||||
|
||||
## Scope
|
||||
|
||||
This Code of Conduct applies both within project spaces and in public spaces
|
||||
when an individual is representing the project or its community. Examples of
|
||||
representing a project or community include using an official project e-mail
|
||||
address, posting via an official social media account, or acting as an appointed
|
||||
representative at an online or offline event. Representation of a project may be
|
||||
further defined and clarified by project maintainers.
|
||||
|
||||
## Enforcement
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||
reported by contacting the project team at nunovc@gmail.com. All
|
||||
complaints will be reviewed and investigated and will result in a response that
|
||||
is deemed necessary and appropriate to the circumstances. The project team is
|
||||
obligated to maintain confidentiality with regard to the reporter of an incident.
|
||||
Further details of specific enforcement policies may be posted separately.
|
||||
|
||||
Project maintainers who do not follow or enforce the Code of Conduct in good
|
||||
faith may face temporary or permanent repercussions as determined by other
|
||||
members of the project's leadership.
|
||||
|
||||
## Attribution
|
||||
|
||||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
||||
available at [http://contributor-covenant.org/version/1/4][version]
|
||||
|
||||
[homepage]: http://contributor-covenant.org
|
||||
[version]: http://contributor-covenant.org/version/1/4/
|
||||
@ -1,6 +0,0 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
||||
|
||||
# Specify your gem's dependencies in jekyll-seo-tag.gemspec
|
||||
gemspec
|
||||
@ -1,21 +0,0 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2019 ncoelho
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
@ -1,43 +0,0 @@
|
||||
# Jekyll::Seo::Tag
|
||||
|
||||
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/jekyll/seo/tag`. To experiment with that code, run `bin/console` for an interactive prompt.
|
||||
|
||||
TODO: Delete this and the text above, and describe your gem
|
||||
|
||||
## Installation
|
||||
|
||||
Add this line to your application's Gemfile:
|
||||
|
||||
```ruby
|
||||
gem 'jekyll-seo-tag'
|
||||
```
|
||||
|
||||
And then execute:
|
||||
|
||||
$ bundle
|
||||
|
||||
Or install it yourself as:
|
||||
|
||||
$ gem install jekyll-seo-tag
|
||||
|
||||
## Usage
|
||||
|
||||
TODO: Write usage instructions here
|
||||
|
||||
## Development
|
||||
|
||||
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
||||
|
||||
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
||||
|
||||
## Contributing
|
||||
|
||||
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/jekyll-seo-tag. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
||||
|
||||
## License
|
||||
|
||||
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
Everyone interacting in the Jekyll::Seo::Tag project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/jekyll-seo-tag/blob/master/CODE_OF_CONDUCT.md).
|
||||
@ -1,2 +0,0 @@
|
||||
require "bundler/gem_tasks"
|
||||
task :default => :spec
|
||||
@ -1,14 +0,0 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
require "bundler/setup"
|
||||
require "jekyll/seo/tag"
|
||||
|
||||
# You can add fixtures and/or initialization code here to make experimenting
|
||||
# with your gem easier. You can also use a different console, if you like.
|
||||
|
||||
# (If you use this, don't forget to add pry to your Gemfile!)
|
||||
# require "pry"
|
||||
# Pry.start
|
||||
|
||||
require "irb"
|
||||
IRB.start(__FILE__)
|
||||
@ -1,8 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
set -vx
|
||||
|
||||
bundle install
|
||||
|
||||
# Do any other automated setup that you need to do here
|
||||
@ -1,41 +0,0 @@
|
||||
|
||||
lib = File.expand_path("../lib", __FILE__)
|
||||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
||||
require "jekyll/seo/tag/version"
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "jekyll-seo-tag"
|
||||
spec.version = Jekyll::Seo::Tag::VERSION
|
||||
spec.authors = ["ncoelho"]
|
||||
spec.email = ["nunovc@gmail.com"]
|
||||
|
||||
spec.summary = %q{TODO: Write a short summary, because RubyGems requires one.}
|
||||
spec.description = %q{TODO: Write a longer description or delete this line.}
|
||||
spec.homepage = "TODO: Put your gem's website or public repo URL here."
|
||||
spec.license = "MIT"
|
||||
|
||||
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
||||
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
||||
if spec.respond_to?(:metadata)
|
||||
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
|
||||
|
||||
spec.metadata["homepage_uri"] = spec.homepage
|
||||
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
|
||||
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
|
||||
else
|
||||
raise "RubyGems 2.0 or newer is required to protect against " \
|
||||
"public gem pushes."
|
||||
end
|
||||
|
||||
# Specify which files should be added to the gem when it is released.
|
||||
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
||||
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
||||
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
||||
end
|
||||
spec.bindir = "exe"
|
||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.add_development_dependency "bundler", "~> 1.17"
|
||||
spec.add_development_dependency "rake", "~> 10.0"
|
||||
end
|
||||
@ -1,10 +0,0 @@
|
||||
require "jekyll/seo/tag/version"
|
||||
|
||||
module Jekyll
|
||||
module Seo
|
||||
module Tag
|
||||
class Error < StandardError; end
|
||||
# Your code goes here...
|
||||
end
|
||||
end
|
||||
end
|
||||
@ -1,7 +0,0 @@
|
||||
module Jekyll
|
||||
module Seo
|
||||
module Tag
|
||||
VERSION = "0.1.0"
|
||||
end
|
||||
end
|
||||
end
|
||||
@ -321,19 +321,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -343,15 +347,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -270,19 +270,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -292,15 +296,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
@ -315,19 +315,23 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">How to create a Bitcoin wallet</a></li>
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">How to create a Lightning wallet</a></li>
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/backup-wallet/">How to backup/export a wallet</a></li>
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">How to recover your wallet</a></li>
|
||||
<li class=""><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -337,15 +341,19 @@
|
||||
|
||||
<li class=""><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Cold storage</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/sign-offline/">Sign a transaction offline</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5 class="uk-margin-top">Hardware Wallets</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
BIN
_site/marketplace-btc/img/silent.link.png
Normal file
BIN
_site/marketplace-btc/img/silent.link.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
@ -123,7 +123,19 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
</a>
|
||||
</div> <!-- end -->
|
||||
|
||||
|
||||
<div class="row"> <!-- start -->
|
||||
<a href="https://silent.link/?utm_source=bluewallet&utm_media=btc">
|
||||
<div class="grid-container">
|
||||
<div class="appicon">
|
||||
<img src="img/silent.link.png">
|
||||
</div>
|
||||
<div class="apptext">
|
||||
<h2>silent.link</h2>
|
||||
<p>Get global 5G data roaming plan, UK +44 SMS/burner number with eSIM, NO KYC</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div> <!-- end -->
|
||||
|
||||
<div class="section"> <!-- section start -->
|
||||
<h3>Services</h3>
|
||||
|
||||
BIN
_site/marketplace/img/silent.link.png
Normal file
BIN
_site/marketplace/img/silent.link.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user