add new support landing page
This commit is contained in:
parent
33b496a8aa
commit
65133fe003
@ -25,7 +25,7 @@ right:
|
||||
url: /lightning/
|
||||
|
||||
- title: Support
|
||||
url: /docs/intro/
|
||||
url: /docs/
|
||||
# Navbar right menu navigation links
|
||||
|
||||
# right:
|
||||
|
||||
@ -19,4 +19,4 @@
|
||||
url: /lightning/
|
||||
|
||||
- title: Support
|
||||
url: /docs/intro/
|
||||
url: /docs/
|
||||
@ -1,32 +0,0 @@
|
||||
---
|
||||
title: Adding alerts to content
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
tags: [features]
|
||||
author: evan
|
||||
---
|
||||
|
||||
There are four alert styles:
|
||||
|
||||
{% include alert.html style="primary" text="Cras at dolor eget urna varius faucibus tempus in elit." %}
|
||||
|
||||
{% include alert.html style="success" text="Cras at dolor eget urna varius faucibus tempus in elit." %}
|
||||
|
||||
{% include alert.html style="warning" text="Cras at dolor eget urna varius faucibus tempus in elit." %}
|
||||
|
||||
{% include alert.html style="danger" text="Cras at dolor eget urna varius faucibus tempus in elit." %}
|
||||
|
||||
Add alerts to a post using the following includes:
|
||||
|
||||
{% raw %}
|
||||
```yaml
|
||||
{% include alert.html style="primary" text="Cras at dolor eget urna varius faucibus tempus in elit." %}
|
||||
|
||||
{% include alert.html style="success" text="Cras at dolor eget urna varius faucibus tempus in elit." %}
|
||||
|
||||
{% include alert.html style="warning" text="Cras at dolor eget urna varius faucibus tempus in elit." %}
|
||||
|
||||
{% include alert.html style="danger" text="Cras at dolor eget urna varius faucibus tempus in elit." %}
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
|
||||
@ -1,15 +0,0 @@
|
||||
---
|
||||
layout: doc
|
||||
title: Google Analytics
|
||||
categories: [Features]
|
||||
author: evan
|
||||
tags:
|
||||
---
|
||||
|
||||
To enable Google Anaytics, add the following lines to your Jekyll site:
|
||||
|
||||
```yaml
|
||||
google_analytics: UA-NNNNNNNN-N
|
||||
```
|
||||
|
||||
Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production`
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Backup/export a wallet
|
||||
subtitle: Access to private keys and recover of wallets
|
||||
tags: [usage]
|
||||
tags: [usage, featured]
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
@ -1,29 +0,0 @@
|
||||
---
|
||||
title: Category boxes section
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
tags: [features]
|
||||
author: evan
|
||||
---
|
||||
|
||||
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
|
||||
|
||||
- title: Account and Billing
|
||||
desc: Managing your account, creating new users and exporting data
|
||||
icon: credit-card
|
||||
doc: drafts
|
||||
```
|
||||
|
||||
All available icons can be found [here](https://getuikit.com/docs/icon#library).
|
||||
|
||||
Add boxes section to a page using the following include:
|
||||
{% raw %}
|
||||
```yaml
|
||||
{% include boxes.html columns="3" title="Browse Topics" subtitle="Chose an option that you need help with or search above" %}
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
@ -1,77 +0,0 @@
|
||||
---
|
||||
title: Creating a changelog
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
tags: [setup]
|
||||
author: evan
|
||||
---
|
||||
|
||||
Theme comes with two different changelogs, timeline and post style.
|
||||
|
||||
### Timeline style changelog
|
||||
|
||||
Timeline changelog can be added to a page using an include and its data is pulled from a `_data/changelog.yml` data file. This changelog is suitable for simple lists of changes.
|
||||
|
||||
Add changelog to a page using the following include:
|
||||
{% raw %}
|
||||
```yaml
|
||||
{% include changelog.html %}
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
Changelog enties are added in `_data/changelog.yml`:
|
||||
|
||||
```yml
|
||||
- title: Version 0.6.0
|
||||
label:
|
||||
date: Aug 15, 2017
|
||||
list:
|
||||
- Added style support for radio and checkbox in Firefox
|
||||
- Removed class from Section component
|
||||
```
|
||||
|
||||
### Post style changelog
|
||||
|
||||
This changelog is suitable for changelog entries with more content beyond simple lists adding text and media.
|
||||
|
||||
Post styled changelog is displayed by setting `layout: changelog` in page YAML Front Matter:
|
||||
|
||||
```yml
|
||||
---
|
||||
layout: changelog
|
||||
title: Changelog
|
||||
permalink: /changelog/
|
||||
---
|
||||
```
|
||||
|
||||
Changelog enties are added by creating posts in `_changelog`:
|
||||
|
||||
{% raw %}
|
||||
```yml
|
||||
---
|
||||
title: January Updates
|
||||
date: 2019-01-22
|
||||
---
|
||||
|
||||
{% include tag.html tag="added" %}
|
||||
- Some scheduled changelogs, tweets, and slack messages queued up this weekend and were not published on time. We fixed the issue and all delayed publications should be out.
|
||||
- We now prioritize keywords over title and body so customers can more effectively influence search results
|
||||
latency)
|
||||
- Search engine upgraded. Bringing with it enhancements and bug fixes.
|
||||
- Replaced login / registration pre-app screens with a cleaner design
|
||||
|
||||
{% include tag.html tag="fixed" %}
|
||||
- Fixed an issue with the sync autolinker only interlinking selectively.
|
||||
- Fixed up an issue with prematurely logging out users
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
Tags can be modified in `_data/tags.yml`:
|
||||
```yml
|
||||
added:
|
||||
text: Added
|
||||
color: "#3778ff"
|
||||
|
||||
changed:
|
||||
text: Changed
|
||||
color: "#3aaa55"
|
||||
```
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Coldcard
|
||||
subtitle: Coldcard with Bluewallet - Lightning SD card
|
||||
tags: [hww]
|
||||
title: Coldcard with Bluewallet
|
||||
subtitle: Using a Lightning SD card
|
||||
tags: [hww, usage, featured]
|
||||
---
|
||||
|
||||
<div class="uk-container{{container}}">
|
||||
|
||||
@ -1,18 +0,0 @@
|
||||
---
|
||||
layout: doc
|
||||
title: Enabling comments (via Disqus)
|
||||
subtitle: Disqus is a third party service that can be used to comment on blog posts. This document covers adding Disqus to a Jekyll blog
|
||||
categories: [Features]
|
||||
author: tom
|
||||
---
|
||||
|
||||
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:
|
||||
|
||||
```yaml
|
||||
disqus:
|
||||
shortname: my_disqus_shortname
|
||||
```
|
||||
|
||||
You can find out more about Disqus' shortnames [here](https://help.disqus.com/customer/portal/articles/466208).
|
||||
|
||||
Comments are enabled by default and will only appear in production, i.e., `JEKYLL_ENV=production`. If you don't want to display comments for a particular post you can disable them by adding `comments: false` to that post's YAML Front Matter.
|
||||
@ -1,15 +0,0 @@
|
||||
---
|
||||
title: Contact form (via FormSpree)
|
||||
subtitle: This document covers the setup and options of theme feature described in the doc title
|
||||
author: sara
|
||||
tags: [setup]
|
||||
---
|
||||
|
||||
Submit the form and confirm your email address at [FormSpree](https://formspree.io/). Then add the following include to a page, replacing the email address:
|
||||
|
||||
{% raw %}
|
||||
```yaml
|
||||
{% include formspree.html email="my_name@gmail.com" redirect="/thanks/" name="true" subject="true" %}
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: Create a Bitcoin wallet
|
||||
tags:
|
||||
- setup
|
||||
tags: [usage, featured]
|
||||
---
|
||||
Creating a Bitcoin wallet on BlueWallet is easy.
|
||||
|
||||
|
||||
13
_docs/cta.md
13
_docs/cta.md
@ -1,13 +0,0 @@
|
||||
---
|
||||
title: Call to action section
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
tags: [features]
|
||||
author: alex
|
||||
---
|
||||
|
||||
To add the following to a page:
|
||||
{% raw %}
|
||||
```yaml
|
||||
{% 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" %}
|
||||
```
|
||||
{% endraw %}
|
||||
@ -1,19 +0,0 @@
|
||||
---
|
||||
title: Customization
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
tags: [customize]
|
||||
author: evan
|
||||
---
|
||||
|
||||
To modify the primary color, open `/_sass/theme/variables.scss` and replace the color values e.g.:
|
||||
|
||||
```scss
|
||||
$global-primary-background: #05c896;
|
||||
```
|
||||
|
||||
Further style customisation can be done in the following files:
|
||||
```
|
||||
/_sass/theme/mixins.scss
|
||||
/_sass/theme/variables.scss
|
||||
/assets/css/main.scss
|
||||
```
|
||||
@ -1,32 +0,0 @@
|
||||
---
|
||||
title: Development
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
tags: [customize]
|
||||
author: evan
|
||||
---
|
||||
|
||||
### Build process
|
||||
Install [UIkit](https://getuikit.com/) font end framework dependency via Npm:
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
Enable live browser reload with the following:
|
||||
```bash
|
||||
bundle exec jekyll s --livereload
|
||||
```
|
||||
|
||||
Use the following commands to compile js scripts:
|
||||
```bash
|
||||
npm run dev
|
||||
```
|
||||
Compile and minify:
|
||||
```bash
|
||||
npm run build
|
||||
```
|
||||
|
||||
### Hooks
|
||||
There are four hook inlude files that simplify adding content or scripts in the theme locations:
|
||||
- `_includes/hook-head.html`
|
||||
- `_includes/hook-pre-closing-body.html`
|
||||
- `_includes/hook-pre-closing-body-doc.html`
|
||||
- `_includes/hook-post-content-doc.html`
|
||||
@ -1,28 +0,0 @@
|
||||
---
|
||||
title: Creating docs posts
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
tags: [setup]
|
||||
author: evan
|
||||
---
|
||||
|
||||
Create new doc post entries in `_docs` folder, similar to creating posts, but with following front matter settings:
|
||||
|
||||
```yml
|
||||
---
|
||||
title: Category hosting Setting up new domain and page
|
||||
subtitle: This is optional doc subtitle
|
||||
tags: [featured, development]
|
||||
author: peter
|
||||
---
|
||||
```
|
||||
|
||||
Sidebar navigation on docs post can edited in `_data/navigation_docs.yml`:
|
||||
|
||||
```yml
|
||||
- title: Getting Started # Section title
|
||||
docs:
|
||||
- home # Doc file name from _docs folder
|
||||
- quickstart
|
||||
- installation
|
||||
- windows
|
||||
```
|
||||
23
_docs/faq.md
23
_docs/faq.md
@ -1,23 +0,0 @@
|
||||
---
|
||||
title: Frequently asked questions section
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
tags: [features, featured]
|
||||
author: alex
|
||||
---
|
||||
|
||||
Create FAQ post in `_faqs` folder (categories are optional):
|
||||
```yml
|
||||
---
|
||||
title: Do you provide customer support?
|
||||
categories: [presale]
|
||||
---
|
||||
```
|
||||
|
||||
To add the following to a page:
|
||||
{% raw %}
|
||||
```yaml
|
||||
{% include faqs.html multiple="true" title="Frequently asked questions" category="presale" subtitle="Find quicke answers to frequent pre-sale questions asked by customers" %}
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
Specifying category is optional, if not defined all FAQ posts will be displayed. To display multiple FAQs at the same time without one collapsing when the other one is opened, add the `multiple="true"` attribute.
|
||||
@ -1,18 +0,0 @@
|
||||
---
|
||||
title: Fearured docs section
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
tags: [features]
|
||||
author: evan
|
||||
---
|
||||
|
||||
Then add the following to a page to display featured docs:
|
||||
{% raw %}
|
||||
```yaml
|
||||
{% include featured.html tag="featured" title="Popular Articles" subtitle="Selected featured articles to get you started fast in Jekyll" %}
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
All docs with a `featured` tag will be displayed:
|
||||
```yml
|
||||
tags: [featured]
|
||||
```
|
||||
@ -1,18 +0,0 @@
|
||||
---
|
||||
title: Footer options
|
||||
subtitle: This document covers the setup and options of theme feature described in the doc title
|
||||
author: john
|
||||
tags: [setup]
|
||||
---
|
||||
|
||||
Edit copyright notice in `_config.yml`:
|
||||
```yaml
|
||||
footer:
|
||||
copyright:
|
||||
```
|
||||
|
||||
Set in the navigation links in `_data/navigation_footer.yml`:
|
||||
```yaml
|
||||
- title: About
|
||||
url: /about/
|
||||
```
|
||||
@ -1,20 +0,0 @@
|
||||
---
|
||||
title: Hero page header
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
tags: [features]
|
||||
author: john
|
||||
---
|
||||
|
||||
To add a hero header to a page add the following to a YAML Front Matter:
|
||||
|
||||
```yaml
|
||||
---
|
||||
layout: page
|
||||
width: expand
|
||||
hero:
|
||||
title: How can we help you?
|
||||
subtitle: Search or browse in depth articles and videos
|
||||
image: knowledge.svg
|
||||
search: true
|
||||
---
|
||||
```
|
||||
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: Import a wallet
|
||||
tags:
|
||||
- setup
|
||||
tags: [usage, featured]
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
@ -1,19 +0,0 @@
|
||||
---
|
||||
title: Theme installation
|
||||
subtitle: This document covers the setup and options of theme feature described in the doc title
|
||||
author: sara
|
||||
tags: [setup]
|
||||
---
|
||||
|
||||
Install the dependencies with [Bundler](http://bundler.io/):
|
||||
|
||||
```bash
|
||||
bundle install
|
||||
```
|
||||
|
||||
Run the following to generate your site:
|
||||
```bash
|
||||
bundle exec jekyll serve
|
||||
```
|
||||
|
||||
You can find more on [Deployment Methods](https://jekyllrb.com/docs/deployment-methods/) page on Jekyll website.
|
||||
@ -5,4 +5,4 @@ tags: [setup]
|
||||
|
||||
<p class="uk-text-lead">Contact support for any doubts <span class="uk-label">bluewallet@bluewallet.io</span></p>
|
||||
|
||||
{% include faqs.html multiple="true" title="Frequently asked questions" category="problems" subtitle="Find quick answers to frequent questions asked by customers" %}
|
||||
{% include faqs.html multiple="true" title="Frequently asked questions" category="problems" subtitle="Find quick answers to frequent questions asked by fellow bitcoiners" %}
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: LNDHub on Mac OSX
|
||||
subtitle: Coldcard with Bluewallet - Lightning SD card
|
||||
tags:
|
||||
- lndhub
|
||||
---
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: LNDhub with raspibolt
|
||||
subtitle: Coldcard with Bluewallet - Lightning SD card
|
||||
tags:
|
||||
- lndhub
|
||||
---
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: LNDhub on VPS with Ubuntu
|
||||
subtitle: Coldcard with Bluewallet - Lightning SD card
|
||||
tags:
|
||||
- lndhub
|
||||
---
|
||||
|
||||
@ -1,47 +0,0 @@
|
||||
---
|
||||
title: Adding media to post and doc content
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
tags: [features, featured]
|
||||
author: alex
|
||||
---
|
||||
|
||||
### Adding images
|
||||
To add an image to a post or page use the following codes:
|
||||
Local image from `/uploads/` directory:
|
||||
{% raw %}
|
||||
```yaml
|
||||
{% include image.html img="girl.jpg" alt="Alt for image" caption="Girl on a rock" %}
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
External wide image with lightbox:
|
||||
{% raw %}
|
||||
```yaml
|
||||
{% include image.html img="https://source.unsplash.com/TT-ROxWj9nA.jpg" lightbox="true" alt="Alt for image" caption="Image in lightbox" %}
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
Uploads folder location can be changed in `_config.yml`.
|
||||
|
||||
### Slideshow
|
||||
|
||||
{% raw %}
|
||||
```yaml
|
||||
{% include slideshow.html gallery="slideshow-1" %}
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
The `gallery` attribute refers to a folder inside your `uploads` folder, all images in `slideshow-1` folder will be displyed in slideshow. Uploads folder location can be changed in `_config.yml`.
|
||||
|
||||
### Responsive Videos
|
||||
Embed local videos:
|
||||
```html
|
||||
<video controls playsinline uk-video="automute: true">
|
||||
<source src="http://www.quirksmode.org/html5/videos/big_buck_bunny.mp4" type="video/mp4">
|
||||
<source src="http://www.quirksmode.org/html5/videos/big_buck_bunny.ogv" type="video/ogg">
|
||||
</video>
|
||||
```
|
||||
Embed YouTube videos:
|
||||
```html
|
||||
<iframe src="http://www.youtube.com/embed/YE7VzlLtp-4?autoplay=0&showinfo=0&rel=0&modestbranding=1&playsinline=1" width="600" height="340" frameborder="0" allowfullscreen uk-responsive uk-video="automute: true"></iframe>
|
||||
```
|
||||
@ -1,63 +0,0 @@
|
||||
---
|
||||
title: Navigation bar
|
||||
subtitle: This document covers the setup and options of theme feature described in the doc title
|
||||
author: sara
|
||||
tags: [setup]
|
||||
---
|
||||
|
||||
Set in the main navigation links in `_data/navigation_header.yml`:
|
||||
|
||||
```yaml
|
||||
- title: About
|
||||
url: /about/
|
||||
```
|
||||
|
||||
To add a button to navigation use:
|
||||
```yaml
|
||||
- title: Contact
|
||||
url: /contact/
|
||||
button: success
|
||||
```
|
||||
|
||||
All available buttons:
|
||||
```yaml
|
||||
- title: Changelog
|
||||
url: /contact/
|
||||
button: default
|
||||
|
||||
- title: Contact
|
||||
url: /contact/
|
||||
button: primary
|
||||
|
||||
- title: Changelog
|
||||
url: /contact/
|
||||
button: secondary
|
||||
|
||||
- title: Contact
|
||||
url: /contact/
|
||||
button: danger
|
||||
|
||||
- title: Changelog
|
||||
url: /contact/
|
||||
button: success
|
||||
|
||||
- title: Contact
|
||||
url: /contact/
|
||||
button: warning
|
||||
|
||||
- title: Changelog
|
||||
url: /contact/
|
||||
button: primary-outline
|
||||
|
||||
- title: Contact
|
||||
url: /contact/
|
||||
button: danger-outline
|
||||
|
||||
- title: Changelog
|
||||
url: /contact/
|
||||
button: success-outline
|
||||
|
||||
- title: Contact
|
||||
url: /contact/
|
||||
button: warning-outline
|
||||
```
|
||||
@ -1,46 +0,0 @@
|
||||
---
|
||||
layout: doc
|
||||
title: Updating your billing credit card
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
author:
|
||||
tags: othertag
|
||||
---
|
||||
|
||||
#### Sections in this article
|
||||
{:.no_toc}
|
||||
* TOC
|
||||
{:toc}
|
||||
|
||||
Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam.
|
||||
|
||||
Nulla non sollicitudin. Morbi sit amet laoreet ipsum, vel pretium mi. Morbi varius, tellus in accumsan blandit, elit ligula eleifend velit, luctus mattis ante nulla condimentum nulla. Etiam vestibulum risus vel arcu elementum eleifend. Cras at dolor eget urna varius faucibus tempus in elit.
|
||||
|
||||
## Image Lightbox Example
|
||||
Nunc porta malesuada porta. Etiam tristique vestibulum dolor at ultricies. Proin hendrerit sapien sed erat fermentum, at commodo velit consectetur.
|
||||
|
||||
{% include image.html img="image1.png" style="wide" lightbox="true" alt="Alt for image" caption="Image in lightbox" %}
|
||||
|
||||
Etiam vestibulum risus vel arcu elementum eleifend. Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. Phasellus at massa sit amet ante semper fermentum sed eget lectus. Quisque id dictum magna, et dapibus turpis.
|
||||
|
||||
## Example Of Code Block
|
||||
In accumsan lacus ac neque maximus dictum. Phasellus eleifend leo id mattis bibendum. Curabitur et purus turpis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;
|
||||
|
||||
```html
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
|
||||
<link rel="shortcut icon" type="image/png" href="{{ "assets/img/favicon.png" | relative_url }}" >
|
||||
<script src="{{ "/assets/js/main.js" | relative_url }}"></script>
|
||||
</head>
|
||||
```
|
||||
|
||||
## Text and Quote
|
||||
Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. Phasellus at massa sit amet ante semper fermentum sed eget lectus. Quisque id dictum magna turpis.
|
||||
|
||||
> Etiam vestibulum risus vel arcu elementum eleifend. Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet
|
||||
|
||||
In accumsan lacus ac neque maximus dictum. Phasellus eleifend leo id mattis bibendum. Curabitur et purus turpis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;
|
||||
|
||||
Etiam in fermentum mi. Sed et tempor felis, eu aliquet nisi. Nam eget ullamcorper arcu. Nunc porttitor nisl a dolor blandit, eget consequat sem maximus. Phasellus lacinia quam porta orci malesuada, vel tincidunt.
|
||||
@ -1,31 +0,0 @@
|
||||
---
|
||||
title: Creating your first post in Jekyll
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
author:
|
||||
tags: featured
|
||||
---
|
||||
|
||||
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:
|
||||
|
||||
```
|
||||
2011-12-31-new-years-eve-is-awesome.md
|
||||
2012-09-12-how-to-write-a-blog.md
|
||||
```
|
||||
|
||||
Post requires front matter, everything in between the first and second --- are part of the YAML Front Matter, and everything after the second --- will be rendered with Markdown and show up as “Content”.
|
||||
The following is a post file with different configurations you can add as example:
|
||||
|
||||
```yaml
|
||||
---
|
||||
layout: post
|
||||
title: How To Travel On Low Budget
|
||||
---
|
||||
```
|
||||
|
||||
You can rebuild the site in many different ways, but the most common way is to run `bundle exec jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
|
||||
|
||||
To keep things more organized, add post images to `/assets/posts/` directory, and add theme images to `/assets/img/` directory.
|
||||
@ -1,8 +1,7 @@
|
||||
---
|
||||
title: Recover your wallet
|
||||
subtitle: Recover your wallet on external software
|
||||
tags:
|
||||
- usage
|
||||
tags: [usage, featured]
|
||||
---
|
||||
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:
|
||||
|
||||
|
||||
@ -1,37 +0,0 @@
|
||||
---
|
||||
title: Basic theme setup
|
||||
subtitle: This document covers the setup and options of theme feature described in the doc title
|
||||
author: sara
|
||||
tags: [setup]
|
||||
---
|
||||
|
||||
### Site and author details
|
||||
Add your site and author details in `_config.yml`:
|
||||
|
||||
```yaml
|
||||
title: Docs
|
||||
description: Documentation Jekyll theme.
|
||||
lang: en
|
||||
|
||||
# Site subpath, e.g. /blog
|
||||
baseurl: ""
|
||||
|
||||
# Permalink URLs structure, for permalink style options see: https://jekyllrb.com/docs/permalinks/
|
||||
permalink: /:title/
|
||||
|
||||
# Site base hostname & protocol, e.g. http://example.com
|
||||
url: "https://docs.jekyll.plus"
|
||||
|
||||
# Site logo # e.g. logo.png, upload logo image file to /uploads/ folder
|
||||
logo:
|
||||
|
||||
# Default author settings
|
||||
author:
|
||||
name: Pete Seth
|
||||
title: Lead Developer
|
||||
avatar: avatar-tom.png
|
||||
```
|
||||
|
||||
### Update favicon
|
||||
|
||||
You can find the current favicon (favicon.png) inside the theme `/uploads/` directory, just replace it with your new favicon.
|
||||
@ -1,11 +0,0 @@
|
||||
---
|
||||
title: Sources and credits
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
tags: [customize]
|
||||
author: evan
|
||||
---
|
||||
|
||||
- Google analytics [https://www.google.com/analytics/](https://www.google.com/analytics/)
|
||||
- Google maps [https://www.google.com/maps](https://www.google.com/maps)
|
||||
- UIkit front end framework [https://getuikit.com/](https://getuikit.com/)
|
||||
- Jekyll CML [https://jekyllrb.com/](https://jekyllrb.com/)
|
||||
@ -1,9 +0,0 @@
|
||||
---
|
||||
title: Contacting support
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
tags: [help, customize]
|
||||
author: evan
|
||||
|
||||
---
|
||||
|
||||
Customer support is provided through our Envato item page [contact form](https://themeforest.net/item/docs-responsive-documentation-manual-jekyll-theme/21131076/support) 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.
|
||||
@ -1,15 +0,0 @@
|
||||
---
|
||||
title: Team members section
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
tags: [features]
|
||||
author: alex
|
||||
---
|
||||
|
||||
To add the following to a page:
|
||||
{% raw %}
|
||||
```yaml
|
||||
{% 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" %}
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
Specifying authors is optional, if not defined all authors will be displayed form `_config.yml` file.
|
||||
15
_docs/toc.md
15
_docs/toc.md
@ -1,15 +0,0 @@
|
||||
---
|
||||
title: Adding table of contents to docs
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
tags: [features]
|
||||
author: john
|
||||
---
|
||||
|
||||
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
|
||||
@ -1,33 +0,0 @@
|
||||
---
|
||||
title: Translation
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
tags: [customize]
|
||||
author: evan
|
||||
---
|
||||
|
||||
Set your language code in `_config.yml`:
|
||||
```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.
|
||||
|
||||
```yml
|
||||
en:
|
||||
previous: "Previous"
|
||||
next: "Next"
|
||||
related_docs: "Related Docs"
|
||||
related_posts: "Related Posts"
|
||||
read_more: "Read more"
|
||||
written_by: "Written by"
|
||||
share_twitter: "Share on Twitter"
|
||||
share_facebook: "Share on Facebook"
|
||||
search_placeholder: "Search for answers"
|
||||
search_no_results: "No results found"
|
||||
mobile_nav_docs: "Docs"
|
||||
mobile_nav_site: "Menu"
|
||||
contact_name: "Name"
|
||||
contact_email: "Email"
|
||||
contact_subject: "Subject"
|
||||
contact_message: "Message"
|
||||
contact_send: "Send"
|
||||
```
|
||||
@ -1,30 +0,0 @@
|
||||
---
|
||||
title: Video lightbox boxes section
|
||||
subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.
|
||||
tags: [features, featured]
|
||||
author: evan
|
||||
---
|
||||
|
||||
Add videos in `_data/videos.yml`:
|
||||
```yml
|
||||
- title: Jekyll Introduction
|
||||
desc: Overview of the most popular static generator
|
||||
url: https://youtu.be/T1itpPvFWHI
|
||||
|
||||
- title: Creating a post
|
||||
desc: Lean how to publish your first post in Jekyll
|
||||
url: https://youtu.be/gsYqPL9EFwQ
|
||||
```
|
||||
Video sources can be YouTube, Vimeo or local:
|
||||
```
|
||||
video.mp4
|
||||
https://www.youtube.com/watch?v=YE7VzlLtp-4
|
||||
https://vimeo.com/1084537
|
||||
```
|
||||
|
||||
Then add the following to a page to display video lightbox boxes:
|
||||
{% raw %}
|
||||
```yaml
|
||||
{% include videos.html columns="2" title="Video Tutorials" subtitle="Watch screencasts to get you started fast with Jekyll" %}
|
||||
```
|
||||
{% endraw %}
|
||||
@ -1,6 +1,11 @@
|
||||
---
|
||||
title: Not enough balance
|
||||
title: Recover a wallet
|
||||
categories: [problems]
|
||||
---
|
||||
|
||||
When this error appears it means the app already nows upfront that you don't have enough balance, usually because of the fees the service will charge on your transaction.
|
||||
To recover or import a wallet you go to the import feature under `add wallet` ➤ `import wallet`. Then 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](https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt) of words:
|
||||
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: Not enough confirmed inputs
|
||||
title: Transaction without confirmations
|
||||
categories: [problems]
|
||||
---
|
||||
|
||||
When this error appears it means that you still have one onchain transaction ongoing. Duo to limitations bluewallet supports only one transaction in simultaneous.
|
||||
Transactions confirmations depend on fee value. Bigger the fee, higher in the priority pool they will be. You can check [mempool.space](https://mempool.space) and search for your transaction there (with your transaction ID) and also see the state of the network and transactions mempool general state.
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Payment in transit
|
||||
title: Payment in transition
|
||||
categories: [problems]
|
||||
---
|
||||
|
||||
|
||||
@ -3,11 +3,11 @@
|
||||
<div class="uk-container uk-container-small">
|
||||
|
||||
{% if include.title %}
|
||||
<h2 class="uk-h1 uk-text-center">{{ include.title }}</h2>
|
||||
<h2 class="uk-h2">{{ include.title }}</h2>
|
||||
{% endif %}
|
||||
|
||||
{% if include.subtitle %}
|
||||
<p class="uk-text-center uk-text-lead">{{ include.subtitle | escape }}</p>
|
||||
<p class="uk-text-lead">{{ include.subtitle | escape }}</p>
|
||||
{% endif %}
|
||||
|
||||
<ul class="uk-list uk-list-large uk-margin-medium-top">
|
||||
|
||||
@ -50,15 +50,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
31
_includes/search.html
Normal file
31
_includes/search.html
Normal file
@ -0,0 +1,31 @@
|
||||
<div class="uk-section section-hero uk-position-relative" data-uk-scrollspy="cls: uk-animation-slide-bottom-medium; repeat: true">
|
||||
<div class="uk-container uk-container-small">
|
||||
<h1 class="uk-heading-primary uk-text-center uk-margin-remove-top">Can we help? 👇</h1>
|
||||
<div class="hero-search">
|
||||
|
||||
<!-- Html Elements for Search -->
|
||||
<div class="uk-position-relative">
|
||||
<form class="uk-search uk-search-default uk-width-1-1" name="search-hero" onsubmit="return false;">
|
||||
<span class="uk-search-icon-flip" data-uk-search-icon></span>
|
||||
<input id="search-hero" class="uk-search-input uk-box-shadow-large" type="search" placeholder="{{ site.data.translation[site.lang].search_placeholder | default: "Search for answers" }}" autocomplete="off">
|
||||
</form>
|
||||
<ul id="search-hero-results" class="uk-position-absolute uk-width-1-1 uk-list"></ul>
|
||||
</div>
|
||||
<br />
|
||||
<p class="uk-text-lead uk-text-center">or contact the team for any doubts <span class="uk-label">bluewallet@bluewallet.io</span></p>
|
||||
|
||||
<script>
|
||||
SimpleJekyllSearch({
|
||||
searchInput: document.getElementById('search-hero'),
|
||||
resultsContainer: document.getElementById('search-hero-results'),
|
||||
noResultsText: '<li class="no-results">{{ site.data.translation[site.lang].search_no_results | default: "No results found" }}</li>',
|
||||
searchResultTemplate: '<li><a href="{url}">{title}</a></li>',
|
||||
json: '/search.json'
|
||||
});
|
||||
|
||||
searchResults("search-hero");
|
||||
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
5
_layouts/doc-home.html
Normal file
5
_layouts/doc-home.html
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ layout: default
|
||||
|
||||
<h1 class="uk-article-title uk-margin-remove-top">{{ page.title | escape }}</h1>
|
||||
|
||||
{% if page.subtitle %}<p class="uk-text-lead uk-text-muted">{{ page.subtitle }}</p>{% endif %}
|
||||
{% if page.subtitle %}<p class="uk-text-lead uk-text-muted uk-margin-top uk-margin-medium-bottom">{{ page.subtitle }}</p>{% endif %}
|
||||
<!--
|
||||
<div class="uk-article-meta uk-margin-top uk-margin-medium-bottom uk-flex uk-flex-middle">
|
||||
{% include post-meta.html %}
|
||||
|
||||
@ -201,7 +201,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -280,7 +280,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -395,7 +395,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -571,15 +571,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -523,7 +523,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -638,7 +638,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -814,15 +814,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -499,7 +499,7 @@ Plug your own Bitcoin Core node for a maximum sovereignty.</p>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -614,7 +614,7 @@ Plug your own Bitcoin Core node for a maximum sovereignty.</p>
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -790,15 +790,7 @@ Plug your own Bitcoin Core node for a maximum sovereignty.</p>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -458,7 +458,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -573,7 +573,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -749,15 +749,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -475,7 +475,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -590,7 +590,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -766,15 +766,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -458,7 +458,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -573,7 +573,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -749,15 +749,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -436,7 +436,7 @@ undefined</p>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -551,7 +551,7 @@ undefined</p>
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -727,15 +727,7 @@ undefined</p>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -485,7 +485,7 @@ undefined</p>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -600,7 +600,7 @@ undefined</p>
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -776,15 +776,7 @@ undefined</p>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -432,7 +432,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -547,7 +547,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -723,15 +723,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -477,7 +477,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -592,7 +592,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -768,15 +768,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -484,7 +484,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -599,7 +599,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -775,15 +775,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -494,7 +494,7 @@ undefined</p>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -609,7 +609,7 @@ undefined</p>
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -785,15 +785,7 @@ undefined</p>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -201,7 +201,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -350,7 +350,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -465,7 +465,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -641,15 +641,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -44,7 +44,7 @@ collections: # A list of collections the CMS should be able to edit
|
||||
label: "Docs"
|
||||
folder: "_docs"
|
||||
sort: "title:asc"
|
||||
create: false
|
||||
create: create
|
||||
slug: "{{slug}}"
|
||||
fields:
|
||||
- {label: "Layout", name: "layout", widget: "hidden", default: "page"}
|
||||
|
||||
@ -201,7 +201,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -408,7 +408,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -523,7 +523,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -699,15 +699,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -202,7 +202,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -531,7 +531,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -646,7 +646,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -822,15 +822,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -202,7 +202,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -633,7 +633,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -748,7 +748,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -924,15 +924,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -201,7 +201,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -451,7 +451,7 @@ Further improving system, and allowing you to compare your results against wide
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -566,7 +566,7 @@ Further improving system, and allowing you to compare your results against wide
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -742,15 +742,7 @@ Further improving system, and allowing you to compare your results against wide
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -201,7 +201,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -378,7 +378,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -493,7 +493,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -669,15 +669,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -201,7 +201,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -332,7 +332,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -447,7 +447,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -623,15 +623,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@ -201,7 +201,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -338,7 +338,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -453,7 +453,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -629,15 +629,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
<ul class="uk-subnav uk-align-right@m uk-margin-remove">
|
||||
<li class="uk-align-right@m uk-text-left uk-padding-remove-horizontal">
|
||||
<a href="bitcoin:36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV">36JxaUrpDzkEerkTf1FzwHNE1Hb7cCjgJV</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -17,9 +17,9 @@
|
||||
<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-03-05T11:21:36+01:00" />
|
||||
<meta property="article:published_time" content="2021-04-01T18:17:18+02:00" />
|
||||
<script type="application/ld+json">
|
||||
{"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>
|
||||
{"headline":"Backup/export a wallet","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/backup-wallet/","datePublished":"2021-04-01T18:17:18+02: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 -->
|
||||
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -335,7 +335,7 @@
|
||||
|
||||
<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>
|
||||
<p class="uk-text-lead uk-text-muted uk-margin-top uk-margin-medium-bottom">Access to private keys and recover of wallets</p>
|
||||
<!--
|
||||
<div class="uk-article-meta uk-margin-top uk-margin-medium-bottom uk-flex uk-flex-middle">
|
||||
|
||||
@ -445,24 +445,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -476,24 +458,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -528,178 +492,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/local-trader/">Use the Local Trader</a></li>
|
||||
<li><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -712,25 +505,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
<li><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -811,7 +586,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -926,7 +701,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</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-03-05T11:21:36+01:00" />
|
||||
<meta property="article:published_time" content="2021-04-01T18:17:18+02:00" />
|
||||
<script type="application/ld+json">
|
||||
{"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>
|
||||
{"headline":"Send to many or Batching","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/batching/","datePublished":"2021-04-01T18:17:18+02: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 -->
|
||||
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -441,24 +441,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -481,24 +463,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -533,178 +497,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/local-trader/">Use the Local Trader</a></li>
|
||||
<li><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -717,25 +510,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
<li><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -816,7 +591,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -931,7 +706,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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-03-05T11:21:36+01:00" />
|
||||
<meta property="article:published_time" content="2021-04-01T18:17:18+02:00" />
|
||||
<script type="application/ld+json">
|
||||
{"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>
|
||||
{"headline":"Cobo Vault","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/cobo-vault/","datePublished":"2021-04-01T18:17:18+02: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 -->
|
||||
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -335,7 +335,7 @@
|
||||
|
||||
<h1 class="uk-article-title uk-margin-remove-top">Cobo Vault</h1>
|
||||
|
||||
<p class="uk-text-lead uk-text-muted">Air-gapped offline transaction with BlueWallet and Cobo Vault</p>
|
||||
<p class="uk-text-lead uk-text-muted uk-margin-top uk-margin-medium-bottom">Air-gapped offline transaction with BlueWallet and Cobo Vault</p>
|
||||
<!--
|
||||
<div class="uk-article-meta uk-margin-top uk-margin-medium-bottom uk-flex uk-flex-middle">
|
||||
|
||||
@ -457,24 +457,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -531,196 +513,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/local-trader/">Use the Local Trader</a></li>
|
||||
<li><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -733,25 +526,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
<li><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -832,7 +607,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -947,7 +722,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</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-03-05T11:21:36+01:00" />
|
||||
<meta property="article:published_time" content="2021-04-01T18:17:18+02:00" />
|
||||
<script type="application/ld+json">
|
||||
{"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>
|
||||
{"headline":"Coldcard - Cloud","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/coldcard-dropbox/","datePublished":"2021-04-01T18:17:18+02: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 -->
|
||||
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -335,7 +335,7 @@
|
||||
|
||||
<h1 class="uk-article-title uk-margin-remove-top">Coldcard - Cloud</h1>
|
||||
|
||||
<p class="uk-text-lead uk-text-muted">Coldcard with Bluewallet - Using Dropbox</p>
|
||||
<p class="uk-text-lead uk-text-muted uk-margin-top uk-margin-medium-bottom">Coldcard with Bluewallet - Using Dropbox</p>
|
||||
<!--
|
||||
<div class="uk-article-meta uk-margin-top uk-margin-medium-bottom uk-flex uk-flex-middle">
|
||||
|
||||
@ -431,7 +431,7 @@
|
||||
|
||||
|
||||
|
||||
<h5>Coldcard</h5>
|
||||
<h5>Coldcard with Bluewallet</h5>
|
||||
<div><a class="remove-underline hvr-back" href="/docs/coldcard/">← Previous</a></div>
|
||||
|
||||
</div>
|
||||
@ -481,42 +481,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -551,7 +515,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -644,204 +608,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -940,7 +706,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -1055,7 +821,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</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-03-05T11:21:36+01:00" />
|
||||
<meta property="article:published_time" content="2021-04-01T18:17:18+02:00" />
|
||||
<script type="application/ld+json">
|
||||
{"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>
|
||||
{"headline":"Coldcard - Watch-only","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/coldcard-watch/","datePublished":"2021-04-01T18:17:18+02: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 -->
|
||||
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -335,7 +335,7 @@
|
||||
|
||||
<h1 class="uk-article-title uk-margin-remove-top">Coldcard - Watch-only</h1>
|
||||
|
||||
<p class="uk-text-lead uk-text-muted">See your real time Bitcoin balance stored on your ColdCard hardware wallet anytime from your BlueWallet app</p>
|
||||
<p class="uk-text-lead uk-text-muted uk-margin-top uk-margin-medium-bottom">See your real time Bitcoin balance stored on your ColdCard hardware wallet anytime from your BlueWallet app</p>
|
||||
<!--
|
||||
<div class="uk-article-meta uk-margin-top uk-margin-medium-bottom uk-flex uk-flex-middle">
|
||||
|
||||
@ -460,42 +460,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -539,7 +503,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -632,204 +596,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -928,7 +694,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -1043,7 +809,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</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>Coldcard | BlueWallet - Bitcoin Wallet for iOS and Android</title>
|
||||
<title>Coldcard with Bluewallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
|
||||
<meta name="generator" content="Jekyll v3.8.6" />
|
||||
<meta property="og:title" content="Coldcard" />
|
||||
<meta property="og:title" content="Coldcard with Bluewallet" />
|
||||
<meta name="author" content="Nuno Coelho" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="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" />
|
||||
@ -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-03-05T11:21:36+01:00" />
|
||||
<meta property="article:published_time" content="2021-04-01T18:17:18+02:00" />
|
||||
<script type="application/ld+json">
|
||||
{"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>
|
||||
{"headline":"Coldcard with Bluewallet","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/coldcard/","datePublished":"2021-04-01T18:17:18+02: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 -->
|
||||
|
||||
|
||||
@ -28,15 +28,15 @@
|
||||
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
|
||||
|
||||
|
||||
<meta property="og:site_name" content="Coldcard" />
|
||||
<meta property="og:site_name" content="Coldcard with Bluewallet" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/coldcard/" />
|
||||
<meta property="og:title" content="Coldcard" />
|
||||
<meta property="og:title" content="Coldcard with Bluewallet" />
|
||||
<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="Coldcard" />
|
||||
<meta name="twitter:title" content="Coldcard with Bluewallet" />
|
||||
<meta name="twitter:description" content="" />
|
||||
<meta name="twitter:url" content="https://bluewallet.io/docs/coldcard/" />
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
|
||||
|
||||
|
||||
<li class="uk-active"><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class="uk-active"><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -333,9 +333,9 @@
|
||||
|
||||
|
||||
|
||||
<h1 class="uk-article-title uk-margin-remove-top">Coldcard</h1>
|
||||
<h1 class="uk-article-title uk-margin-remove-top">Coldcard with Bluewallet</h1>
|
||||
|
||||
<p class="uk-text-lead uk-text-muted">Coldcard with Bluewallet - Lightning SD card</p>
|
||||
<p class="uk-text-lead uk-text-muted uk-margin-top uk-margin-medium-bottom">Using a Lightning SD card</p>
|
||||
<!--
|
||||
<div class="uk-article-meta uk-margin-top uk-margin-medium-bottom uk-flex uk-flex-middle">
|
||||
|
||||
@ -469,14 +469,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -487,14 +482,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -505,23 +495,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/cobo-vault/">Cobo Vault</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -535,337 +511,7 @@
|
||||
<li><a href="/docs/coldcard-dropbox/">Coldcard - Cloud</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/coldcard-watch/">Coldcard - Watch-only</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -943,7 +589,7 @@
|
||||
|
||||
|
||||
|
||||
<li class="uk-active"><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class="uk-active"><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -1058,7 +704,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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-03-05T11:21:36+01:00" />
|
||||
<meta property="article:published_time" content="2021-04-01T18:17:18+02:00" />
|
||||
<script type="application/ld+json">
|
||||
{"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>
|
||||
{"headline":"Create a Bitcoin wallet","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/create-bitcoin-wallet/","datePublished":"2021-04-01T18:17:18+02: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 -->
|
||||
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -489,14 +489,9 @@ you’ll see more options for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -507,14 +502,9 @@ you’ll see more options for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -525,16 +515,7 @@ you’ll see more options for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/changelog/">Creating a changelog</a></li>
|
||||
<li><a href="/docs/cobo-vault/">Cobo Vault</a></li>
|
||||
|
||||
|
||||
|
||||
@ -565,96 +546,7 @@ you’ll see more options for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/contact/">Contact form (via FormSpree)</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/docs/">Creating docs posts</a></li>
|
||||
<li><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -735,7 +627,7 @@ you’ll see more options for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -850,7 +742,7 @@ you’ll see more options for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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-03-05T11:21:36+01:00" />
|
||||
<meta property="article:published_time" content="2021-04-01T18:17:18+02:00" />
|
||||
<script type="application/ld+json">
|
||||
{"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>
|
||||
{"headline":"Create a Lightning wallet","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/create-lightning-wallet/","datePublished":"2021-04-01T18:17:18+02: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 -->
|
||||
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -527,7 +527,43 @@ you’ll see one more option for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/changelog/">Creating a changelog</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/">Help and documentation</a></li>
|
||||
|
||||
|
||||
|
||||
@ -576,29 +612,7 @@ you’ll see one more option for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/contact/">Contact form (via FormSpree)</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
<li><a href="/docs/manual-entropy/">Adding manual entropy</a></li>
|
||||
|
||||
|
||||
|
||||
@ -631,26 +645,6 @@ you’ll see one more option for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/docs/">Creating docs posts</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -728,7 +722,7 @@ you’ll see one more option for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -843,7 +837,7 @@ you’ll see one more option for creating the wallet.</p>
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -17,9 +17,9 @@
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/import-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-03-05T11:21:36+01:00" />
|
||||
<meta property="article:published_time" content="2021-04-01T18:17:18+02:00" />
|
||||
<script type="application/ld+json">
|
||||
{"headline":"Import a wallet","dateModified":"2021-03-05T11:21:36+01:00","url":"https://bluewallet.io/docs/import-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/import-wallet/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"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.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
{"headline":"Import a wallet","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/import-wallet/","datePublished":"2021-04-01T18:17:18+02: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/import-wallet/"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"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.","@type":"BlogPosting","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -448,14 +448,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -466,14 +461,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/batching/">Send to many or Batching</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -484,16 +474,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/changelog/">Creating a changelog</a></li>
|
||||
<li><a href="/docs/cobo-vault/">Cobo Vault</a></li>
|
||||
|
||||
|
||||
|
||||
@ -524,60 +505,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/contact/">Contact form (via FormSpree)</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
<li><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -658,7 +586,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -773,7 +701,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -6,20 +6,18 @@
|
||||
<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>Adding alerts to content | BlueWallet - Bitcoin Wallet for iOS and Android</title>
|
||||
<title>Docs & Support - Bitcoin wallet and Lightning wallet for iOS and Android | BlueWallet - Bitcoin Wallet for iOS and Android</title>
|
||||
<meta name="generator" content="Jekyll v3.8.6" />
|
||||
<meta property="og:title" content="Adding alerts to content" />
|
||||
<meta name="author" content="evan" />
|
||||
<meta property="og:title" content="Docs & Support - Bitcoin wallet and Lightning wallet for iOS and Android" />
|
||||
<meta name="author" content="Nuno Coelho" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="There are four alert styles:" />
|
||||
<meta property="og:description" content="There are four alert styles:" />
|
||||
<link rel="canonical" href="https://bluewallet.io/docs/alerts/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/alerts/" />
|
||||
<meta name="description" content="Bitcoin wallet and Lightning wallet for iOS and Android focus on security and UX. Open source, Segwit and HD wallets, lightning network, plausible deniability, replace by fee and full encryption" />
|
||||
<meta property="og:description" content="Bitcoin wallet and Lightning wallet for iOS and Android focus on security and UX. Open source, Segwit and HD wallets, lightning network, plausible deniability, replace by fee and full encryption" />
|
||||
<link rel="canonical" href="https://bluewallet.io/docs/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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-03-05T11:21:36+01:00" />
|
||||
<script type="application/ld+json">
|
||||
{"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>
|
||||
{"headline":"Docs & Support - Bitcoin wallet and Lightning wallet for iOS and Android","url":"https://bluewallet.io/docs/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"Nuno Coelho"},"author":{"@type":"Person","name":"Nuno Coelho"},"description":"Bitcoin wallet and Lightning wallet for iOS and Android focus on security and UX. Open source, Segwit and HD wallets, lightning network, plausible deniability, replace by fee and full encryption","@type":"WebPage","@context":"https://schema.org"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -28,17 +26,17 @@
|
||||
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
|
||||
|
||||
|
||||
<meta property="og:site_name" content="Adding alerts to content" />
|
||||
<meta property="og:site_name" content="Docs & Support - Bitcoin wallet and Lightning wallet for iOS and Android" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/alerts/" />
|
||||
<meta property="og:title" content="Adding alerts to content" />
|
||||
<meta property="og:description" content="Bitcoin wallet and Lightning wallet for iOS and Android focus on security and UX. Open source, Segwit and HD wallets, lightning network, plausible deniability, replace by fee and full encryption" />
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/" />
|
||||
<meta property="og:title" content="Docs & Support - Bitcoin wallet and Lightning wallet for iOS and Android" />
|
||||
<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="Adding alerts to content" />
|
||||
<meta name="twitter:description" content="" />
|
||||
<meta name="twitter:url" content="https://bluewallet.io/docs/alerts/" />
|
||||
<meta name="twitter:title" content="Docs & Support - Bitcoin wallet and Lightning wallet for iOS and Android" />
|
||||
<meta name="twitter:description" content="Bitcoin wallet and Lightning wallet for iOS and Android focus on security and UX. Open source, Segwit and HD wallets, lightning network, plausible deniability, replace by fee and full encryption" />
|
||||
<meta name="twitter:url" content="https://bluewallet.io/docs/" />
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
|
||||
@ -203,7 +201,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li class="uk-active"><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -220,458 +218,185 @@
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="uk-section uk-padding-remove">
|
||||
<div class="uk-container">
|
||||
<div class="uk-grid-large" data-uk-grid>
|
||||
|
||||
|
||||
<div class="sidebar-fixed-width uk-visible@m">
|
||||
<div class="sidebar-docs uk-position-fixed uk-margin-top">
|
||||
|
||||
<h5>Help section</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/intro/">Help and documentation</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/create-lightning-wallet/">Create a Lightning 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>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/manual-entropy/">Adding manual entropy</a></li>
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard-dropbox/">Coldcard - Cloud</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard-watch/">Coldcard - Watch-only</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/cobo-vault/">Cobo Vault</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>Local Trader</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/local-trader/">Use the Local Trader</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h5>LNDhub</h5>
|
||||
<ul class="uk-nav uk-nav-default doc-nav">
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/lndhub-ubuntu/">LNDhub on VPS with Ubuntu</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/lndhub-macos/">LNDHub on Mac OSX</a></li>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/lndhub-raspibolt/">LNDhub with raspibolt</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="uk-width-1-1 uk-width-expand@m">
|
||||
|
||||
<article class="uk-article">
|
||||
|
||||
|
||||
|
||||
<a class="uk-navbar-toggle uk-hidden@m" href="#offcanvas-docs" data-uk-toggle><span uk-icon="icon: lifesaver"></span> Documentation</a>
|
||||
|
||||
|
||||
|
||||
<h1 class="uk-article-title uk-margin-remove-top">Adding alerts to content</h1>
|
||||
|
||||
<p class="uk-text-lead uk-text-muted">Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis.</p>
|
||||
<!--
|
||||
<div class="uk-article-meta uk-margin-top uk-margin-medium-bottom uk-flex uk-flex-middle">
|
||||
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
|
||||
<time datetime="" itemprop="datePublished">
|
||||
|
||||
|
||||
</time>
|
||||
</div>
|
||||
<div class="uk-section section-hero uk-position-relative" data-uk-scrollspy="cls: uk-animation-slide-bottom-medium; repeat: true">
|
||||
<div class="uk-container uk-container-small">
|
||||
<h1 class="uk-heading-primary uk-text-center uk-margin-remove-top">Can we help? 👇</h1>
|
||||
<div class="hero-search">
|
||||
|
||||
<!-- Html Elements for Search -->
|
||||
<div class="uk-position-relative">
|
||||
<form class="uk-search uk-search-default uk-width-1-1" name="search-hero" onsubmit="return false;">
|
||||
<span class="uk-search-icon-flip" data-uk-search-icon=""></span>
|
||||
<input id="search-hero" class="uk-search-input uk-box-shadow-large" type="search" placeholder="Search for answers" autocomplete="off" />
|
||||
</form>
|
||||
<ul id="search-hero-results" class="uk-position-absolute uk-width-1-1 uk-list"></ul>
|
||||
</div>
|
||||
-->
|
||||
<div class="article-content link-primary">
|
||||
<p>There are four alert styles:</p>
|
||||
|
||||
<div class="uk-alert-primary" data-uk-alert="">
|
||||
<p>Cras at dolor eget urna varius faucibus tempus in elit.</p>
|
||||
</div>
|
||||
|
||||
<div class="uk-alert-success" data-uk-alert="">
|
||||
<p>Cras at dolor eget urna varius faucibus tempus in elit.</p>
|
||||
</div>
|
||||
|
||||
<div class="uk-alert-warning" data-uk-alert="">
|
||||
<p>Cras at dolor eget urna varius faucibus tempus in elit.</p>
|
||||
</div>
|
||||
|
||||
<div class="uk-alert-danger" data-uk-alert="">
|
||||
<p>Cras at dolor eget urna varius faucibus tempus in elit.</p>
|
||||
</div>
|
||||
|
||||
<p>Add alerts to a post using the following includes:</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="pi">{</span><span class="err">%</span> <span class="nv">include alert.html style="primary" text="Cras at dolor eget urna varius faucibus tempus in elit." %</span><span class="pi">}</span>
|
||||
|
||||
<span class="pi">{</span><span class="err">%</span> <span class="nv">include alert.html style="success" text="Cras at dolor eget urna varius faucibus tempus in elit." %</span><span class="pi">}</span>
|
||||
|
||||
<span class="pi">{</span><span class="err">%</span> <span class="nv">include alert.html style="warning" text="Cras at dolor eget urna varius faucibus tempus in elit." %</span><span class="pi">}</span>
|
||||
|
||||
<span class="pi">{</span><span class="err">%</span> <span class="nv">include alert.html style="danger" text="Cras at dolor eget urna varius faucibus tempus in elit." %</span><span class="pi">}</span>
|
||||
</code></pre></div></div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<hr class="uk-margin-medium">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<hr class="uk-margin-medium">
|
||||
<!--
|
||||
<div class="uk-margin-large-top">
|
||||
<h3>Related Docs</h3>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="uk-list link-secondary">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/boxes/">Category boxes section</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/cta/">Call to action section</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/faq/">Frequently asked questions section</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/featured/">Fearured docs section</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
-->
|
||||
|
||||
</article>
|
||||
|
||||
<script>
|
||||
// Table of contents scroll to
|
||||
UIkit.scroll('#markdown-toc a', {
|
||||
duration: 400,
|
||||
offset: 120
|
||||
<br />
|
||||
<p class="uk-text-lead uk-text-center">or contact the team for any doubts <span class="uk-label">bluewallet@bluewallet.io</span></p>
|
||||
|
||||
<script>
|
||||
SimpleJekyllSearch({
|
||||
searchInput: document.getElementById('search-hero'),
|
||||
resultsContainer: document.getElementById('search-hero-results'),
|
||||
noResultsText: '<li class="no-results">No results found</li>',
|
||||
searchResultTemplate: '<li><a href="{url}">{title}</a></li>',
|
||||
json: '/search.json'
|
||||
});
|
||||
</script>
|
||||
|
||||
searchResults("search-hero");
|
||||
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="uk-section">
|
||||
<div class="uk-container uk-container-small">
|
||||
|
||||
|
||||
<h2 class="uk-h2">Frequently asked questions</h2>
|
||||
|
||||
|
||||
|
||||
<p class="uk-text-lead">Find quick answers to frequent questions asked by fellow bitcoiners</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="uk-margin-medium-top" data-uk-accordion="multiple: true">
|
||||
|
||||
<li>
|
||||
<a class="lightbox uk-accordion-title uk-box-shadow-hover-small" href="#">Recover a wallet</a>
|
||||
<div class="article-content uk-accordion-content link-primary"><p>To recover or import a wallet you go to the import feature under <code class="highlighter-rouge">add wallet</code> ➤ <code class="highlighter-rouge">import wallet</code>. Then 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.</p>
|
||||
|
||||
<p>For instance: clock boat sunshine</p>
|
||||
|
||||
<p>In case you have doubts on any word, <a href="https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt">here’s the list</a> of words:</p>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="lightbox uk-accordion-title uk-box-shadow-hover-small" href="#">Transaction without confirmations</a>
|
||||
<div class="article-content uk-accordion-content link-primary"><p>Transactions confirmations depend on fee value. Bigger the fee, higher in the priority pool they will be. You can check <a href="https://mempool.space">mempool.space</a> and search for your transaction there (with your transaction ID) and also see the state of the network and transactions mempool general state.
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="lightbox uk-accordion-title uk-box-shadow-hover-small" href="#">Balance is not updating</a>
|
||||
<div class="article-content uk-accordion-content link-primary"><p>When this happens is usually because the wallet is not updating automatically for some reason.</p>
|
||||
|
||||
<p>The wallet provides a way to manually refresh. Go inside the wallet you want to update and do a “pull-to-refresh”, drag the view down to activate the refresh mechanism.</p>
|
||||
|
||||
<p><br /></p>
|
||||
<center>
|
||||
<img src="../../uploads/balance.gif" />
|
||||
</center>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="lightbox uk-accordion-title uk-box-shadow-hover-small" href="#">Refill is taking too much time</a>
|
||||
<div class="article-content uk-accordion-content link-primary"><p>When this happens is usually because the Lightning wallet is not updating automatically for some reason.</p>
|
||||
|
||||
<p>The wallet provides a way to manually refresh. Go inside the wallet you want to update and do a “pull-to-refresh”, drag the view down to activate the refresh mechanism.</p>
|
||||
|
||||
<p><br /></p>
|
||||
<center>
|
||||
<img src="../../uploads/balance.gif" />
|
||||
</center>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="lightbox uk-accordion-title uk-box-shadow-hover-small" href="#">Payment in transition</a>
|
||||
<div class="article-content uk-accordion-content link-primary"><p>This state happens when your payment was sent to the network, but it didn’t get a response back. So bluewallet doesn’t know what happen, if it failed, if it succeed, etc.</p>
|
||||
|
||||
<p>This payment usually enters in a “limbo” state that can go from 24h up to some days.</p>
|
||||
|
||||
<p>Bluewallet will try every day to see if it can get a status of the payment.</p>
|
||||
|
||||
<p>The payment gets unlock and available on your wallet again, when the timeout from the channels on each node it passed finished.</p>
|
||||
|
||||
<p>Usually the timeout on each node is 24h, so imagine your payment had 3 hops and passed through 3 nodes, You will need to wait 62h to recover your funds.</p>
|
||||
|
||||
<p>This is the worst known case at the moment on the network.</p>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="uk-section section-featured">
|
||||
<div class="uk-container uk-container-small">
|
||||
|
||||
|
||||
<h2 class="uk-h2">Popular Articles</h2>
|
||||
|
||||
|
||||
|
||||
<p class="uk-text-lead">Selected featured articles to get you started fast with BlueWallet</p>
|
||||
|
||||
|
||||
<ul class="uk-list uk-list-large uk-margin-medium-top">
|
||||
|
||||
|
||||
<li><a class="uk-box-shadow-hover-small" href="/docs/backup-wallet/">Backup/export a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a class="uk-box-shadow-hover-small" href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
<li><a class="uk-box-shadow-hover-small" href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a class="uk-box-shadow-hover-small" href="/docs/import-wallet/">Import a wallet</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a class="uk-box-shadow-hover-small" href="/docs/recover-wallet/">Recover your wallet</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="offcanvas-docs" data-uk-offcanvas="overlay: true">
|
||||
<div class="uk-offcanvas-bar">
|
||||
@ -729,7 +454,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -844,7 +569,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li class="uk-active"><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -857,9 +582,176 @@
|
||||
|
||||
|
||||
|
||||
<div class="uk-section-large uk-padding-remove-horizontal">
|
||||
<div class="uk-container">
|
||||
|
||||
<h3 class="uk-h3">Get the updates directly on your email</h3>
|
||||
|
||||
<div class="uk-child-width-expand@s" uk-grid>
|
||||
<div>
|
||||
<div class="newsletter uk-box-shadow-medium uk-card-hover border-radius-medium">
|
||||
<form action="https://bluewallet.us17.list-manage.com/subscribe/post-json?u=6733da37320f82a3dbe84a9cc&id=2474ce3b66&c=?" method="get" id="mc-embedded-subscribe-form" name="newslettermail" class="validate">
|
||||
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="your email here..." required>
|
||||
<div style="position: absolute; left: -5000px;" aria-hidden="true">
|
||||
<input type="text" name="b_e44c1f194bec93e238615469e_f6f826e769" tabindex="-1" value="">
|
||||
</div>
|
||||
<input type="submit" value="subscribe" name="subscribe" id="mc-embedded-subscribe" class="mc-button">
|
||||
<div id="subscribe-result">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="uk-margin-auto-vertical">
|
||||
<div class="uk-child-width-expand@s socialinks" uk-grid>
|
||||
|
||||
<div class="uk-first-column uk-text-center">
|
||||
<a href="https://twitter.com/@bluewalletio" class="uk-icon-link uk-icon" target="_blank">
|
||||
<img src="https://bluewallet.io/uploads//twitter.svg" alt="twitter bluewallet">
|
||||
Twitter
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="uk-text-center">
|
||||
<a href="https://t.me/bluewallet" class="uk-icon-link uk-icon" target="_blank">
|
||||
<img src="https://bluewallet.io/uploads//telegram.svg" alt="telegram bluewallet">
|
||||
Telegram
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="uk-text-center">
|
||||
<a href="https://github.com/bluewallet/bluewallet" class="uk-icon-link uk-icon" target="_blank">
|
||||
<img src="https://bluewallet.io/uploads//github.svg" alt="github bluewallet">
|
||||
Github
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="uk-section uk-padding-large uk-padding-remove-horizontal uk-padding-remove-bottom">
|
||||
<div class="uk-container">
|
||||
|
||||
<div class="uk-child-width-expand@s" uk-grid>
|
||||
<div class="uk-margin-auto-vertical">
|
||||
|
||||
<p class="uk-padding uk-padding-remove-horizontal uk-text-lead uk-text-left@m uk-text-center@s"><strong>BlueWallet</strong> was forged in the ashes of the 2017 fork wars, in order to bring
a powerful and Bitcoin only wallet for the community.</p>
|
||||
|
||||
</div>
|
||||
<div class="uk-margin-auto-vertical">
|
||||
<div class="" uk-grid>
|
||||
<div class="uk-text-left@m uk-text-center uk-width-auto@m uk-width-1-2@s">
|
||||
<a href="https://itunes.apple.com/app/bluewallet-bitcoin-wallet/id1376878040" target="_blank">
|
||||
<img src="https://bluewallet.io/uploads//app-store-badge-blue.svg" alt="download bitcoin wallet for ios">
|
||||
</a>
|
||||
</div>
|
||||
<div class="uk-padding-remove-left@m uk-text-center uk-text-left@m uk-width-auto@m uk-width-1-2@s">
|
||||
<a href="https://play.google.com/store/apps/details?id=io.bluewallet.bluewallet" target="_blank">
|
||||
<img src="https://bluewallet.io/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="uk-section uk-text-center uk-text-muted">
|
||||
<div class="uk-container">
|
||||
|
||||
<div class="uk-padding-small uk-padding-remove-horizontal uk-padding-remove-top">
|
||||
<h4 class="uk-h4 uk-text-left">Products</h4>
|
||||
<ul class="uk-subnav">
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/bitcoin-wallet" >Bitcoin Wallet</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/desktop-bitcoin-wallet" >Desktop App</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/local-trader/" >Local Trader</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/lndhub/" >LNDHub</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/watch-app/" >Apple Watch</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<h4 class="uk-h4 uk-text-left">© BlueWallet</h4>
|
||||
|
||||
<div class="uk-child-width-1-2@m uk-grid-match uk-margin-remove-vertical" data-uk-grid>
|
||||
<div>
|
||||
<div class="uk-padding-remove-horizontal uk-margin-remove-vertical">
|
||||
|
||||
<ul class="uk-subnav uk-margin-remove-vertical">
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/tos/" >Terms of use</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/privacy/" >Privacy policy</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/about/" >Contact</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/blog/" >Blog</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
|
||||
File diff suppressed because one or more lines are too long
@ -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-03-05T11:21:36+01:00" />
|
||||
<meta property="article:published_time" content="2021-04-01T18:17:18+02:00" />
|
||||
<script type="application/ld+json">
|
||||
{"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>
|
||||
{"headline":"Help and documentation","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/intro/","datePublished":"2021-04-01T18:17:18+02: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 -->
|
||||
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li class="uk-active"><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -367,7 +367,7 @@
|
||||
|
||||
|
||||
|
||||
<p class="uk-text-lead">Find quick answers to frequent questions asked by customers</p>
|
||||
<p class="uk-text-lead">Find quick answers to frequent questions asked by fellow bitcoiners</p>
|
||||
|
||||
|
||||
|
||||
@ -375,14 +375,20 @@
|
||||
<ul class="uk-margin-medium-top" data-uk-accordion="multiple: true">
|
||||
|
||||
<li>
|
||||
<a class="lightbox uk-accordion-title uk-box-shadow-hover-small" href="#">Not enough balance</a>
|
||||
<div class="article-content uk-accordion-content link-primary">When this error appears it means the app already nows upfront that you don't have enough balance, usually because of the fees the service will charge on your transaction.
|
||||
<a class="lightbox uk-accordion-title uk-box-shadow-hover-small" href="#">Recover a wallet</a>
|
||||
<div class="article-content uk-accordion-content link-primary">To recover or import a wallet you go to the import feature under `add wallet` ➤ `import wallet`. Then 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](https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt) of words:
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="lightbox uk-accordion-title uk-box-shadow-hover-small" href="#">Not enough confirmed inputs</a>
|
||||
<div class="article-content uk-accordion-content link-primary">When this error appears it means that you still have one onchain transaction ongoing. Duo to limitations bluewallet supports only one transaction in simultaneous.
|
||||
<a class="lightbox uk-accordion-title uk-box-shadow-hover-small" href="#">Transaction without confirmations</a>
|
||||
<div class="article-content uk-accordion-content link-primary">Transactions confirmations depend on fee value. Bigger the fee, higher in the priority pool they will be. You can check [mempool.space](https://mempool.space) and search for your transaction there (with your transaction ID) and also see the state of the network and transactions mempool general state.
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
@ -412,7 +418,7 @@ The wallet provides a way to manually refresh. Go inside the wallet you want to
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="lightbox uk-accordion-title uk-box-shadow-hover-small" href="#">Payment in transit</a>
|
||||
<a class="lightbox uk-accordion-title uk-box-shadow-hover-small" href="#">Payment in transition</a>
|
||||
<div class="article-content uk-accordion-content link-primary">This state happens when your payment was sent to the network, but it didn't get a response back. So bluewallet doesn't know what happen, if it failed, if it succeed, etc.
|
||||
|
||||
This payment usually enters in a "limbo" state that can go from 24h up to some days.
|
||||
@ -525,10 +531,6 @@ This is the worst known case at the moment on the network.</div>
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/changelog/">Creating a changelog</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -547,72 +549,106 @@ This is the worst known case at the moment on the network.</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/contact/">Contact form (via FormSpree)</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/manual-entropy/">Adding manual entropy</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -690,7 +726,7 @@ This is the worst known case at the moment on the network.</div>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -805,7 +841,7 @@ This is the worst known case at the moment on the network.</div>
|
||||
|
||||
|
||||
|
||||
<li class="uk-active"><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</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-03-05T11:21:36+01:00" />
|
||||
<meta property="article:published_time" content="2021-04-01T18:17:18+02:00" />
|
||||
<script type="application/ld+json">
|
||||
{"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>
|
||||
{"headline":"LNDHub on Mac OSX","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/lndhub-macos/","datePublished":"2021-04-01T18:17:18+02: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 -->
|
||||
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -335,7 +335,7 @@
|
||||
|
||||
<h1 class="uk-article-title uk-margin-remove-top">LNDHub on Mac OSX</h1>
|
||||
|
||||
<p class="uk-text-lead uk-text-muted">Coldcard with Bluewallet - Lightning SD card</p>
|
||||
|
||||
<!--
|
||||
<div class="uk-article-meta uk-margin-top uk-margin-medium-bottom uk-flex uk-flex-middle">
|
||||
|
||||
@ -692,141 +692,6 @@ mkdir buildbabel ./ –out-dir ./build –copy-files –ignore node_modules</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -891,105 +756,6 @@ mkdir buildbabel ./ –out-dir ./build –copy-files –ignore node_modules</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1088,7 +854,7 @@ mkdir buildbabel ./ –out-dir ./build –copy-files –ignore node_modules</p>
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -1203,7 +969,7 @@ mkdir buildbabel ./ –out-dir ./build –copy-files –ignore node_modules</p>
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</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-03-05T11:21:36+01:00" />
|
||||
<meta property="article:published_time" content="2021-04-01T18:17:18+02:00" />
|
||||
<script type="application/ld+json">
|
||||
{"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>
|
||||
{"headline":"LNDhub with raspibolt","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/lndhub-raspibolt/","datePublished":"2021-04-01T18:17:18+02: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 -->
|
||||
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -335,7 +335,7 @@
|
||||
|
||||
<h1 class="uk-article-title uk-margin-remove-top">LNDhub with raspibolt</h1>
|
||||
|
||||
<p class="uk-text-lead uk-text-muted">Coldcard with Bluewallet - Lightning SD card</p>
|
||||
|
||||
<!--
|
||||
<div class="uk-article-meta uk-margin-top uk-margin-medium-bottom uk-flex uk-flex-middle">
|
||||
|
||||
@ -833,141 +833,6 @@ $ sudo systemctl start lndhub
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1041,105 +906,6 @@ $ sudo systemctl start lndhub
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1238,7 +1004,7 @@ $ sudo systemctl start lndhub
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -1353,7 +1119,7 @@ $ sudo systemctl start lndhub
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</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-03-05T11:21:36+01:00" />
|
||||
<meta property="article:published_time" content="2021-04-01T18:17:18+02:00" />
|
||||
<script type="application/ld+json">
|
||||
{"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>
|
||||
{"headline":"LNDhub on VPS with Ubuntu","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/lndhub-ubuntu/","datePublished":"2021-04-01T18:17:18+02: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 -->
|
||||
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -335,7 +335,7 @@
|
||||
|
||||
<h1 class="uk-article-title uk-margin-remove-top">LNDhub on VPS with Ubuntu</h1>
|
||||
|
||||
<p class="uk-text-lead uk-text-muted">Coldcard with Bluewallet - Lightning SD card</p>
|
||||
|
||||
<!--
|
||||
<div class="uk-article-meta uk-margin-top uk-margin-medium-bottom uk-flex uk-flex-middle">
|
||||
|
||||
@ -768,141 +768,6 @@ Your bank is born, let’s take a moment to think about what you achieved here:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -976,105 +841,6 @@ Your bank is born, let’s take a moment to think about what you achieved here:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1173,7 +939,7 @@ Your bank is born, let’s take a moment to think about what you achieved here:
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -1288,7 +1054,7 @@ Your bank is born, let’s take a moment to think about what you achieved here:
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</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-03-05T11:21:36+01:00" />
|
||||
<meta property="article:published_time" content="2021-04-01T18:17:18+02:00" />
|
||||
<script type="application/ld+json">
|
||||
{"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>
|
||||
{"headline":"Use the Local Trader","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/local-trader/","datePublished":"2021-04-01T18:17:18+02: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 -->
|
||||
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -458,24 +458,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -502,24 +484,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -554,205 +518,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/multisig-spend/">Vaults - spending</a></li>
|
||||
<li><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -833,7 +599,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -948,7 +714,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</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-03-05T11:21:36+01:00" />
|
||||
<meta property="article:published_time" content="2021-04-01T18:17:18+02:00" />
|
||||
<script type="application/ld+json">
|
||||
{"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>
|
||||
{"headline":"Adding manual entropy","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/manual-entropy/","datePublished":"2021-04-01T18:17:18+02: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 -->
|
||||
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -561,10 +561,6 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/changelog/">Creating a changelog</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -583,72 +579,106 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/contact/">Contact form (via FormSpree)</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-bitcoin-wallet/">Create a Bitcoin wallet</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/create-lightning-wallet/">Create a Lightning wallet</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/">Help and documentation</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -726,7 +756,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -841,7 +871,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -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-03-05T11:21:36+01:00" />
|
||||
<meta property="article:published_time" content="2021-04-01T18:17:18+02:00" />
|
||||
<script type="application/ld+json">
|
||||
{"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>
|
||||
{"headline":"Vaults - spending","dateModified":"2021-04-01T18:17:18+02:00","url":"https://bluewallet.io/docs/multisig-spend/","datePublished":"2021-04-01T18:17:18+02: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 -->
|
||||
|
||||
|
||||
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -335,7 +335,7 @@
|
||||
|
||||
<h1 class="uk-article-title uk-margin-remove-top">Vaults - spending</h1>
|
||||
|
||||
<p class="uk-text-lead uk-text-muted">Air gapped offline transactions from a Multisig Vault</p>
|
||||
<p class="uk-text-lead uk-text-muted uk-margin-top uk-margin-medium-bottom">Air gapped offline transactions from a Multisig Vault</p>
|
||||
<!--
|
||||
<div class="uk-article-meta uk-margin-top uk-margin-medium-bottom uk-flex uk-flex-middle">
|
||||
|
||||
@ -420,7 +420,7 @@
|
||||
|
||||
|
||||
|
||||
<h5>Coldcard</h5>
|
||||
<h5>Coldcard with Bluewallet</h5>
|
||||
<div class="uk-text-right"><a class="remove-underline hvr-forward" href="/docs/coldcard/">Next →</a></div>
|
||||
|
||||
</div>
|
||||
@ -443,24 +443,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -487,24 +469,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -539,178 +503,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/local-trader/">Use the Local Trader</a></li>
|
||||
<li><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -791,7 +584,7 @@
|
||||
|
||||
|
||||
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard</a></li>
|
||||
<li class=""><a href="/docs/coldcard/">Coldcard with Bluewallet</a></li>
|
||||
|
||||
|
||||
|
||||
@ -906,7 +699,7 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/docs/intro/" >Support</a></li>
|
||||
<li><a href="/docs/" >Support</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user