new stuff

This commit is contained in:
li0nd3v 2026-06-09 19:20:16 +01:00
parent 3e2cda2649
commit d3a01f1a56
88 changed files with 3688 additions and 1527 deletions

View File

@ -14,6 +14,11 @@ gem 'jekyll-paginate'
gem 'jekyll-github-metadata'
gem 'jekyll-get-json'
gem 'base64'
gem 'csv'
gem 'bigdecimal'
gem 'kramdown-parser-gfm'
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins

View File

@ -1,84 +1,128 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
base64 (0.3.0)
bigdecimal (4.1.2)
colorator (1.1.0)
concurrent-ruby (1.1.5)
deep_merge (1.2.1)
em-websocket (0.5.1)
concurrent-ruby (1.3.6)
csv (3.3.5)
deep_merge (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0)
eventmachine (1.2.7)
faraday (0.17.1)
multipart-post (>= 1.2, < 3)
ffi (1.11.3)
faraday (2.14.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.4)
net-http (~> 0.5)
ffi (1.17.4)
ffi (1.17.4-aarch64-linux-gnu)
ffi (1.17.4-aarch64-linux-musl)
ffi (1.17.4-arm-linux-gnu)
ffi (1.17.4-arm-linux-musl)
ffi (1.17.4-arm64-darwin)
ffi (1.17.4-x86-linux-gnu)
ffi (1.17.4-x86-linux-musl)
ffi (1.17.4-x86_64-darwin)
ffi (1.17.4-x86_64-linux-gnu)
ffi (1.17.4-x86_64-linux-musl)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
http_parser.rb (0.8.1)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
jekyll (3.8.6)
jekyll (3.10.0)
addressable (~> 2.4)
colorator (~> 1.0)
csv (~> 3.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
i18n (>= 0.7, < 2)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (~> 1.14)
kramdown (>= 1.17, < 3)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-get-json (0.0.1)
webrick (>= 1.0)
jekyll-get-json (1.0.0)
deep_merge (~> 1.2)
jekyll (~> 3.0)
jekyll-github-metadata (2.12.1)
jekyll (~> 3.4)
octokit (~> 4.0, != 4.4.0)
jekyll (>= 3.0)
jekyll-github-metadata (2.16.1)
jekyll (>= 3.4, < 5.0)
octokit (>= 4, < 7, != 4.4.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.6.1)
jekyll (>= 3.3, < 5.0)
jekyll-seo-tag (2.9.0)
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (1.17.0)
liquid (4.0.3)
listen (3.2.1)
json (2.19.8)
kramdown (2.5.2)
rexml (>= 3.4.4)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.10.0)
logger
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
mercenary (0.3.6)
multipart-post (2.1.1)
octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3)
net-http (0.9.1)
uri (>= 0.11.1)
octokit (6.1.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
public_suffix (7.0.5)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rouge (3.14.0)
rexml (3.4.4)
rouge (3.30.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sawyer (0.8.2)
sawyer (0.9.3)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
faraday (>= 0.17.3, < 3)
uri (1.1.1)
webrick (1.9.2)
PLATFORMS
aarch64-linux-gnu
aarch64-linux-musl
arm-linux-gnu
arm-linux-musl
arm64-darwin
ruby
x86-linux-gnu
x86-linux-musl
x86_64-darwin
x86_64-linux-gnu
x86_64-linux-musl
DEPENDENCIES
base64
bigdecimal
csv
jekyll (~> 3.8)
jekyll-get-json
jekyll-github-metadata
jekyll-paginate
jekyll-seo-tag
kramdown-parser-gfm
tzinfo-data
BUNDLED WITH
2.0.2
2.7.2

98
_includes/contribute.html Normal file
View File

@ -0,0 +1,98 @@
<div class="uk-section">
<div class="uk-container">
<div class="uk-margin-large-bottom">
<h1 class="uk-heading-primary">Contribute to Bitcoin</h1>
<p class="uk-text-lead">BlueWallet is free and open source software. And, one of the most used products in Bitcoin. Self-custody will win, but your contribution really matters. See how you can start contributing today.</p>
</div>
<div class="contribute-cards uk-child-width-1-4@m uk-child-width-1-2@s uk-grid-small" data-uk-grid data-uk-tab="connect: #contribute-panels">
<div class="uk-active">
<a href="#" class="contribute-card">
<span class="contribute-card-icon" data-uk-icon="icon: file-edit; ratio: 1.8"></span>
<h3>Developer</h3>
<p>Fix bugs, build features, and get your code merged.</p>
</a>
</div>
<div>
<a href="#" class="contribute-card">
<span class="contribute-card-icon" data-uk-icon="icon: search; ratio: 1.8"></span>
<h3>Tester</h3>
<p>Hunt bugs, test PRs, and file clear reports.</p>
</a>
</div>
<div>
<a href="#" class="contribute-card">
<span class="contribute-card-icon" data-uk-icon="icon: world; ratio: 1.8"></span>
<h3>Translator</h3>
<p>Help translate BlueWallet into your language.</p>
</a>
</div>
<div>
<a href="#" class="contribute-card">
<span class="contribute-card-icon" data-uk-icon="icon: pencil; ratio: 1.8"></span>
<h3>Content Creator</h3>
<p>Write docs and guides that help users understand Bitcoin.</p>
</a>
</div>
</div>
<ul id="contribute-panels" class="uk-switcher uk-margin-large-top">
<li>
<h2 class="uk-h2">Good First Issues & Help Wanted</h2>
<p class="uk-text-muted">Great starting points for new contributors, sorted by newest first.</p>
<div id="good-first-issues">
<p class="uk-text-muted">Loading issues...</p>
</div>
<div class="uk-text-center uk-margin-large-top">
<a href="https://github.com/BlueWallet/BlueWallet/issues?q=is%3Aissue+state%3Aopen+label%3A%22good+first+issue+%F0%9F%A5%87%22%2C%22help+wanted%22" target="_blank" class="uk-button uk-button-default">View all issues on GitHub</a>
</div>
</li>
<li>
<h2 class="uk-h2">Bug Reports</h2>
<p class="uk-text-muted">Help find and reproduce bugs to improve BlueWallet.</p>
<div id="bug-issues">
<p class="uk-text-muted">Loading issues...</p>
</div>
<div class="uk-text-center uk-margin-large-top">
<a href="https://github.com/BlueWallet/BlueWallet/issues?q=is%3Aissue+state%3Aopen+label%3Abug" target="_blank" class="uk-button uk-button-default">View all bug reports on GitHub</a>
</div>
</li>
<li>
<h2 class="uk-h2">Translation status</h2>
<p class="uk-text-muted">Percentages reflect translations merged in the BlueWallet app. Contribute on Transifex.</p>
<div id="translation-languages">
<p class="uk-text-muted">Loading translations...</p>
</div>
<div class="uk-text-center uk-margin-large-top">
<a href="https://explore.transifex.com/bluewallet/bluewallet/" target="_blank" class="uk-button uk-button-default">Join on Transifex</a>
</div>
</li>
<li>
<h2 class="uk-h2">Documentation</h2>
<p class="uk-text-muted">Browse our latest guides and help improve them for other users.</p>
<div id="doc-articles">
<div class="uk-grid-small uk-child-width-1-1" data-uk-grid>
{% assign latest_docs = site.docs | where_exp: "doc", "doc.url != '/docs/intro/'" | sort: 'date' | reverse %}
{% for doc in latest_docs %}
<div>
<div class="uk-card uk-card-default uk-box-shadow-medium uk-card-hover uk-card-body uk-inline border-radius-medium border-light">
<a class="uk-position-cover" href="{{ doc.url }}"></a>
<h3 class="uk-card-title uk-margin-small-top uk-margin-small-bottom">{{ doc.title }}</h3>
</div>
</div>
{% endfor %}
</div>
</div>
<div class="uk-text-center uk-margin-large-top">
<a href="/docs/" class="uk-button uk-button-default">View all documentation</a>
</div>
</li>
</ul>
</div>
</div>

View File

@ -1,34 +1,25 @@
<div class="uk-section uk-padding-remove-vertical section-hero uk-position-relative uk-scrollspy-inview uk-animation-slide-bottom-medium">
<div class="uk-container">
<div class="uk-text-center uk-grid-match" uk-grid>
<div class="uk-width-expand@m uk-grid-match">
<div class="uk-card uk-card-small uk-grid-match">
<div class="uk-margin-auto-vertical">
<h1 class="uk-heading-primary uk-text-left@m uk-text-center uk-margin-medium-top">Radically Simple & Powerful Bitcoin Wallet</h1>
<div class="uk-grid-match uk-grid-small" uk-grid>
<div class="uk-text-left@m uk-width-auto@m uk-width-1-2@s">
<a href="https://itunes.apple.com/app/bluewallet-bitcoin-wallet/id1376878040" target="_blank">
<img class="bounce" src="{{ site.uploads | absolute_url }}/app-store-badge-blue.svg" alt="download bitcoin wallet for ios">
</a>
</div>
<div class="uk-padding-remove-left@m 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 class="bounce" src="{{ site.uploads | absolute_url }}/play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
<p class="uk-padding uk-padding-remove-horizontal uk-text-lead uk-text-left@m uk-text-center@s">Direct download available for <a href="https://github.com/BlueWallet/BlueWallet/releases" target="_blank">android</a> and <a href="{{ site.baseurl }}/desktop-bitcoin-wallet">Desktop</a></p>
</div>
</div>
</div>
<div class="uk-width-1-3@m">
<div class="uk-card uk-card-small merda">
<div data-offset="5" class="poster">
<div class="shine"></div>
<div data-offset="3" class="layer-4"></div>
</div>
</div>
<div class="uk-section section-hero uk-position-relative uk-scrollspy-inview uk-animation-slide-bottom-medium">
<div class="uk-container">
<div class="uk-grid-match" uk-grid>
<div class="uk-width-3-5@m">
<div class="uk-margin-auto-vertical">
<div class="uk-text-left@m uk-text-center"><span class="uk-badge" id="hero-version" style="display:none"></span></div>
<h1 class="uk-heading-hero uk-text-left@m uk-text-center">Radically Simple &<br>Powerful Bitcoin Wallet</h1>
<p class="hero-subtitle uk-text-left@m uk-text-center" id="hero-donate"></p>
<div class="hero-badges uk-flex-left@m uk-flex-center">
<a href="https://itunes.apple.com/app/bluewallet-bitcoin-wallet/id1376878040" target="_blank">
<img class="bounce" src="{{ site.uploads | absolute_url }}/app-store-badge-blue.svg" alt="download bitcoin wallet for ios">
</a>
<a href="https://play.google.com/store/apps/details?id=io.bluewallet.bluewallet" target="_blank">
<img class="bounce" src="{{ site.uploads | absolute_url }}/play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
<p class="hero-subtitle uk-text-left@m uk-text-center">Direct download available for <a href="https://github.com/BlueWallet/BlueWallet/releases" target="_blank">android</a> and <a href="{{ site.baseurl }}/desktop-bitcoin-wallet">Desktop</a></p>
</div>
</div>
</div>
</div>
<div class="uk-width-2-5@m">
<img src="{{ site.uploads | absolute_url }}/bluewallet-preview.png" alt="BlueWallet app preview" class="hero-preview-img">
</div>
</div>
</div>
</div>

View File

@ -1,3 +1,4 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="{{ "/assets/js/phone.js" | relative_url }}"></script>
<script src="{{ "/assets/js/newsletter.js" | relative_url }}"></script>
<script src="{{ "/assets/js/newsletter.js" | relative_url }}"></script>
<script src="{{ "/assets/js/release-info.js" | relative_url }}"></script>
<script src="{{ "/assets/js/contribute.js" | relative_url }}"></script>

View File

@ -43,7 +43,7 @@
@import "../uikit/components/subnav.scss";
// @import "../uikit/components/breadcrumb.scss";
@import "../uikit/components/pagination.scss";
// @import "../uikit/components/tab.scss";
@import "../uikit/components/tab.scss";
@import "../uikit/components/slidenav.scss"; // After: Icon
// @import "../uikit/components/dotnav.scss";
// @import "../uikit/components/thumbnav.scss";
@ -58,7 +58,7 @@
@import "../uikit/components/slider.scss";
@import "../uikit/components/sticky.scss";
@import "../uikit/components/offcanvas.scss";
// @import "../uikit/components/switcher.scss";
@import "../uikit/components/switcher.scss";
// Scrollspy
// Toggle
// Scroll

View File

@ -26,7 +26,7 @@ $heading-primary-font-size: 1.8rem;
$heading-primary-font-size-m: 3.8rem;
$heading-primary-font-size-s: 0.8rem;
$heading-hero-font-size: 2.5rem;
$heading-hero-font-size-m: 5rem;
$heading-hero-font-size-m: 3.4rem;
$heading-hero-font-size-s: 2.5rem;
$base-heading-font-weight: bold;
@ -123,7 +123,7 @@ $article-title-line-height: 1.4;
$article-title-font-size: 2.125rem;
// Section
$section-padding-vertical-m: 60px;
$section-padding-vertical-m: 20px;
// Card
$card-small-body-padding-horizontal: 25px;

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>404 not found | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="404 not found" />
<meta name="author" content="BlueWallet" />
<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" />
<meta property="og: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" />
<link rel="canonical" href="https://bluewallet.io/404.html" />
<meta property="og:url" content="https://bluewallet.io/404.html" />
<meta name="twitter:description" property="og: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" />
<link rel="canonical" href="http://localhost:4000/404.html" />
<meta property="og:url" content="http://localhost:4000/404.html" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="404 not found" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/404.html","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"404 not found","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","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"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","headline":"404 not found","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/404.html"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="404 not found" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/404.html" />
<meta property="og:url" content="http://localhost:4000/404.html" />
<meta property="og:title" content="404 not found" />
<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="404 not found" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/404.html" />
<meta name="twitter:url" content="http://localhost:4000/404.html" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -412,12 +415,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -472,7 +475,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -491,7 +494,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -499,7 +502,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -560,8 +563,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>A glimpse on the future of Bitcoin UX | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="A glimpse on the future of Bitcoin UX" />
<meta name="author" content="nuno" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Hi there, Im Nuno from Bluewallet, a Bitcoin wallet. Im a UX and Product Designer. And for the last couple of years Bitcoin has been a daily passion, an obsession, and the most exciting thing Ive come across, since I first connected to the internet." />
<meta property="og:description" content="Hi there, Im Nuno from Bluewallet, a Bitcoin wallet. Im a UX and Product Designer. And for the last couple of years Bitcoin has been a daily passion, an obsession, and the most exciting thing Ive come across, since I first connected to the internet." />
<link rel="canonical" href="https://bluewallet.io/A-glimpse-on-the-future-of-Bitcoin-UX-4129cca9ece6/" />
<meta property="og:url" content="https://bluewallet.io/A-glimpse-on-the-future-of-Bitcoin-UX-4129cca9ece6/" />
<meta name="twitter:description" property="og:description" content="Hi there, Im Nuno from Bluewallet, a Bitcoin wallet. Im a UX and Product Designer. And for the last couple of years Bitcoin has been a daily passion, an obsession, and the most exciting thing Ive come across, since I first connected to the internet." />
<link rel="canonical" href="http://localhost:4000/A-glimpse-on-the-future-of-Bitcoin-UX-4129cca9ece6/" />
<meta property="og:url" content="http://localhost:4000/A-glimpse-on-the-future-of-Bitcoin-UX-4129cca9ece6/" />
<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="2018-10-01T17:27:00+02:00" />
<meta property="article:published_time" content="2018-10-01T16:27:00+01:00" />
<meta property="article:modified_time" content="2018-10-01T16:27:00+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="A glimpse on the future of Bitcoin UX" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/A-glimpse-on-the-future-of-Bitcoin-UX-4129cca9ece6/"},"@type":"BlogPosting","url":"https://bluewallet.io/A-glimpse-on-the-future-of-Bitcoin-UX-4129cca9ece6/","author":{"@type":"Person","name":"nuno"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"headline":"A glimpse on the future of Bitcoin UX","dateModified":"2018-10-01T17:27:00+02:00","description":"Hi there, Im Nuno from Bluewallet, a Bitcoin wallet. Im a UX and Product Designer. And for the last couple of years Bitcoin has been a daily passion, an obsession, and the most exciting thing Ive come across, since I first connected to the internet.","datePublished":"2018-10-01T17:27:00+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"nuno"},"dateModified":"2018-10-01T16:27:00+01:00","datePublished":"2018-10-01T16:27:00+01:00","description":"Hi there, Im Nuno from Bluewallet, a Bitcoin wallet. Im a UX and Product Designer. And for the last couple of years Bitcoin has been a daily passion, an obsession, and the most exciting thing Ive come across, since I first connected to the internet.","headline":"A glimpse on the future of Bitcoin UX","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/A-glimpse-on-the-future-of-Bitcoin-UX-4129cca9ece6/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"nuno"},"url":"http://localhost:4000/A-glimpse-on-the-future-of-Bitcoin-UX-4129cca9ece6/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="A glimpse on the future of Bitcoin UX" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/A-glimpse-on-the-future-of-Bitcoin-UX-4129cca9ece6/" />
<meta property="og:url" content="http://localhost:4000/A-glimpse-on-the-future-of-Bitcoin-UX-4129cca9ece6/" />
<meta property="og:title" content="A glimpse on the future of Bitcoin UX" />
<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="A glimpse on the future of Bitcoin UX" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/A-glimpse-on-the-future-of-Bitcoin-UX-4129cca9ece6/" />
<meta name="twitter:url" content="http://localhost:4000/A-glimpse-on-the-future-of-Bitcoin-UX-4129cca9ece6/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">BlueWallet</span></span><br>
<time datetime="2018-10-01T17:27:00+02:00" itemprop="datePublished">
<time datetime="2018-10-01T16:27:00+01:00" itemprop="datePublished">
Oct 1, 2018
</time>
@ -655,12 +658,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -715,7 +718,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -734,7 +737,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -742,7 +745,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -803,8 +806,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>A new Bitcoin wallet for Android-Announcing Bluewallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="A new Bitcoin wallet for Android-Announcing Bluewallet" />
<meta name="author" content="nuno" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Its here! It took us a while. But the Android version of Blue Wallet is live on play store. With full featured and more exciting new things ahead." />
<meta property="og:description" content="Its here! It took us a while. But the Android version of Blue Wallet is live on play store. With full featured and more exciting new things ahead." />
<link rel="canonical" href="https://bluewallet.io/A-new-Bitcoin-wallet-for-Android-Announcing-Bluewallet-9c716b0e1266/" />
<meta property="og:url" content="https://bluewallet.io/A-new-Bitcoin-wallet-for-Android-Announcing-Bluewallet-9c716b0e1266/" />
<meta name="twitter:description" property="og:description" content="Its here! It took us a while. But the Android version of Blue Wallet is live on play store. With full featured and more exciting new things ahead." />
<link rel="canonical" href="http://localhost:4000/A-new-Bitcoin-wallet-for-Android-Announcing-Bluewallet-9c716b0e1266/" />
<meta property="og:url" content="http://localhost:4000/A-new-Bitcoin-wallet-for-Android-Announcing-Bluewallet-9c716b0e1266/" />
<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="2018-12-03T10:27:00+01:00" />
<meta property="article:published_time" content="2018-12-03T09:27:00+00:00" />
<meta property="article:modified_time" content="2018-12-03T09:27:00+00:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="A new Bitcoin wallet for Android-Announcing Bluewallet" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/A-new-Bitcoin-wallet-for-Android-Announcing-Bluewallet-9c716b0e1266/"},"@type":"BlogPosting","url":"https://bluewallet.io/A-new-Bitcoin-wallet-for-Android-Announcing-Bluewallet-9c716b0e1266/","author":{"@type":"Person","name":"nuno"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"headline":"A new Bitcoin wallet for Android-Announcing Bluewallet","dateModified":"2018-12-03T10:27:00+01:00","description":"Its here! It took us a while. But the Android version of Blue Wallet is live on play store. With full featured and more exciting new things ahead.","datePublished":"2018-12-03T10:27:00+01:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"nuno"},"dateModified":"2018-12-03T09:27:00+00:00","datePublished":"2018-12-03T09:27:00+00:00","description":"Its here! It took us a while. But the Android version of Blue Wallet is live on play store. With full featured and more exciting new things ahead.","headline":"A new Bitcoin wallet for Android-Announcing Bluewallet","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/A-new-Bitcoin-wallet-for-Android-Announcing-Bluewallet-9c716b0e1266/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"nuno"},"url":"http://localhost:4000/A-new-Bitcoin-wallet-for-Android-Announcing-Bluewallet-9c716b0e1266/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="A new Bitcoin wallet for Android-Announcing Bluewallet" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/A-new-Bitcoin-wallet-for-Android-Announcing-Bluewallet-9c716b0e1266/" />
<meta property="og:url" content="http://localhost:4000/A-new-Bitcoin-wallet-for-Android-Announcing-Bluewallet-9c716b0e1266/" />
<meta property="og:title" content="A new Bitcoin wallet for Android-Announcing 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="A new Bitcoin wallet for Android-Announcing Bluewallet" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/A-new-Bitcoin-wallet-for-Android-Announcing-Bluewallet-9c716b0e1266/" />
<meta name="twitter:url" content="http://localhost:4000/A-new-Bitcoin-wallet-for-Android-Announcing-Bluewallet-9c716b0e1266/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">BlueWallet</span></span><br>
<time datetime="2018-12-03T10:27:00+01:00" itemprop="datePublished">
<time datetime="2018-12-03T09:27:00+00:00" itemprop="datePublished">
Dec 3, 2018
</time>
@ -631,12 +634,12 @@ Plug your own Bitcoin Core node for a maximum sovereignty.</p>
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -691,7 +694,7 @@ Plug your own Bitcoin Core node for a maximum sovereignty.</p>
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -710,7 +713,7 @@ Plug your own Bitcoin Core node for a maximum sovereignty.</p>
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -718,7 +721,7 @@ Plug your own Bitcoin Core node for a maximum sovereignty.</p>
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -779,8 +782,9 @@ Plug your own Bitcoin Core node for a maximum sovereignty.</p>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Bitcoin Wallet for Desktop - v5.5.6 | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Bitcoin Wallet for Desktop - v5.5.6" />
<meta name="author" content="nuno" />
<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" />
<meta property="og: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" />
<link rel="canonical" href="https://bluewallet.io/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/" />
<meta property="og:url" content="https://bluewallet.io/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/" />
<meta name="twitter:description" property="og: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" />
<link rel="canonical" href="http://localhost:4000/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/" />
<meta property="og:url" content="http://localhost:4000/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/" />
<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="2020-08-28T10:52:00+02:00" />
<meta property="article:published_time" content="2020-08-28T09:52:00+01:00" />
<meta property="article:modified_time" content="2020-08-28T09:52:00+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Bitcoin Wallet for Desktop - v5.5.6" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/"},"@type":"BlogPosting","url":"https://bluewallet.io/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/","author":{"@type":"Person","name":"nuno"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"headline":"Bitcoin Wallet for Desktop - v5.5.6","dateModified":"2020-08-28T10:52:00+02:00","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","datePublished":"2020-08-28T10:52:00+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"nuno"},"dateModified":"2020-08-28T09:52:00+01:00","datePublished":"2020-08-28T09:52:00+01:00","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","headline":"Bitcoin Wallet for Desktop - v5.5.6","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"nuno"},"url":"http://localhost:4000/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Bitcoin Wallet for Desktop - v5.5.6" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/" />
<meta property="og:url" content="http://localhost:4000/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/" />
<meta property="og:title" content="Bitcoin Wallet for Desktop - v5.5.6" />
<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="Bitcoin Wallet for Desktop - v5.5.6" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/" />
<meta name="twitter:url" content="http://localhost:4000/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">BlueWallet</span></span><br>
<time datetime="2020-08-28T10:52:00+02:00" itemprop="datePublished">
<time datetime="2020-08-28T09:52:00+01:00" itemprop="datePublished">
Aug 28, 2020
</time>
@ -594,12 +597,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -654,7 +657,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -673,7 +676,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -681,7 +684,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -742,8 +745,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>BlueWallet brings zero-configuration Lightning payments to iOS and Android | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="BlueWallet brings zero-configuration Lightning payments to iOS and Android" />
<meta name="author" content="igor" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="BlueWallet has just released support for the Lightning Network. Being a 2nd layer scaling solution, Lightning promises low-fees and instant payments. But as a drawback brings a lot of complexities and unfamiliarities to unsuspecting users." />
<meta property="og:description" content="BlueWallet has just released support for the Lightning Network. Being a 2nd layer scaling solution, Lightning promises low-fees and instant payments. But as a drawback brings a lot of complexities and unfamiliarities to unsuspecting users." />
<link rel="canonical" href="https://bluewallet.io/BlueWallet-brings-zero-configuration-Lightning-payments-to-iOS-and-Android-30137a69f071/" />
<meta property="og:url" content="https://bluewallet.io/BlueWallet-brings-zero-configuration-Lightning-payments-to-iOS-and-Android-30137a69f071/" />
<meta name="twitter:description" property="og:description" content="BlueWallet has just released support for the Lightning Network. Being a 2nd layer scaling solution, Lightning promises low-fees and instant payments. But as a drawback brings a lot of complexities and unfamiliarities to unsuspecting users." />
<link rel="canonical" href="http://localhost:4000/BlueWallet-brings-zero-configuration-Lightning-payments-to-iOS-and-Android-30137a69f071/" />
<meta property="og:url" content="http://localhost:4000/BlueWallet-brings-zero-configuration-Lightning-payments-to-iOS-and-Android-30137a69f071/" />
<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="2018-12-19T16:27:00+01:00" />
<meta property="article:published_time" content="2018-12-19T15:27:00+00:00" />
<meta property="article:modified_time" content="2018-12-19T15:27:00+00:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="BlueWallet brings zero-configuration Lightning payments to iOS and Android" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/BlueWallet-brings-zero-configuration-Lightning-payments-to-iOS-and-Android-30137a69f071/"},"@type":"BlogPosting","url":"https://bluewallet.io/BlueWallet-brings-zero-configuration-Lightning-payments-to-iOS-and-Android-30137a69f071/","author":{"@type":"Person","name":"igor"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"igor"},"headline":"BlueWallet brings zero-configuration Lightning payments to iOS and Android","dateModified":"2018-12-19T16:27:00+01:00","description":"BlueWallet has just released support for the Lightning Network. Being a 2nd layer scaling solution, Lightning promises low-fees and instant payments. But as a drawback brings a lot of complexities and unfamiliarities to unsuspecting users.","datePublished":"2018-12-19T16:27:00+01:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"igor"},"dateModified":"2018-12-19T15:27:00+00:00","datePublished":"2018-12-19T15:27:00+00:00","description":"BlueWallet has just released support for the Lightning Network. Being a 2nd layer scaling solution, Lightning promises low-fees and instant payments. But as a drawback brings a lot of complexities and unfamiliarities to unsuspecting users.","headline":"BlueWallet brings zero-configuration Lightning payments to iOS and Android","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/BlueWallet-brings-zero-configuration-Lightning-payments-to-iOS-and-Android-30137a69f071/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"igor"},"url":"http://localhost:4000/BlueWallet-brings-zero-configuration-Lightning-payments-to-iOS-and-Android-30137a69f071/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="BlueWallet brings zero-configuration Lightning payments to iOS and Android" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/BlueWallet-brings-zero-configuration-Lightning-payments-to-iOS-and-Android-30137a69f071/" />
<meta property="og:url" content="http://localhost:4000/BlueWallet-brings-zero-configuration-Lightning-payments-to-iOS-and-Android-30137a69f071/" />
<meta property="og:title" content="BlueWallet brings zero-configuration Lightning payments to 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="BlueWallet brings zero-configuration Lightning payments to iOS and Android" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/BlueWallet-brings-zero-configuration-Lightning-payments-to-iOS-and-Android-30137a69f071/" />
<meta name="twitter:url" content="http://localhost:4000/BlueWallet-brings-zero-configuration-Lightning-payments-to-iOS-and-Android-30137a69f071/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/igor.png" alt="Igor">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/igor.png" alt="Igor">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Igor</span></span><br>
<time datetime="2018-12-19T16:27:00+01:00" itemprop="datePublished">
<time datetime="2018-12-19T15:27:00+00:00" itemprop="datePublished">
Dec 19, 2018
</time>
@ -607,12 +610,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -667,7 +670,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -686,7 +689,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -694,7 +697,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -755,8 +758,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>BlueWallet introduces Lapp Browser and Lapp Marketplace | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="BlueWallet introduces Lapp Browser and Lapp Marketplace" />
<meta name="author" content="igor" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="In the latest release of BlueWallet (v3.6.0) for Android &amp; iOS we added a Lapp Browser. Similar to Dapp Browser, Lapp Browser allows you…" />
<meta property="og:description" content="In the latest release of BlueWallet (v3.6.0) for Android &amp; iOS we added a Lapp Browser. Similar to Dapp Browser, Lapp Browser allows you…" />
<link rel="canonical" href="https://bluewallet.io/BlueWallet-introduces-Lapp-Browser-and-Lapp-Marketplace-eed36721d853/" />
<meta property="og:url" content="https://bluewallet.io/BlueWallet-introduces-Lapp-Browser-and-Lapp-Marketplace-eed36721d853/" />
<meta name="twitter:description" property="og:description" content="In the latest release of BlueWallet (v3.6.0) for Android &amp; iOS we added a Lapp Browser. Similar to Dapp Browser, Lapp Browser allows you…" />
<link rel="canonical" href="http://localhost:4000/BlueWallet-introduces-Lapp-Browser-and-Lapp-Marketplace-eed36721d853/" />
<meta property="og:url" content="http://localhost:4000/BlueWallet-introduces-Lapp-Browser-and-Lapp-Marketplace-eed36721d853/" />
<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="2019-01-21T12:27:00+01:00" />
<meta property="article:published_time" content="2019-01-21T11:27:00+00:00" />
<meta property="article:modified_time" content="2019-01-21T11:27:00+00:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="BlueWallet introduces Lapp Browser and Lapp Marketplace" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/BlueWallet-introduces-Lapp-Browser-and-Lapp-Marketplace-eed36721d853/"},"@type":"BlogPosting","url":"https://bluewallet.io/BlueWallet-introduces-Lapp-Browser-and-Lapp-Marketplace-eed36721d853/","author":{"@type":"Person","name":"igor"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"igor"},"headline":"BlueWallet introduces Lapp Browser and Lapp Marketplace","dateModified":"2019-01-21T12:27:00+01:00","description":"In the latest release of BlueWallet (v3.6.0) for Android &amp; iOS we added a Lapp Browser. Similar to Dapp Browser, Lapp Browser allows you…","datePublished":"2019-01-21T12:27:00+01:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"igor"},"dateModified":"2019-01-21T11:27:00+00:00","datePublished":"2019-01-21T11:27:00+00:00","description":"In the latest release of BlueWallet (v3.6.0) for Android &amp; iOS we added a Lapp Browser. Similar to Dapp Browser, Lapp Browser allows you…","headline":"BlueWallet introduces Lapp Browser and Lapp Marketplace","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/BlueWallet-introduces-Lapp-Browser-and-Lapp-Marketplace-eed36721d853/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"igor"},"url":"http://localhost:4000/BlueWallet-introduces-Lapp-Browser-and-Lapp-Marketplace-eed36721d853/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="BlueWallet introduces Lapp Browser and Lapp Marketplace" />
<meta property="og:type" content="website" />
<meta property="og:description" content="In the latest release of BlueWallet (v3.6.0) for Android & iOS we added a Lapp Browser. Similar to Dapp Browser, Lapp Browser allows you…" />
<meta property="og:url" content="https://bluewallet.io/BlueWallet-introduces-Lapp-Browser-and-Lapp-Marketplace-eed36721d853/" />
<meta property="og:url" content="http://localhost:4000/BlueWallet-introduces-Lapp-Browser-and-Lapp-Marketplace-eed36721d853/" />
<meta property="og:title" content="BlueWallet introduces Lapp Browser and Lapp Marketplace" />
<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="BlueWallet introduces Lapp Browser and Lapp Marketplace" />
<meta name="twitter:description" content="In the latest release of BlueWallet (v3.6.0) for Android & iOS we added a Lapp Browser. Similar to Dapp Browser, Lapp Browser allows you…" />
<meta name="twitter:url" content="https://bluewallet.io/BlueWallet-introduces-Lapp-Browser-and-Lapp-Marketplace-eed36721d853/" />
<meta name="twitter:url" content="http://localhost:4000/BlueWallet-introduces-Lapp-Browser-and-Lapp-Marketplace-eed36721d853/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/igor.png" alt="Igor">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/igor.png" alt="Igor">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Igor</span></span><br>
<time datetime="2019-01-21T12:27:00+01:00" itemprop="datePublished">
<time datetime="2019-01-21T11:27:00+00:00" itemprop="datePublished">
Jan 21, 2019
</time>
@ -590,12 +593,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -650,7 +653,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -669,7 +672,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -677,7 +680,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -738,8 +741,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Bluewallet 4.2.0 | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Bluewallet 4.2.0" />
<meta name="author" content="nuno" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="4.2.0 is out for iOS and android. With a massive update! 🤯" />
<meta property="og:description" content="4.2.0 is out for iOS and android. With a massive update! 🤯" />
<link rel="canonical" href="https://bluewallet.io/Bluewallet-4-2-0-d31c7c4487fa/" />
<meta property="og:url" content="https://bluewallet.io/Bluewallet-4-2-0-d31c7c4487fa/" />
<meta name="twitter:description" property="og:description" content="4.2.0 is out for iOS and android. With a massive update! 🤯" />
<link rel="canonical" href="http://localhost:4000/Bluewallet-4-2-0-d31c7c4487fa/" />
<meta property="og:url" content="http://localhost:4000/Bluewallet-4-2-0-d31c7c4487fa/" />
<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="2019-08-05T09:27:00+02:00" />
<meta property="article:published_time" content="2019-08-05T09:27:00+01:00" />
<meta property="article:modified_time" content="2019-08-05T09:27:00+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Bluewallet 4.2.0" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/Bluewallet-4-2-0-d31c7c4487fa/"},"@type":"BlogPosting","url":"https://bluewallet.io/Bluewallet-4-2-0-d31c7c4487fa/","author":{"@type":"Person","name":"nuno"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"headline":"Bluewallet 4.2.0","dateModified":"2019-08-05T09:27:00+02:00","description":"4.2.0 is out for iOS and android. With a massive update! 🤯","datePublished":"2019-08-05T09:27:00+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"nuno"},"dateModified":"2019-08-05T09:27:00+01:00","datePublished":"2019-08-05T09:27:00+01:00","description":"4.2.0 is out for iOS and android. With a massive update! 🤯","headline":"Bluewallet 4.2.0","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/Bluewallet-4-2-0-d31c7c4487fa/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"nuno"},"url":"http://localhost:4000/Bluewallet-4-2-0-d31c7c4487fa/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Bluewallet 4.2.0" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/Bluewallet-4-2-0-d31c7c4487fa/" />
<meta property="og:url" content="http://localhost:4000/Bluewallet-4-2-0-d31c7c4487fa/" />
<meta property="og:title" content="Bluewallet 4.2.0" />
<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="Bluewallet 4.2.0" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/Bluewallet-4-2-0-d31c7c4487fa/" />
<meta name="twitter:url" content="http://localhost:4000/Bluewallet-4-2-0-d31c7c4487fa/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">BlueWallet</span></span><br>
<time datetime="2019-08-05T09:27:00+02:00" itemprop="datePublished">
<time datetime="2019-08-05T09:27:00+01:00" itemprop="datePublished">
Aug 5, 2019
</time>
@ -568,12 +571,12 @@ undefined</p>
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -628,7 +631,7 @@ undefined</p>
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -647,7 +650,7 @@ undefined</p>
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -655,7 +658,7 @@ undefined</p>
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -716,8 +719,9 @@ undefined</p>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Bluewallet v.4.4.1 Bitcoin wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Bluewallet v.4.4.1 Bitcoin wallet" />
<meta name="author" content="nuno" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Bluewallet v.4.4.1, mobile Bitcoin wallet for iOS and android is out and there are some cool new features that you should know about. Mainly the ability to send all funds, the ability to have a bit more privacy by allow you to hide your balances and the super cool “Scan to receive”, a new functionality available for Lightning based on lnurl spec." />
<meta property="og:description" content="Bluewallet v.4.4.1, mobile Bitcoin wallet for iOS and android is out and there are some cool new features that you should know about. Mainly the ability to send all funds, the ability to have a bit more privacy by allow you to hide your balances and the super cool “Scan to receive”, a new functionality available for Lightning based on lnurl spec." />
<link rel="canonical" href="https://bluewallet.io/Bluewallet-v-4-4-1-Bitcoin-wallet-65705e8a8784/" />
<meta property="og:url" content="https://bluewallet.io/Bluewallet-v-4-4-1-Bitcoin-wallet-65705e8a8784/" />
<meta name="twitter:description" property="og:description" content="Bluewallet v.4.4.1, mobile Bitcoin wallet for iOS and android is out and there are some cool new features that you should know about. Mainly the ability to send all funds, the ability to have a bit more privacy by allow you to hide your balances and the super cool “Scan to receive”, a new functionality available for Lightning based on lnurl spec." />
<link rel="canonical" href="http://localhost:4000/Bluewallet-v-4-4-1-Bitcoin-wallet-65705e8a8784/" />
<meta property="og:url" content="http://localhost:4000/Bluewallet-v-4-4-1-Bitcoin-wallet-65705e8a8784/" />
<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="2019-09-04T11:27:00+02:00" />
<meta property="article:published_time" content="2019-09-04T10:27:00+01:00" />
<meta property="article:modified_time" content="2019-09-04T10:27:00+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Bluewallet v.4.4.1 Bitcoin wallet" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/Bluewallet-v-4-4-1-Bitcoin-wallet-65705e8a8784/"},"@type":"BlogPosting","url":"https://bluewallet.io/Bluewallet-v-4-4-1-Bitcoin-wallet-65705e8a8784/","author":{"@type":"Person","name":"nuno"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"headline":"Bluewallet v.4.4.1 Bitcoin wallet","dateModified":"2019-09-04T11:27:00+02:00","description":"Bluewallet v.4.4.1, mobile Bitcoin wallet for iOS and android is out and there are some cool new features that you should know about. Mainly the ability to send all funds, the ability to have a bit more privacy by allow you to hide your balances and the super cool “Scan to receive”, a new functionality available for Lightning based on lnurl spec.","datePublished":"2019-09-04T11:27:00+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"nuno"},"dateModified":"2019-09-04T10:27:00+01:00","datePublished":"2019-09-04T10:27:00+01:00","description":"Bluewallet v.4.4.1, mobile Bitcoin wallet for iOS and android is out and there are some cool new features that you should know about. Mainly the ability to send all funds, the ability to have a bit more privacy by allow you to hide your balances and the super cool “Scan to receive”, a new functionality available for Lightning based on lnurl spec.","headline":"Bluewallet v.4.4.1 Bitcoin wallet","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/Bluewallet-v-4-4-1-Bitcoin-wallet-65705e8a8784/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"nuno"},"url":"http://localhost:4000/Bluewallet-v-4-4-1-Bitcoin-wallet-65705e8a8784/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Bluewallet v.4.4.1 Bitcoin wallet" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/Bluewallet-v-4-4-1-Bitcoin-wallet-65705e8a8784/" />
<meta property="og:url" content="http://localhost:4000/Bluewallet-v-4-4-1-Bitcoin-wallet-65705e8a8784/" />
<meta property="og:title" content="Bluewallet v.4.4.1 Bitcoin wallet" />
<meta property="fb:app_id" content="254973701957449" />
<meta property="fb:pages" content="499685187154976" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Bluewallet v.4.4.1 Bitcoin wallet" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/Bluewallet-v-4-4-1-Bitcoin-wallet-65705e8a8784/" />
<meta name="twitter:url" content="http://localhost:4000/Bluewallet-v-4-4-1-Bitcoin-wallet-65705e8a8784/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">BlueWallet</span></span><br>
<time datetime="2019-09-04T11:27:00+02:00" itemprop="datePublished">
<time datetime="2019-09-04T10:27:00+01:00" itemprop="datePublished">
Sep 4, 2019
</time>
@ -617,12 +620,12 @@ undefined</p>
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -677,7 +680,7 @@ undefined</p>
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -696,7 +699,7 @@ undefined</p>
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -704,7 +707,7 @@ undefined</p>
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -765,8 +768,9 @@ undefined</p>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Marketplace removed from iOS app | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Marketplace removed from iOS app" />
<meta name="author" content="nuno" />
<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" />
<meta property="og: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" />
<link rel="canonical" href="https://bluewallet.io/Marketplace-removed-from-iOS-app-5630a5c7d2e4/" />
<meta property="og:url" content="https://bluewallet.io/Marketplace-removed-from-iOS-app-5630a5c7d2e4/" />
<meta name="twitter:description" property="og: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" />
<link rel="canonical" href="http://localhost:4000/Marketplace-removed-from-iOS-app-5630a5c7d2e4/" />
<meta property="og:url" content="http://localhost:4000/Marketplace-removed-from-iOS-app-5630a5c7d2e4/" />
<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="2019-09-24T11:27:00+02:00" />
<meta property="article:published_time" content="2019-09-24T10:27:00+01:00" />
<meta property="article:modified_time" content="2019-09-24T10:27:00+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Marketplace removed from iOS app" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/Marketplace-removed-from-iOS-app-5630a5c7d2e4/"},"@type":"BlogPosting","url":"https://bluewallet.io/Marketplace-removed-from-iOS-app-5630a5c7d2e4/","author":{"@type":"Person","name":"nuno"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"headline":"Marketplace removed from iOS app","dateModified":"2019-09-24T11:27:00+02:00","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","datePublished":"2019-09-24T11:27:00+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"nuno"},"dateModified":"2019-09-24T10:27:00+01:00","datePublished":"2019-09-24T10:27:00+01:00","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","headline":"Marketplace removed from iOS app","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/Marketplace-removed-from-iOS-app-5630a5c7d2e4/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"nuno"},"url":"http://localhost:4000/Marketplace-removed-from-iOS-app-5630a5c7d2e4/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Marketplace removed from iOS app" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/Marketplace-removed-from-iOS-app-5630a5c7d2e4/" />
<meta property="og:url" content="http://localhost:4000/Marketplace-removed-from-iOS-app-5630a5c7d2e4/" />
<meta property="og:title" content="Marketplace removed from iOS app" />
<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="Marketplace removed from iOS app" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/Marketplace-removed-from-iOS-app-5630a5c7d2e4/" />
<meta name="twitter:url" content="http://localhost:4000/Marketplace-removed-from-iOS-app-5630a5c7d2e4/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">BlueWallet</span></span><br>
<time datetime="2019-09-24T11:27:00+02:00" itemprop="datePublished">
<time datetime="2019-09-24T10:27:00+01:00" itemprop="datePublished">
Sep 24, 2019
</time>
@ -252,7 +255,7 @@
<p>For all the developers using Bluewallet Lapp browser, the Lapp Browser will still be available and can be easily <em>deeplinked</em> to provide a better experience for direct send/receive.</p>
<p>Example:<br />
<code class="highlighter-rouge">lapp://openlappbrowser?url=your_urlencoded_link_here</code></p>
<code class="language-plaintext highlighter-rouge">lapp://openlappbrowser?url=your_urlencoded_link_here</code></p>
<p>We will think of something else and find new solutions. Any suggestion is very welcome. For now, we are extremely sad to announce that the Marketplace feature was removed from the iOS (not on android) version.</p>
@ -564,12 +567,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -624,7 +627,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -643,7 +646,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -651,7 +654,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -712,8 +715,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>November updatesPrice extension, Onchain refill and more | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="November updatesPrice extension, Onchain refill and more" />
<meta name="author" content="nuno" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="We have been busy building, thats a good way to be busy and we havent update the blog in awhile, so here it is, an update on the latest releases 😃" />
<meta property="og:description" content="We have been busy building, thats a good way to be busy and we havent update the blog in awhile, so here it is, an update on the latest releases 😃" />
<link rel="canonical" href="https://bluewallet.io/November-updates-Price-extension-Onchain-refill-and-more-8b832423a050/" />
<meta property="og:url" content="https://bluewallet.io/November-updates-Price-extension-Onchain-refill-and-more-8b832423a050/" />
<meta name="twitter:description" property="og:description" content="We have been busy building, thats a good way to be busy and we havent update the blog in awhile, so here it is, an update on the latest releases 😃" />
<link rel="canonical" href="http://localhost:4000/November-updates-Price-extension-Onchain-refill-and-more-8b832423a050/" />
<meta property="og:url" content="http://localhost:4000/November-updates-Price-extension-Onchain-refill-and-more-8b832423a050/" />
<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="2019-11-26T20:33:00+01:00" />
<meta property="article:published_time" content="2019-11-26T19:33:00+00:00" />
<meta property="article:modified_time" content="2019-11-26T19:33:00+00:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="November updatesPrice extension, Onchain refill and more" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/November-updates-Price-extension-Onchain-refill-and-more-8b832423a050/"},"@type":"BlogPosting","url":"https://bluewallet.io/November-updates-Price-extension-Onchain-refill-and-more-8b832423a050/","author":{"@type":"Person","name":"nuno"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"headline":"November updatesPrice extension, Onchain refill and more","dateModified":"2019-11-26T20:33:00+01:00","description":"We have been busy building, thats a good way to be busy and we havent update the blog in awhile, so here it is, an update on the latest releases 😃","datePublished":"2019-11-26T20:33:00+01:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"nuno"},"dateModified":"2019-11-26T19:33:00+00:00","datePublished":"2019-11-26T19:33:00+00:00","description":"We have been busy building, thats a good way to be busy and we havent update the blog in awhile, so here it is, an update on the latest releases 😃","headline":"November updatesPrice extension, Onchain refill and more","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/November-updates-Price-extension-Onchain-refill-and-more-8b832423a050/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"nuno"},"url":"http://localhost:4000/November-updates-Price-extension-Onchain-refill-and-more-8b832423a050/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="November updatesPrice extension, Onchain refill and more" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/November-updates-Price-extension-Onchain-refill-and-more-8b832423a050/" />
<meta property="og:url" content="http://localhost:4000/November-updates-Price-extension-Onchain-refill-and-more-8b832423a050/" />
<meta property="og:title" content="November updatesPrice extension, Onchain refill and more" />
<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="November updatesPrice extension, Onchain refill and more" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/November-updates-Price-extension-Onchain-refill-and-more-8b832423a050/" />
<meta name="twitter:url" content="http://localhost:4000/November-updates-Price-extension-Onchain-refill-and-more-8b832423a050/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">BlueWallet</span></span><br>
<time datetime="2019-11-26T20:33:00+01:00" itemprop="datePublished">
<time datetime="2019-11-26T19:33:00+00:00" itemprop="datePublished">
Nov 26, 2019
</time>
@ -609,12 +612,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -669,7 +672,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -688,7 +691,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -696,7 +699,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -757,8 +760,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Preparing for warhow was 2019 and a glimpse of the future | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Preparing for warhow was 2019 and a glimpse of the future" />
<meta name="author" content="igor" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="2019 was a great year for BlueWallet. Although it is a new wallet and still in its infancy, we did get some some media coverage, we did…" />
<meta property="og:description" content="2019 was a great year for BlueWallet. Although it is a new wallet and still in its infancy, we did get some some media coverage, we did…" />
<link rel="canonical" href="https://bluewallet.io/Preparing-for-war-how-was-2019-and-a-glimpse-of-the-future-72637ffe58eb/" />
<meta property="og:url" content="https://bluewallet.io/Preparing-for-war-how-was-2019-and-a-glimpse-of-the-future-72637ffe58eb/" />
<meta name="twitter:description" property="og:description" content="2019 was a great year for BlueWallet. Although it is a new wallet and still in its infancy, we did get some some media coverage, we did…" />
<link rel="canonical" href="http://localhost:4000/Preparing-for-war-how-was-2019-and-a-glimpse-of-the-future-72637ffe58eb/" />
<meta property="og:url" content="http://localhost:4000/Preparing-for-war-how-was-2019-and-a-glimpse-of-the-future-72637ffe58eb/" />
<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="2019-12-25T09:27:00+01:00" />
<meta property="article:published_time" content="2019-12-25T08:27:00+00:00" />
<meta property="article:modified_time" content="2019-12-25T08:27:00+00:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Preparing for warhow was 2019 and a glimpse of the future" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/Preparing-for-war-how-was-2019-and-a-glimpse-of-the-future-72637ffe58eb/"},"@type":"BlogPosting","url":"https://bluewallet.io/Preparing-for-war-how-was-2019-and-a-glimpse-of-the-future-72637ffe58eb/","author":{"@type":"Person","name":"igor"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"igor"},"headline":"Preparing for warhow was 2019 and a glimpse of the future","dateModified":"2019-12-25T09:27:00+01:00","description":"2019 was a great year for BlueWallet. Although it is a new wallet and still in its infancy, we did get some some media coverage, we did…","datePublished":"2019-12-25T09:27:00+01:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"igor"},"dateModified":"2019-12-25T08:27:00+00:00","datePublished":"2019-12-25T08:27:00+00:00","description":"2019 was a great year for BlueWallet. Although it is a new wallet and still in its infancy, we did get some some media coverage, we did…","headline":"Preparing for warhow was 2019 and a glimpse of the future","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/Preparing-for-war-how-was-2019-and-a-glimpse-of-the-future-72637ffe58eb/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"igor"},"url":"http://localhost:4000/Preparing-for-war-how-was-2019-and-a-glimpse-of-the-future-72637ffe58eb/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Preparing for warhow was 2019 and a glimpse of the future" />
<meta property="og:type" content="website" />
<meta property="og:description" content="2019 was a great year for BlueWallet. Although it is a new wallet and still in its infancy, we did get some some media coverage, we did…" />
<meta property="og:url" content="https://bluewallet.io/Preparing-for-war-how-was-2019-and-a-glimpse-of-the-future-72637ffe58eb/" />
<meta property="og:url" content="http://localhost:4000/Preparing-for-war-how-was-2019-and-a-glimpse-of-the-future-72637ffe58eb/" />
<meta property="og:title" content="Preparing for warhow was 2019 and a glimpse of the future" />
<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="Preparing for warhow was 2019 and a glimpse of the future" />
<meta name="twitter:description" content="2019 was a great year for BlueWallet. Although it is a new wallet and still in its infancy, we did get some some media coverage, we did…" />
<meta name="twitter:url" content="https://bluewallet.io/Preparing-for-war-how-was-2019-and-a-glimpse-of-the-future-72637ffe58eb/" />
<meta name="twitter:url" content="http://localhost:4000/Preparing-for-war-how-was-2019-and-a-glimpse-of-the-future-72637ffe58eb/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/igor.png" alt="Igor">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/igor.png" alt="Igor">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Igor</span></span><br>
<time datetime="2019-12-25T09:27:00+01:00" itemprop="datePublished">
<time datetime="2019-12-25T08:27:00+00:00" itemprop="datePublished">
Dec 25, 2019
</time>
@ -616,12 +619,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -676,7 +679,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -695,7 +698,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -703,7 +706,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -764,8 +767,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Work in ProgressBuilding a Bitcoin wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Work in ProgressBuilding a Bitcoin wallet" />
<meta name="author" content="nuno" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Olá! 👋" />
<meta property="og:description" content="Olá! 👋" />
<link rel="canonical" href="https://bluewallet.io/Work-in-Progress-Building-a-Bitcoin-wallet-e81ca6db82d7/" />
<meta property="og:url" content="https://bluewallet.io/Work-in-Progress-Building-a-Bitcoin-wallet-e81ca6db82d7/" />
<meta name="twitter:description" property="og:description" content="Olá! 👋" />
<link rel="canonical" href="http://localhost:4000/Work-in-Progress-Building-a-Bitcoin-wallet-e81ca6db82d7/" />
<meta property="og:url" content="http://localhost:4000/Work-in-Progress-Building-a-Bitcoin-wallet-e81ca6db82d7/" />
<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="2019-12-02T09:27:00+01:00" />
<meta property="article:published_time" content="2019-12-02T08:27:00+00:00" />
<meta property="article:modified_time" content="2019-12-02T08:27:00+00:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Work in ProgressBuilding a Bitcoin wallet" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/Work-in-Progress-Building-a-Bitcoin-wallet-e81ca6db82d7/"},"@type":"BlogPosting","url":"https://bluewallet.io/Work-in-Progress-Building-a-Bitcoin-wallet-e81ca6db82d7/","author":{"@type":"Person","name":"nuno"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"headline":"Work in ProgressBuilding a Bitcoin wallet","dateModified":"2019-12-02T09:27:00+01:00","description":"Olá! 👋","datePublished":"2019-12-02T09:27:00+01:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"nuno"},"dateModified":"2019-12-02T08:27:00+00:00","datePublished":"2019-12-02T08:27:00+00:00","description":"Olá! 👋","headline":"Work in ProgressBuilding a Bitcoin wallet","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/Work-in-Progress-Building-a-Bitcoin-wallet-e81ca6db82d7/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"nuno"},"url":"http://localhost:4000/Work-in-Progress-Building-a-Bitcoin-wallet-e81ca6db82d7/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Work in ProgressBuilding a Bitcoin wallet" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/Work-in-Progress-Building-a-Bitcoin-wallet-e81ca6db82d7/" />
<meta property="og:url" content="http://localhost:4000/Work-in-Progress-Building-a-Bitcoin-wallet-e81ca6db82d7/" />
<meta property="og:title" content="Work in ProgressBuilding a Bitcoin wallet" />
<meta property="fb:app_id" content="254973701957449" />
<meta property="fb:pages" content="499685187154976" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Work in ProgressBuilding a Bitcoin wallet" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/Work-in-Progress-Building-a-Bitcoin-wallet-e81ca6db82d7/" />
<meta name="twitter:url" content="http://localhost:4000/Work-in-Progress-Building-a-Bitcoin-wallet-e81ca6db82d7/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">BlueWallet</span></span><br>
<time datetime="2019-12-02T09:27:00+01:00" itemprop="datePublished">
<time datetime="2019-12-02T08:27:00+00:00" itemprop="datePublished">
Dec 2, 2019
</time>
@ -626,12 +629,12 @@ undefined</p>
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -686,7 +689,7 @@ undefined</p>
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -705,7 +708,7 @@ undefined</p>
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -713,7 +716,7 @@ undefined</p>
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -774,8 +777,9 @@ undefined</p>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>BlueWallet - Bitcoin wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="BlueWallet - Bitcoin wallet" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<meta property="og:description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<link rel="canonical" href="https://bluewallet.io/about/" />
<meta property="og:url" content="https://bluewallet.io/about/" />
<meta name="twitter:description" property="og:description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<link rel="canonical" href="http://localhost:4000/about/" />
<meta property="og:url" content="http://localhost:4000/about/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="BlueWallet - Bitcoin wallet" />
<script type="application/ld+json">
{"@type":"WebSite","url":"https://bluewallet.io/about/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"BlueWallet - Bitcoin wallet","description":"A Bitcoin wallet for iOS. Easy to use and secure","name":"BlueWallet - Bitcoin Wallet for iOS and Android","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebSite","author":{"@type":"Person","name":"BlueWallet"},"description":"A Bitcoin wallet for iOS. Easy to use and secure","headline":"BlueWallet - Bitcoin wallet","name":"BlueWallet - Bitcoin Wallet for iOS and Android","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/about/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="BlueWallet - Bitcoin wallet" />
<meta property="og:type" content="website" />
<meta property="og:description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<meta property="og:url" content="https://bluewallet.io/about/" />
<meta property="og:url" content="http://localhost:4000/about/" />
<meta property="og:title" content="BlueWallet - Bitcoin wallet" />
<meta property="fb:app_id" content="254973701957449" />
<meta property="fb:pages" content="499685187154976" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="BlueWallet - Bitcoin wallet" />
<meta name="twitter:description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<meta name="twitter:url" content="https://bluewallet.io/about/" />
<meta name="twitter:url" content="http://localhost:4000/about/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -445,12 +448,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -505,7 +508,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -524,7 +527,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -532,7 +535,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -593,8 +596,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,386 @@
(function () {
var BASE_URL = 'https://api.github.com/repos/BlueWallet/BlueWallet/issues?state=open&per_page=20&sort=created&direction=desc&labels=';
var feeds = [
{
id: 'good-first-issues',
cacheKey: 'bw_good_first_issues',
labels: 'good+first+issue+%F0%9F%A5%87,help+wanted'
},
{
id: 'bug-issues',
cacheKey: 'bw_bug_issues',
labels: 'bug'
}
];
function isLightColor(hex) {
var r = parseInt(hex.substr(0, 2), 16);
var g = parseInt(hex.substr(2, 2), 16);
var b = parseInt(hex.substr(4, 2), 16);
return (r * 299 + g * 587 + b * 114) / 1000 > 150;
}
function renderLabels(labels) {
return labels.map(function (label) {
var textColor = isLightColor(label.color) ? '#333' : '#fff';
return '<span class="issue-label" style="background:#' + label.color + ';color:' + textColor + '">' + label.name + '</span>';
}).join(' ');
}
function render(container, issues) {
if (!issues || !issues.length) {
container.innerHTML = '<p class="uk-text-muted">No issues found right now. Check back soon!</p>';
return;
}
var html = '<div class="uk-grid-small uk-child-width-1-1" data-uk-grid>';
issues.forEach(function (issue) {
html +=
'<div>' +
'<div class="uk-card uk-card-default uk-box-shadow-medium uk-card-hover uk-card-body uk-inline border-radius-medium border-light">' +
'<a class="uk-position-cover" href="' + issue.html_url + '" target="_blank"></a>' +
'<span class="uk-text-muted issue-number">#' + issue.number + '</span>' +
'<h3 class="uk-card-title uk-margin-small-top uk-margin-small-bottom">' + issue.title + '</h3>' +
'<div class="issue-labels">' + renderLabels(issue.labels) + '</div>' +
'</div>' +
'</div>';
});
html += '</div>';
container.innerHTML = html;
}
function getCached(key) {
try {
return JSON.parse(localStorage.getItem(key));
} catch (e) {
return null;
}
}
function setCache(key, data) {
try {
localStorage.setItem(key, JSON.stringify(data));
} catch (e) {}
}
feeds.forEach(function (feed) {
var container = document.getElementById(feed.id);
if (!container) return;
fetch(BASE_URL + feed.labels)
.then(function (res) { return res.ok ? res.json() : Promise.reject(); })
.then(function (data) {
setCache(feed.cacheKey, data);
render(container, data);
})
.catch(function () {
var cached = getCached(feed.cacheKey);
if (cached) {
render(container, cached);
} else {
container.innerHTML = '<p class="uk-text-muted">Could not load issues. <a href="https://github.com/BlueWallet/BlueWallet/issues" target="_blank">View on GitHub</a></p>';
}
});
});
// --- Translation stats from BlueWallet loc/*.json on GitHub ---
var RAW_BASE = 'https://cdn.jsdelivr.net/gh/BlueWallet/BlueWallet@master/loc/';
var TRANSIFEX_URL = 'https://explore.transifex.com/bluewallet/bluewallet/';
var TRANSLATION_CACHE_KEY = 'bw_translation_stats';
var CACHE_TTL_MS = 24 * 60 * 60 * 1000;
var BATCH_SIZE = 10;
var FETCH_TIMEOUT_MS = 10000;
var translationsLoaded = false;
var LANG_FILES = {
ar: 'ar.json',
be: 'be@tarask.json',
bg_bg: 'bg_bg.json',
bqi: 'bqi.json',
ca: 'ca.json',
cs_cz: 'cs_cz.json',
cy: 'cy.json',
da_dk: 'da_dk.json',
de_de: 'de_de.json',
el: 'el.json',
es: 'es.json',
es_419: 'es_419.json',
et: 'et_EE.json',
fa: 'fa.json',
fi_fi: 'fi_fi.json',
fo: 'fo.json',
fr_fr: 'fr_fr.json',
he: 'he.json',
hr_hr: 'hr_hr.json',
hu_hu: 'hu_hu.json',
id_id: 'id_id.json',
it: 'it.json',
jp_jp: 'jp_jp.json',
'kk@Cyrl': 'kk@Cyrl.json',
kn: 'kn.json',
ko_kr: 'ko_KR.json',
lrc: 'lrc.json',
ms: 'ms.json',
nb_no: 'nb_no.json',
ne: 'ne.json',
nl_nl: 'nl_nl.json',
pcm: 'pcm.json',
pl: 'pl.json',
pt_br: 'pt_br.json',
pt_pt: 'pt_pt.json',
ro: 'ro.json',
ru: 'ru.json',
si_lk: 'si_LK.json',
sk_sk: 'sk_sk.json',
sl_si: 'sl_SI.json',
sq_AL: 'sq_AL.json',
sr_rs: 'sr_RS.json',
sv_se: 'sv_se.json',
th_th: 'th_th.json',
tr_tr: 'tr_tr.json',
ua: 'ua.json',
vi_vn: 'vi_vn.json',
zar_afr: 'zar_afr.json',
zar_xho: 'zar_xho.json',
zh_cn: 'zh_cn.json',
zh_tw: 'zh_tw.json'
};
var LANG_LABELS = {
ar: 'العربية (AR)',
be: 'Беларускі (BE)',
bg_bg: 'Български (BG)',
bqi: 'لۊری بختیاری (BQI)',
ca: 'Català (CA)',
cs_cz: 'Česky (CZ)',
cy: 'Cymraeg (CY)',
da_dk: 'Danish (DK)',
de_de: 'Deutsch (DE)',
el: 'Ελληνικά (EL)',
es: 'Español (Spain) (es_ES)',
es_419: 'Español (Latin America) (es_419)',
et: 'Eesti (ET)',
fa: 'فارسی (FA)',
fi_fi: 'Suomi (FI)',
fo: 'Føroyskt (FO)',
fr_fr: 'Français (FR)',
he: 'עִברִית (HE)',
hr_hr: 'Croatian (HR)',
hu_hu: 'Magyar (HU)',
id_id: 'Indonesia (ID)',
it: 'Italiano (IT)',
jp_jp: '日本語 (JP)',
'kk@Cyrl': 'Қазақ (KK)',
kn: 'ಕನ್ನಡ (KN)',
ko_kr: '한국어 (KO)',
lrc: 'لٛۏری شومالی (LRC)',
ms: 'Bahasa Melayu (MS)',
nb_no: 'Norsk (NB)',
ne: 'नेपाली (NE)',
nl_nl: 'Nederlands (NL)',
pcm: 'Nigerian Pidgin (NG)',
pl: 'Polski (PL)',
pt_br: 'Português (BR)',
pt_pt: 'Português (PT)',
ro: 'Română (RO)',
ru: 'Русский (RU)',
si_lk: 'සිංහල (SI)',
sk_sk: 'Slovenský (SK)',
sl_si: 'Slovenščina (SL)',
sq_AL: 'Shqip (SQ)',
sr_rs: 'Српски (SR)',
sv_se: 'Svenska (SE)',
th_th: 'Thai (TH)',
tr_tr: 'Türkçe (TR)',
ua: 'Українська (UA)',
vi_vn: 'Vietnamese (VN)',
zar_afr: 'Afrikaans (AFR)',
zar_xho: 'Xhosa (XHO)',
zh_cn: 'Chinese (ZH)',
zh_tw: 'Chinese (TW)'
};
function withEnglish(languages) {
var list = (languages || []).filter(function (lang) {
return lang.code !== 'en';
});
list.push({
code: 'en',
name: 'English',
completion: 100
});
return list;
}
function langEntry(code, completion) {
return {
code: code,
name: LANG_LABELS[code] || code,
completion: completion
};
}
function flatten(obj, prefix) {
var out = {};
prefix = prefix || '';
Object.keys(obj).forEach(function (key) {
var fullKey = prefix ? prefix + '.' + key : key;
var val = obj[key];
if (val && typeof val === 'object' && !Array.isArray(val)) {
Object.assign(out, flatten(val, fullKey));
} else {
out[fullKey] = val;
}
});
return out;
}
function computeCompletion(enFlat, langFlat) {
var total = Object.keys(enFlat).length;
if (!total) return 0;
var translated = 0;
Object.keys(enFlat).forEach(function (key) {
var val = langFlat[key];
if (val !== undefined && String(val).trim() && val !== enFlat[key]) {
translated++;
}
});
return Math.round((translated / total) * 100);
}
function locUrl(file) {
return RAW_BASE + file.replace(/@/g, '%40');
}
function fetchJson(url) {
var timeout = new Promise(function (_, reject) {
setTimeout(function () { reject(new Error('timeout')); }, FETCH_TIMEOUT_MS);
});
return Promise.race([
fetch(url).then(function (res) {
return res.ok ? res.json() : Promise.reject(new Error('http'));
}),
timeout
]);
}
function renderTranslations(container, languages, statusText) {
if (!languages || !languages.length) {
container.innerHTML = '<p class="uk-text-muted">' + (statusText || 'No translation data available.') + '</p>';
return;
}
var sorted = withEnglish(languages).slice().sort(function (a, b) {
if (a.code === 'en') return -1;
if (b.code === 'en') return 1;
return a.completion - b.completion;
});
var html = '';
if (statusText) {
html += '<p class="uk-text-muted translation-status">' + statusText + '</p>';
}
html += '<div class="translation-list">';
sorted.forEach(function (lang) {
html +=
'<a href="' + TRANSIFEX_URL + '" target="_blank" rel="noopener" class="translation-row">' +
'<span class="translation-name">' + lang.name + '</span>' +
'<div class="translation-progress-wrap">' +
'<progress class="translation-progress uk-progress" value="' + lang.completion + '" max="100"></progress>' +
'<span class="translation-pct">' + lang.completion + '%</span>' +
'</div>' +
'</a>';
});
html += '</div>';
container.innerHTML = html;
}
function getTranslationCache() {
try {
var cached = JSON.parse(localStorage.getItem(TRANSLATION_CACHE_KEY));
if (cached && cached.timestamp && Date.now() - cached.timestamp < CACHE_TTL_MS) {
return cached.languages;
}
} catch (e) {}
return null;
}
function setTranslationCache(languages) {
try {
localStorage.setItem(TRANSLATION_CACHE_KEY, JSON.stringify({
timestamp: Date.now(),
languages: languages
}));
} catch (e) {}
}
function fetchBatch(entries, enFlat) {
return Promise.all(entries.map(function (entry) {
return fetchJson(locUrl(entry.file))
.then(function (data) {
return langEntry(entry.code, computeCompletion(enFlat, flatten(data)));
})
.catch(function () {
return langEntry(entry.code, 0);
});
}));
}
function loadTranslations(force) {
var container = document.getElementById('translation-languages');
if (!container || (translationsLoaded && !force)) return;
var cached = !force ? getTranslationCache() : null;
if (cached) {
translationsLoaded = true;
renderTranslations(container, cached);
return;
}
var entries = Object.keys(LANG_FILES).map(function (code) {
return { code: code, file: LANG_FILES[code] };
});
var total = entries.length;
var results = [];
renderTranslations(container, [], 'Loading translations (0/' + total + ')…');
fetchJson(locUrl('en.json'))
.then(function (enJson) {
var enFlat = flatten(enJson);
var chain = Promise.resolve();
for (var i = 0; i < entries.length; i += BATCH_SIZE) {
(function (batch) {
chain = chain.then(function () {
return fetchBatch(batch, enFlat).then(function (batchResults) {
results = results.concat(batchResults);
var done = results.length;
if (done < total) {
renderTranslations(container, results, 'Loading translations (' + done + '/' + total + ')…');
}
});
});
})(entries.slice(i, i + BATCH_SIZE));
}
return chain.then(function () {
translationsLoaded = true;
setTranslationCache(results);
renderTranslations(container, results);
});
})
.catch(function () {
if (results.length) {
translationsLoaded = true;
renderTranslations(container, results, 'Some languages could not be loaded.');
return;
}
container.innerHTML = '<p class="uk-text-muted">Could not load translation stats. <a href="' + TRANSIFEX_URL + '" target="_blank">Join on Transifex</a></p>';
});
}
loadTranslations();
})();

View File

@ -1,37 +0,0 @@
var $poster = $('.poster'),
$shine = $('.shine'),
$layer = $('div[class*="layer-"]'),
w = $(window).width(), //window width
h = $(window).height(); //window height
$(window).on('mousemove', function(e) {
var offsetX = 0.5 - e.pageX / w, //cursor position X
offsetY = 0.5 - e.pageY / h, //cursor position Y
dy = e.pageY - h / 2, //@h/2 = center of poster
dx = e.pageX - w / 2, //@w/2 = center of poster
theta = Math.atan2(dy, dx), //angle between cursor and center of poster in RAD
angle = theta * 180 / Math.PI - 90, //convert rad in degrees
offsetPoster = $poster.data('offset'),
transformPoster = 'translateY(' + -offsetX * offsetPoster + 'px) rotateX(' + (-offsetY * offsetPoster) + 'deg) rotateY(' + (offsetX * (offsetPoster * 2)) + 'deg)'; //poster transform
//get angle between 0-360
if (angle < 0) {
angle = angle + 360;
}
//gradient angle and opacity
$shine.css('background', 'linear-gradient(' + angle + 'deg, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 80%)');
//poster transform
$poster.css('transform', transformPoster);
//parallax foreach layer
$layer.each(function() {
var $this = $(this),
offsetLayer = $this.data('offset') || 0,
transformLayer = 'translateX(' + offsetX * offsetLayer + 'px) translateY(' + offsetY * offsetLayer + 'px)';
$this.css('transform', transformLayer);
});
});

View File

@ -0,0 +1,55 @@
(function () {
var CACHE_KEY = 'bw_latest_release';
var API_URL = 'https://api.github.com/repos/BlueWallet/BlueWallet/releases/latest';
function formatDate(isoString) {
var d = new Date(isoString);
var months = ['January','February','March','April','May','June',
'July','August','September','October','November','December'];
return months[d.getMonth()] + ' ' + d.getDate() + ', ' + d.getFullYear();
}
function render(data) {
var versionEl = document.getElementById('hero-version');
var donateEl = document.getElementById('hero-donate');
if (!data.tag_name) return;
if (versionEl) {
versionEl.style.display = 'inline-block';
versionEl.innerHTML =
'<a href="' + data.html_url + '" target="_blank" style="color:#fff;text-decoration:none">Latest version ' +
data.tag_name + ' · ' + formatDate(data.published_at) + '</a>';
}
if (donateEl) {
donateEl.innerHTML =
'Free & Open Source Software · ' +
'<a href="https://donate.bluewallet.io" target="_blank">Donate to development</a>';
}
}
function getCached() {
try {
return JSON.parse(localStorage.getItem(CACHE_KEY));
} catch (e) {
return null;
}
}
function setCache(data) {
try {
localStorage.setItem(CACHE_KEY, JSON.stringify(data));
} catch (e) {}
}
fetch(API_URL)
.then(function (res) { return res.ok ? res.json() : Promise.reject(); })
.then(function (data) {
setCache(data);
render(data);
})
.catch(function () {
var cached = getCached();
if (cached) render(cached);
});
})();

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Bitcoin Wallet - Bluewallet for iOS and Android | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Bitcoin Wallet - Bluewallet for iOS and Android" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Bitcoin wallet onchain, watch-only wallet and lightning wallet available for iOS and android" />
<meta property="og:description" content="Bitcoin wallet onchain, watch-only wallet and lightning wallet available for iOS and android" />
<link rel="canonical" href="https://bluewallet.io/bitcoin-wallet/" />
<meta property="og:url" content="https://bluewallet.io/bitcoin-wallet/" />
<meta name="twitter:description" property="og:description" content="Bitcoin wallet onchain, watch-only wallet and lightning wallet available for iOS and android" />
<link rel="canonical" href="http://localhost:4000/bitcoin-wallet/" />
<meta property="og:url" content="http://localhost:4000/bitcoin-wallet/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Bitcoin Wallet - Bluewallet for iOS and Android" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/bitcoin-wallet/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Bitcoin Wallet - Bluewallet for iOS and Android","description":"Bitcoin wallet onchain, watch-only wallet and lightning wallet available for iOS and android","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"Bitcoin wallet onchain, watch-only wallet and lightning wallet available for iOS and android","headline":"Bitcoin Wallet - Bluewallet for iOS and Android","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/bitcoin-wallet/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Bitcoin Wallet - Bluewallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Bitcoin wallet onchain, watch-only wallet and lightning wallet available for iOS and android" />
<meta property="og:url" content="https://bluewallet.io/bitcoin-wallet/" />
<meta property="og:url" content="http://localhost:4000/bitcoin-wallet/" />
<meta property="og:title" content="Bitcoin Wallet - Bluewallet 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="Bitcoin Wallet - Bluewallet for iOS and Android" />
<meta name="twitter:description" content="Bitcoin wallet onchain, watch-only wallet and lightning wallet available for iOS and android" />
<meta name="twitter:url" content="https://bluewallet.io/bitcoin-wallet/" />
<meta name="twitter:url" content="http://localhost:4000/bitcoin-wallet/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -211,7 +214,7 @@
<h1 class="uk-heading-hero">Bitcoin Wallet</h1>
<p class="uk-text-lead">BlueWallet supports various Bitcoin wallet implementations, BIPs and different integrations with external services. You can easily import any wallet with our wallet recovery and import feature.</p>
<div class="uk-container-medium imghere uk-padding-remove@s uk-padding-remove-bottom uk-scrollspy-inview uk-animation-slide-bottom-medium">
<img src="https://bluewallet.io/uploads//bitcoinwallets.png" alt="download bitcoin wallet for desktop" />
<img src="http://localhost:4000/uploads//bitcoinwallets.png" alt="download bitcoin wallet for desktop" />
</div>
</div>
</div>
@ -226,63 +229,63 @@
<div class="uk-slider-container">
<ul class="uk-slider-items uk-child-width-1-1 uk-child-width-1-3@s uk-child-width-1-3@m">
<li>
<img src="https://bluewallet.io/uploads//images/bitcoin-bech32.png" alt="" />
<img src="http://localhost:4000/uploads//images/bitcoin-bech32.png" alt="" />
<div class="uk-card uk-card-body">
<h3 class="uk-h3">Native Segwit</h3>
<p>Native Segwit addresses wallet are the latest in terms of technology that allow you to save up to 40% in fees.</p>
</div>
</li>
<li>
<img src="https://bluewallet.io/uploads//images/bitcoin-watch-only.png" alt="" />
<img src="http://localhost:4000/uploads//images/bitcoin-watch-only.png" alt="" />
<div class="uk-card uk-card-body">
<h3 class="uk-h3">Watch-only</h3>
<p>The Watch-only wallet, as the name suggests is a wallet that allows you to keep an eye on your balance and receive transactions without touching your private key. </p>
</div>
</li>
<li>
<img src="https://bluewallet.io/uploads//images/bitcoin-vault.png" alt="" />
<img src="http://localhost:4000/uploads//images/bitcoin-vault.png" alt="" />
<div class="uk-card uk-card-body">
<h3 class="uk-h3">Multisig Vaults</h3>
<p>The Multisig Vault is a bitcoin wallet with multiple keys. It is advised for large amounts because it has the best security. It requires multiple keys to spend funds.</p>
</div>
</li>
<li>
<img src="https://bluewallet.io/uploads//images/bitcoin-lightning.png" alt="" />
<img src="http://localhost:4000/uploads//images/bitcoin-lightning.png" alt="" />
<div class="uk-card uk-card-body">
<h3 class="uk-h3">Lightning</h3>
<p>The Bitcoin Lightning wallet can be used on hosted fashion or self-hosted if you run your own node. This wallet provides the ability to receive lightning out of the box and send payments as well.</p>
</div>
</li>
<li>
<img src="https://bluewallet.io/uploads//images/bitcoin-native-segwit.png" alt="" />
<img src="http://localhost:4000/uploads//images/bitcoin-native-segwit.png" alt="" />
<div class="uk-card uk-card-body">
<h3 class="uk-h3">Wrapped Segwit</h3>
<p>The wrapped segwit Bitcoin wallet is available in the advanced mode. It provides the best compatibility with exchanges and old services.</p>
</div>
</li>
<li>
<img src="https://bluewallet.io/uploads//images/bitcoin-segwit.png" alt="" />
<img src="http://localhost:4000/uploads//images/bitcoin-segwit.png" alt="" />
<div class="uk-card uk-card-body">
<h3 class="uk-h3">Single Address</h3>
<p>The Single address Bitcoin wallet, it's a Segwit compatible wallet that always will have the same receiving address. This is available in advanced mode.</p>
</div>
</li>
<li>
<img src="https://bluewallet.io/uploads//images/bitcoin-legacy.png" alt="" />
<img src="http://localhost:4000/uploads//images/bitcoin-legacy.png" alt="" />
<div class="uk-card uk-card-body">
<h3 class="uk-h3">Legacy</h3>
<p>Legacy wallet types start by 1... they are still widely use and you can import them through the import feature.</p>
</div>
</li>
<li>
<img src="https://bluewallet.io/uploads//images/bitcoin-electrum.png" alt="" />
<img src="http://localhost:4000/uploads//images/bitcoin-electrum.png" alt="" />
<div class="uk-card uk-card-body">
<h3 class="uk-h3">Electrum</h3>
<p>Electrum is a old Bitcoin wallet that has their own type that is not compatible with other apps. BlueWallet makes sure it can support it.</p>
</div>
</li>
<li>
<img src="https://bluewallet.io/uploads//images/bitcoin-bread.png" alt="" />
<img src="http://localhost:4000/uploads//images/bitcoin-bread.png" alt="" />
<div class="uk-card uk-card-body">
<h3 class="uk-h3">BRD/Bread</h3>
<p>Bread wallet has a custom wallet format, usually not supported by other wallets. We made sure we have that available in case you want to import your bread wallet.</p>
@ -310,7 +313,7 @@
<div class="uk-child-width-1-2@m uk-grid-match uk-text-center uk-margin-medium-top uk-grid-small" data-uk-grid="">
<div class="uk-width-1-3@m">
<div>
<img src="https://bluewallet.io/uploads//bitcoin-wallet/create.png" alt="" />
<img src="http://localhost:4000/uploads//bitcoin-wallet/create.png" alt="" />
</div>
</div>
<div class="uk-width-expand@m">
@ -329,7 +332,7 @@
</div>
<div class="uk-width-1-3@m">
<div>
<img src="https://bluewallet.io/uploads//bitcoin-wallet/import.png" alt="" />
<img src="http://localhost:4000/uploads//bitcoin-wallet/import.png" alt="" />
</div>
</div>
</div>
@ -540,12 +543,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -600,7 +603,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -619,7 +622,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -627,7 +630,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -688,8 +691,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,39 +5,42 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Page 2 of 2 for Blog | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Blog" />
<meta name="author" content="BlueWallet" />
<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" />
<meta property="og: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" />
<link rel="canonical" href="https://bluewallet.io/blog/2/" />
<meta property="og:url" content="https://bluewallet.io/blog/2/" />
<meta name="twitter:description" property="og: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" />
<link rel="canonical" href="http://localhost:4000/blog/2/" />
<meta property="og:url" content="http://localhost:4000/blog/2/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<link rel="prev" href="https://bluewallet.io/blog/" />
<meta property="og:type" content="website" />
<link rel="prev" href="http://localhost:4000/blog/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Blog" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/blog/2/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Blog","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","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"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","headline":"Blog","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/blog/2/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Blog" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/blog/2/" />
<meta property="og:url" content="http://localhost:4000/blog/2/" />
<meta property="og:title" content="Blog" />
<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="Blog" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/blog/2/" />
<meta name="twitter:url" content="http://localhost:4000/blog/2/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -220,14 +223,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">Work in ProgressBuilding a Bitcoin wallet</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2019-12-02T09:27:00+01:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2019-12-02T08:27:00+00:00">
Dec 2, 2019
</time></p>
@ -254,14 +257,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">November updatesPrice extension, Onchain refill and more</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2019-11-26T20:33:00+01:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2019-11-26T19:33:00+00:00">
Nov 26, 2019
</time></p>
@ -288,14 +291,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">Marketplace removed from iOS app</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2019-09-24T11:27:00+02:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2019-09-24T10:27:00+01:00">
Sep 24, 2019
</time></p>
@ -322,14 +325,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">Bluewallet v.4.4.1 Bitcoin wallet</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2019-09-04T11:27:00+02:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2019-09-04T10:27:00+01:00">
Sep 4, 2019
</time></p>
@ -356,14 +359,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">Bluewallet 4.2.0</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2019-08-05T09:27:00+02:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2019-08-05T09:27:00+01:00">
Aug 5, 2019
</time></p>
@ -390,14 +393,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">v4.0.2 is out on android and iOS</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2019-05-28T11:45:00+02:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2019-05-28T10:45:00+01:00">
May 28, 2019
</time></p>
@ -424,14 +427,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/igor.png" alt="Igor">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/igor.png" alt="Igor">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">BlueWallet introduces Lapp Browser and Lapp Marketplace</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2019-01-21T12:27:00+01:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2019-01-21T11:27:00+00:00">
Jan 21, 2019
</time></p>
@ -458,14 +461,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/igor.png" alt="Igor">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/igor.png" alt="Igor">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">BlueWallet brings zero-configuration Lightning payments to iOS and Android</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2018-12-19T16:27:00+01:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2018-12-19T15:27:00+00:00">
Dec 19, 2018
</time></p>
@ -492,14 +495,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">A new Bitcoin wallet for Android-Announcing Bluewallet</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2018-12-03T10:27:00+01:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2018-12-03T09:27:00+00:00">
Dec 3, 2018
</time></p>
@ -526,14 +529,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">A glimpse on the future of Bitcoin UX</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2018-10-01T17:27:00+02:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2018-10-01T16:27:00+01:00">
Oct 1, 2018
</time></p>
@ -765,12 +768,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -825,7 +828,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -844,7 +847,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -852,7 +855,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -913,8 +916,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,39 +5,42 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Blog | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Blog" />
<meta name="author" content="BlueWallet" />
<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" />
<meta property="og: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" />
<link rel="canonical" href="https://bluewallet.io/blog/" />
<meta property="og:url" content="https://bluewallet.io/blog/" />
<meta name="twitter:description" property="og: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" />
<link rel="canonical" href="http://localhost:4000/blog/" />
<meta property="og:url" content="http://localhost:4000/blog/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<link rel="next" href="https://bluewallet.io/blog/2/" />
<meta property="og:type" content="website" />
<link rel="next" href="http://localhost:4000/blog/2/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Blog" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/blog/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Blog","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","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"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","headline":"Blog","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/blog/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Blog" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/blog/" />
<meta property="og:url" content="http://localhost:4000/blog/" />
<meta property="og:title" content="Blog" />
<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="Blog" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/blog/" />
<meta name="twitter:url" content="http://localhost:4000/blog/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -220,14 +223,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">Sunsetting Lndhub.io</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2023-02-23T11:27:00+01:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2023-02-23T10:27:00+00:00">
Feb 23, 2023
</time></p>
@ -254,14 +257,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">High fees and transactions pending - What to do</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2021-04-20T11:36:00+02:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2021-04-20T10:36:00+01:00">
Apr 20, 2021
</time></p>
@ -292,14 +295,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">Introducing v6 with Multisig </h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2021-04-02T14:56:23+02:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2021-04-02T13:56:23+01:00">
Apr 2, 2021
</time></p>
@ -326,14 +329,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">Bitcoin Wallet for Desktop - v5.5.6</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2020-08-28T10:52:00+02:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2020-08-28T09:52:00+01:00">
Aug 28, 2020
</time></p>
@ -360,14 +363,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">v5.5.2 - Ground Control</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2020-08-04T10:27:00+02:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2020-08-04T09:27:00+01:00">
Aug 4, 2020
</time></p>
@ -394,14 +397,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">v5.5.0 — Buy Bitcoin without KYC, Cobo Vault support</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2020-07-13T20:31:12+02:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2020-07-13T19:31:12+01:00">
Jul 13, 2020
</time></p>
@ -428,14 +431,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">v5.3.5SendMax on all wallets</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2020-05-07T14:44:00+02:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2020-05-07T13:44:00+01:00">
May 7, 2020
</time></p>
@ -462,14 +465,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">Introducing Local Trader — v5.2.0</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2020-04-03T20:29:44+02:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2020-04-03T19:29:44+01:00">
Apr 3, 2020
</time></p>
@ -496,14 +499,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">v5.0.0 — Coldcard wallet support</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2020-03-02T19:28:04+01:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2020-03-02T18:28:04+00:00">
Mar 2, 2020
</time></p>
@ -530,14 +533,14 @@
<div class="uk-width-auto">
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/igor.png" alt="Igor">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/igor.png" alt="Igor">
</div>
<div class="uk-width-expand">
<h3 class="uk-card-title uk-margin-remove-bottom">Preparing for warhow was 2019 and a glimpse of the future</h3>
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2019-12-25T09:27:00+01:00">
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2019-12-25T08:27:00+00:00">
Dec 25, 2019
</time></p>
@ -769,12 +772,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -829,7 +832,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -848,7 +851,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -856,7 +859,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -917,8 +920,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -12,41 +12,53 @@ aSYC79NrrMX2DrfS5LnvhsVbQHfBFvTYkcV1WyrPikw2hDFVnI8KO1kycZc2CYrp
D0maI1fGa9q49YqcJ6BAfXpWgYq91KIcu1d/rPZAVB97h+tcL7ZiB7jpRXWbTBOJ
XaOBAlHNrIa4JFVBiTY+i5QIuky8Msr9+ZAAiysrtc/zVEfMk9YJoHZwAQARAQAB
tCVCbHVlV2FsbGV0IDxibHVld2FsbGV0QGJsdWV3YWxsZXQuaW8+iQJUBBMBCAA+
FiEE3eUOA0BX8zfc/mrSe31v703loAEFAmFPcOYCGwMFCQeGGwAFCwkIBwIGFQoJ
CAsCBBYCAwECHgECF4AACgkQe31v703loAEm0w/+I0DZNCAbuT5vzHFxVg2qKyOX
M+k0SEcnzDudC31B5Y83Riw4EZJ3HV1WurF9hcTayOc7dOc1xvXo1/H7XMbrOFU4
ZFwnJQ5d5B2f8jFsVjX++Z+8x6CtFEN7qPszbeGZnfIzBooRd/tE0lJ18jl8JbhY
nfq7uLv3oIIubdqozOp09tY7gl7rfmDXcr2FMAuB0cxOhhvsZPeEa2y+JlhTPA+/
axVl9CXesBxrxa462GQR50O8laLBBr5ewDfkky2BD1mhGa8ksxsrZyDy5rJ1iy6g
5ZNopG6D+yazD02QKDLetdQOlHw6uRNROgFxCbLnJyya+FH0B+tyPoL8hsg1Baj/
NyE9hdCS9bQxD28Ed5Gm5EKaPY5APMGb2ZfMetiwMTs0D66jWWku4yuaRT8gS866
Q3ERVVj7dm+LTBUkAD7GHCCvK/ZQTpfjSV2waU3vVTq05yNqLUSpU3FIYPYzbYtd
mIhhuqAHz/gUBeF9eOnmkGqlXXisL8DffxevBDQTTxMm7HZE4PnPEuTGpAraa1WM
/u6hfgqYg231nv8UheDg+ilrImqEwuRucmCaXpgF9NJABMUCSFuwxTzBoFw7Fi9A
G6s/R7yUgq7eVlwLrOMKdyBPKNdGCi4TGmPziDaiNaeLl0wGZUQS7qGxm0p8iRVD
nAHXCjQpM5HmefttiaS5Ag0EYU9w5gEQAM1QGPzCqU2QXdVNmZVjs8RFod00FNkv
VO0ipxmLXrSF70RnYCiXaKkGByVQO246Uql0id2PEOC63QPzhiqtmjDoe9aihFCB
TizDzeULYmmp0E2rCdXds/Pi2DQFjVBsCqR6TZprCQ7E82RgtlobtB0rCMLdu07J
U+8dUpnmhK6LQrxe57Msh/DIlT3VtTjKyZ6rkCrxBcqPMxCRckJHEgjxTe01H318
rNHhVTADkcqXQ4vzHwzU80Mnoy3j+JB5O9S5vNfzt2iPMNK+JNG7YMy8tZM52++T
smxvsNGAjHfEd2Xct/uKhAVpIEob3rliJ5D98ZEjtlDy3PW182cKql6yQ71Gj7nt
55QwpnZbK9Lv5M11jrk4ZPhXX4mDEJNkCKseoPpmmK+vxqLlytsgto9javoQKMYb
WBnVrTduJCa8DdIapMV7Xsh8c6qcB5HP6M8VMfMiEomgaouRwr14kqlkmMCcTWAY
qlM4lA8Hkh3FRX9NirBE6A4jLw2rp+s8tqI/J4/awDRzS2DlmWdcrjlAW4cwWkXe
SKcWzLXIABqFt/NFwiCsBG40DG00t3+xNEnb48QV61UUG8WCpNuib060WPqr9z5T
sCCx/OSeo/SyAaEGRsi/+hxlXglmBSo/botU/NkPo9sDRNRiMxUX0GnbS6v3l7nE
hkdxGE5WcPz1ABEBAAGJAjwEGAEIACYWIQTd5Q4DQFfzN9z+atJ7fW/vTeWgAQUC
YU9w5gIbDAUJB4YbAAAKCRB7fW/vTeWgAT66EACmhca1xaKAZPUgWvf93zO0cZvM
YjUn0ISrlu20TZDoz9Jb9FsjZB+1bYE98CansSolwJa3N1a4kP8yKmxxE17i0ra7
75tv9e6WTHhx896KjAMtmBNbVe/YmgLuZJA1XctOcy/PVsK9fyGt+OQ/FDS4+yVc
SqwivswTa41SnZbHZD1lx4HCuESZseloj+UBB/NKzRaRKLrVyVLkyp8yJmFKOdnV
njjUt52891SnnkeNhIHaUlfkc/K9DfxL0e/63bVzTHstCekYMBBGlb5A8eTgsAws
43U8GbgBxCIBSKJSMVsMIJVZt8XSAttuCY7GI+ngIim+P6vIXUZhyv6W8YltCtR6
8JXCxAcERqx1OpZ54gixM/iPlUFEeQN2bFqCUBPGS/5DeO/kFRoLAZK/jSdmYVvE
EIy3aTE4sD6d6Mf4adfB2QcRydginDbYEjQP3+klPPCFqIxpzYvvmgeiTUfPwyc3
92bPh9+47Yx/pq0AQMIu/mAG7oTgr4d8f63dxh9Mw0a6Z1yC13dQlZmHGy+rRz47
4JIeqXXXw4oI7jXb/6Ki1PLpdlBX0OJ1Th69bynbtu7rY1zeinDzVyfmdREx1uGU
VG6tCorKCNaAtrkdHKYAKASyMsM0+JIBNe0oMzd22O2/An0CPHSxtlITRC6mt3vh
8WKu1F44JlDUS7YDfw==
=HhzW
-----END PGP PUBLIC KEY BLOCK-----
AhsDBQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAFiEE3eUOA0BX8zfc/mrSe31v703l
oAEFAmoPcb0FCQyCZ9cACgkQe31v703loAHpmQ/8DSsYtGBTbGVl7gUykbkp5762
isAVhwvoUeZ/NP3kW0X7gKjsBTXyN2/Q2yld0w4yI4YuAjq3+z6YREqDPkzx4uFb
RWc1rhcFtktA83pCnw34dFzUksTaWLL+c5FFMuSYOG3EgkUBmQtk2SxBazPHP69z
VuSyDp5ATLElb1Zc6aUi0N8/Sjvf9nfw1RsVmw8BLN2QXXqCa4vdgWSy/3xrMvnF
9ozyJYeVGOiMSdpneLm0n+jj2KbexdNQds0UNSzpt1cLdTzHJISsxrXHbVvktrvq
zBBnHZiUynblwroSRRpbOGqh7R9e8Zq+742qLb2vy3KVdWRFo1C6Nkg4/pncn0JI
dgHdcycgwN7qRIEkn6GPT/1bz9a4CsqlPUU0GWENBG4b7NLD6CNAvnC8zYsg8ta9
esHez8efoKdsmuqh/44X8k5KQ0EM5w6c8dLufIJPbCDmzhW0f5sWkN2rmp4aBnFF
W1EVl9RvsAtJ711wItTS5EhGRttoAp6sFznQVfOV4GERkQKn5V3F3hxY5FCNGVDI
0VcT5acx9gyZmitgRqrVVSJYd+0l9QkEcocDELXI39apkhiycokf5OiQUqdRAJwY
YJfDzHnMbhqR9HcDwwNZJfGpkfWkvT6G7DspL4M8ShtcLd4+OCkn+0OAB+GNgBrB
tqM67u9hKdPeqHiELRWJAlQEEwEIAD4WIQTd5Q4DQFfzN9z+atJ7fW/vTeWgAQUC
YU9w5gIbAwUJB4YbAAULCQgHAgYVCgkICwIEFgIDAQIeAQIXgAAKCRB7fW/vTeWg
ASbTD/4jQNk0IBu5Pm/McXFWDaorI5cz6TRIRyfMO50LfUHljzdGLDgRkncdXVa6
sX2FxNrI5zt05zXG9ejX8ftcxus4VThkXCclDl3kHZ/yMWxWNf75n7zHoK0UQ3uo
+zNt4Zmd8jMGihF3+0TSUnXyOXwluFid+ru4u/eggi5t2qjM6nT21juCXut+YNdy
vYUwC4HRzE6GG+xk94RrbL4mWFM8D79rFWX0Jd6wHGvFrjrYZBHnQ7yVosEGvl7A
N+STLYEPWaEZrySzGytnIPLmsnWLLqDlk2ikboP7JrMPTZAoMt611A6UfDq5E1E6
AXEJsucnLJr4UfQH63I+gvyGyDUFqP83IT2F0JL1tDEPbwR3kabkQpo9jkA8wZvZ
l8x62LAxOzQPrqNZaS7jK5pFPyBLzrpDcRFVWPt2b4tMFSQAPsYcIK8r9lBOl+NJ
XbBpTe9VOrTnI2otRKlTcUhg9jNti12YiGG6oAfP+BQF4X146eaQaqVdeKwvwN9/
F68ENBNPEybsdkTg+c8S5MakCtprVYz+7qF+CpiDbfWe/xSF4OD6KWsiaoTC5G5y
YJpemAX00kAExQJIW7DFPMGgXDsWL0Abqz9HvJSCrt5WXAus4wp3IE8o10YKLhMa
Y/OINqI1p4uXTAZlRBLuobGbSnyJFUOcAdcKNCkzkeZ5+22JpLkCDQRhT3DmARAA
zVAY/MKpTZBd1U2ZlWOzxEWh3TQU2S9U7SKnGYtetIXvRGdgKJdoqQYHJVA7bjpS
qXSJ3Y8Q4LrdA/OGKq2aMOh71qKEUIFOLMPN5QtiaanQTasJ1d2z8+LYNAWNUGwK
pHpNmmsJDsTzZGC2Whu0HSsIwt27TslT7x1SmeaErotCvF7nsyyH8MiVPdW1OMrJ
nquQKvEFyo8zEJFyQkcSCPFN7TUffXys0eFVMAORypdDi/MfDNTzQyejLeP4kHk7
1Lm81/O3aI8w0r4k0btgzLy1kznb75OybG+w0YCMd8R3Zdy3+4qEBWkgShveuWIn
kP3xkSO2UPLc9bXzZwqqXrJDvUaPue3nlDCmdlsr0u/kzXWOuThk+FdfiYMQk2QI
qx6g+maYr6/GouXK2yC2j2Nq+hAoxhtYGdWtN24kJrwN0hqkxXteyHxzqpwHkc/o
zxUx8yISiaBqi5HCvXiSqWSYwJxNYBiqUziUDweSHcVFf02KsEToDiMvDaun6zy2
oj8nj9rANHNLYOWZZ1yuOUBbhzBaRd5IpxbMtcgAGoW380XCIKwEbjQMbTS3f7E0
SdvjxBXrVRQbxYKk26JvTrRY+qv3PlOwILH85J6j9LIBoQZGyL/6HGVeCWYFKj9u
i1T82Q+j2wNE1GIzFRfQadtLq/eXucSGR3EYTlZw/PUAEQEAAYkCPAQYAQgAJhYh
BN3lDgNAV/M33P5q0nt9b+9N5aABBQJhT3DmAhsMBQkHhhsAAAoJEHt9b+9N5aAB
ProQAKaFxrXFooBk9SBa9/3fM7Rxm8xiNSfQhKuW7bRNkOjP0lv0WyNkH7VtgT3w
JqexKiXAlrc3VriQ/zIqbHETXuLStrvvm2/17pZMeHHz3oqMAy2YE1tV79iaAu5k
kDVdy05zL89Wwr1/Ia345D8UNLj7JVxKrCK+zBNrjVKdlsdkPWXHgcK4RJmx6WiP
5QEH80rNFpEoutXJUuTKnzImYUo52dWeONS3nbz3VKeeR42EgdpSV+Rz8r0N/EvR
7/rdtXNMey0J6RgwEEaVvkDx5OCwDCzjdTwZuAHEIgFIolIxWwwglVm3xdIC224J
jsYj6eAiKb4/q8hdRmHK/pbxiW0K1HrwlcLEBwRGrHU6lnniCLEz+I+VQUR5A3Zs
WoJQE8ZL/kN47+QVGgsBkr+NJ2ZhW8QQjLdpMTiwPp3ox/hp18HZBxHJ2CKcNtgS
NA/f6SU88IWojGnNi++aB6JNR8/DJzf3Zs+H37jtjH+mrQBAwi7+YAbuhOCvh3x/
rd3GH0zDRrpnXILXd1CVmYcbL6tHPjvgkh6pddfDigjuNdv/oqLU8ul2UFfQ4nVO
Hr1vKdu27utjXN6KcPNXJ+Z1ETHW4ZRUbq0KisoI1oC2uR0cpgAoBLIywzT4kgE1
7SgzN3bY7b8CfQI8dLG2UhNELqa3e+HxYq7UXjgmUNRLtgN/
=XFoT
-----END PGP PUBLIC KEY BLOCK-----

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Changelog posts | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Changelog posts" />
<meta name="author" content="BlueWallet" />
<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" />
<meta property="og: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" />
<link rel="canonical" href="https://bluewallet.io/changelog-posts/" />
<meta property="og:url" content="https://bluewallet.io/changelog-posts/" />
<meta name="twitter:description" property="og: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" />
<link rel="canonical" href="http://localhost:4000/changelog-posts/" />
<meta property="og:url" content="http://localhost:4000/changelog-posts/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Changelog posts" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/changelog-posts/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Changelog posts","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","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"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","headline":"Changelog posts","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/changelog-posts/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Changelog posts" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/changelog-posts/" />
<meta property="og:url" content="http://localhost:4000/changelog-posts/" />
<meta property="og:title" content="Changelog posts" />
<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="Changelog posts" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/changelog-posts/" />
<meta name="twitter:url" content="http://localhost:4000/changelog-posts/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -223,7 +226,7 @@
<h2>🚀 April Updates</h2>
<div class="uk-position-center-left-out uk-position-large uk-visible@m uk-text-small uk-text-muted">
<time datetime="2019-04-22T00:00:00+02:00" itemprop="datePublished">
<time datetime="2019-04-22T00:00:00+01:00" itemprop="datePublished">
Apr 22, 2019
</time>
@ -231,7 +234,7 @@
</div>
<div class="uk-hidden@m uk-text-small uk-text-muted uk-margin-bottom">
<time datetime="2019-04-22T00:00:00+02:00" itemprop="datePublished">
<time datetime="2019-04-22T00:00:00+01:00" itemprop="datePublished">
Apr 22, 2019
</time>
@ -266,7 +269,7 @@ And various other new features, updates, and bug fixes along the way.</p>
<h2>February Updates</h2>
<div class="uk-position-center-left-out uk-position-large uk-visible@m uk-text-small uk-text-muted">
<time datetime="2019-02-02T00:00:00+01:00" itemprop="datePublished">
<time datetime="2019-02-02T00:00:00+00:00" itemprop="datePublished">
Feb 2, 2019
</time>
@ -274,7 +277,7 @@ And various other new features, updates, and bug fixes along the way.</p>
</div>
<div class="uk-hidden@m uk-text-small uk-text-muted uk-margin-bottom">
<time datetime="2019-02-02T00:00:00+01:00" itemprop="datePublished">
<time datetime="2019-02-02T00:00:00+00:00" itemprop="datePublished">
Feb 2, 2019
</time>
@ -310,7 +313,7 @@ Further improving system, and allowing you to compare your results against wide
<h2>🚧 January Updates v1.0.5</h2>
<div class="uk-position-center-left-out uk-position-large uk-visible@m uk-text-small uk-text-muted">
<time datetime="2019-01-17T00:00:00+01:00" itemprop="datePublished">
<time datetime="2019-01-17T00:00:00+00:00" itemprop="datePublished">
Jan 17, 2019
</time>
@ -318,7 +321,7 @@ Further improving system, and allowing you to compare your results against wide
</div>
<div class="uk-hidden@m uk-text-small uk-text-muted uk-margin-bottom">
<time datetime="2019-01-17T00:00:00+01:00" itemprop="datePublished">
<time datetime="2019-01-17T00:00:00+00:00" itemprop="datePublished">
Jan 17, 2019
</time>
@ -349,7 +352,7 @@ Further improving system, and allowing you to compare your results against wide
<h2>November Update</h2>
<div class="uk-position-center-left-out uk-position-large uk-visible@m uk-text-small uk-text-muted">
<time datetime="2018-11-11T00:00:00+01:00" itemprop="datePublished">
<time datetime="2018-11-11T00:00:00+00:00" itemprop="datePublished">
Nov 11, 2018
</time>
@ -357,7 +360,7 @@ Further improving system, and allowing you to compare your results against wide
</div>
<div class="uk-hidden@m uk-text-small uk-text-muted uk-margin-bottom">
<time datetime="2018-11-11T00:00:00+01:00" itemprop="datePublished">
<time datetime="2018-11-11T00:00:00+00:00" itemprop="datePublished">
Nov 11, 2018
</time>
@ -583,12 +586,12 @@ Further improving system, and allowing you to compare your results against wide
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -643,7 +646,7 @@ Further improving system, and allowing you to compare your results against wide
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -662,7 +665,7 @@ Further improving system, and allowing you to compare your results against wide
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -670,7 +673,7 @@ Further improving system, and allowing you to compare your results against wide
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -731,8 +734,9 @@ Further improving system, and allowing you to compare your results against wide
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Changelog timeline | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Changelog timeline" />
<meta name="author" content="BlueWallet" />
<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" />
<meta property="og: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" />
<link rel="canonical" href="https://bluewallet.io/changelog-timeline/" />
<meta property="og:url" content="https://bluewallet.io/changelog-timeline/" />
<meta name="twitter:description" property="og: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" />
<link rel="canonical" href="http://localhost:4000/changelog-timeline/" />
<meta property="og:url" content="http://localhost:4000/changelog-timeline/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Changelog timeline" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/changelog-timeline/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Changelog timeline","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","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"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","headline":"Changelog timeline","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/changelog-timeline/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Changelog timeline" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/changelog-timeline/" />
<meta property="og:url" content="http://localhost:4000/changelog-timeline/" />
<meta property="og:title" content="Changelog timeline" />
<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="Changelog timeline" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/changelog-timeline/" />
<meta name="twitter:url" content="http://localhost:4000/changelog-timeline/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -510,12 +513,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -570,7 +573,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -589,7 +592,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -597,7 +600,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -658,8 +661,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Got Any Questions | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Got Any Questions" />
<meta name="author" content="BlueWallet" />
<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" />
<meta property="og: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" />
<link rel="canonical" href="https://bluewallet.io/contact/" />
<meta property="og:url" content="https://bluewallet.io/contact/" />
<meta name="twitter:description" property="og: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" />
<link rel="canonical" href="http://localhost:4000/contact/" />
<meta property="og:url" content="http://localhost:4000/contact/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Got Any Questions" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/contact/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Got Any Questions","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","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"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","headline":"Got Any Questions","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/contact/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Got Any Questions" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/contact/" />
<meta property="og:url" content="http://localhost:4000/contact/" />
<meta property="og:title" content="Got Any Questions" />
<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="Got Any Questions" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/contact/" />
<meta name="twitter:url" content="http://localhost:4000/contact/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -247,7 +250,7 @@
</div>
<div>
<input type="hidden" name="_next" value="https://bluewallet.io/thanks/" />
<input type="hidden" name="_next" value="http://localhost:4000/thanks/" />
<input type="text" name="_gotcha" style="display:none" />
<input class="uk-button uk-button-primary uk-button-large uk-width-1-1" type="submit" value="Send" />
@ -464,12 +467,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -524,7 +527,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -543,7 +546,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -551,7 +554,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -612,8 +615,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

795
_site/contribute/index.html Normal file

File diff suppressed because one or more lines are too long

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Desktop Bitcoin Wallet - Bitcoin and Lightning wallet for Desktop, macOS, Linux and Windows | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Desktop Bitcoin Wallet - Bitcoin and Lightning wallet for Desktop, macOS, Linux and Windows" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Desktop Bitcoin Wallet - Bitcoin and Lightning wallet for Desktop, macOS, Linux and Windows" />
<meta property="og:description" content="Desktop Bitcoin Wallet - Bitcoin and Lightning wallet for Desktop, macOS, Linux and Windows" />
<link rel="canonical" href="https://bluewallet.io/desktop-bitcoin-wallet/" />
<meta property="og:url" content="https://bluewallet.io/desktop-bitcoin-wallet/" />
<meta name="twitter:description" property="og:description" content="Desktop Bitcoin Wallet - Bitcoin and Lightning wallet for Desktop, macOS, Linux and Windows" />
<link rel="canonical" href="http://localhost:4000/desktop-bitcoin-wallet/" />
<meta property="og:url" content="http://localhost:4000/desktop-bitcoin-wallet/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Desktop Bitcoin Wallet - Bitcoin and Lightning wallet for Desktop, macOS, Linux and Windows" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/desktop-bitcoin-wallet/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Desktop Bitcoin Wallet - Bitcoin and Lightning wallet for Desktop, macOS, Linux and Windows","description":"Desktop Bitcoin Wallet - Bitcoin and Lightning wallet for Desktop, macOS, Linux and Windows","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"Desktop Bitcoin Wallet - Bitcoin and Lightning wallet for Desktop, macOS, Linux and Windows","headline":"Desktop Bitcoin Wallet - Bitcoin and Lightning wallet for Desktop, macOS, Linux and Windows","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/desktop-bitcoin-wallet/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/desktop.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/desktop.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/desktop.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/desktop.png" />
<meta property="og:site_name" content="Desktop Bitcoin Wallet - Bitcoin and Lightning wallet for Desktop, macOS, Linux and Windows" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Desktop Bitcoin Wallet - Bitcoin and Lightning wallet for Desktop, macOS, Linux and Windows" />
<meta property="og:url" content="https://bluewallet.io/desktop-bitcoin-wallet/" />
<meta property="og:url" content="http://localhost:4000/desktop-bitcoin-wallet/" />
<meta property="og:title" content="Desktop Bitcoin Wallet - Bitcoin and Lightning wallet for Desktop, macOS, Linux and Windows" />
<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="Desktop Bitcoin Wallet - Bitcoin and Lightning wallet for Desktop, macOS, Linux and Windows" />
<meta name="twitter:description" content="Desktop Bitcoin Wallet - Bitcoin and Lightning wallet for Desktop, macOS, Linux and Windows" />
<meta name="twitter:url" content="https://bluewallet.io/desktop-bitcoin-wallet/" />
<meta name="twitter:url" content="http://localhost:4000/desktop-bitcoin-wallet/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -211,13 +214,13 @@
<h2 class="uk-h2 uk-margin-remove-bottom uk-text-lead">BlueWallet for MacOS</h2>
<h1 class="uk-heading-hero uk-margin-remove-top">Desktop Wallet</h1>
<a href="https://apps.apple.com/app/bluewallet-bitcoin-wallet/id1376878040" target="_blank">
<img src="https://bluewallet.io/uploads//mac-store-badge.svg" alt="download bitcoin wallet for desktop" />
<img src="http://localhost:4000/uploads//mac-store-badge.svg" alt="download bitcoin wallet for desktop" />
</a>
<p class="uk-text-lead uk-margin-medium-bottom uk-margin-medium-top">Direct download available with <a href="https://github.com/BlueWallet/BlueWallet/releases" target="_blank">.dmg</a> or <a href="https://formulae.brew.sh/cask/bluewallet" target="_blank">Homebrew</a></p>
<div class="uk-animation-slide-bottom-medium">
<img src="https://bluewallet.io/uploads//desktop-bitcoin-wallet.png" alt="download bitcoin wallet for desktop" />
<img src="http://localhost:4000/uploads//desktop-bitcoin-wallet.png" alt="download bitcoin wallet for desktop" />
</div>
</div>
</div>
@ -470,12 +473,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -530,7 +533,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -549,7 +552,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -557,7 +560,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -618,8 +621,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Backup/export a wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Backup/export a wallet" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="To backup or export your wallet is pretty simple. This backup is the “key”, usually a mnemonic (set of 12 or 24 words) or just a “text” that will give you access to your wallet if you lose your device, uninstall the app, etc. In short, if something wrong happens and you want/need to get access to your wallet again." />
<meta property="og:description" content="To backup or export your wallet is pretty simple. This backup is the “key”, usually a mnemonic (set of 12 or 24 words) or just a “text” that will give you access to your wallet if you lose your device, uninstall the app, etc. In short, if something wrong happens and you want/need to get access to your wallet again." />
<link rel="canonical" href="https://bluewallet.io/docs/backup-wallet/" />
<meta property="og:url" content="https://bluewallet.io/docs/backup-wallet/" />
<meta name="twitter:description" property="og:description" content="To backup or export your wallet is pretty simple. This backup is the “key”, usually a mnemonic (set of 12 or 24 words) or just a “text” that will give you access to your wallet if you lose your device, uninstall the app, etc. In short, if something wrong happens and you want/need to get access to your wallet again." />
<link rel="canonical" href="http://localhost:4000/docs/backup-wallet/" />
<meta property="og:url" content="http://localhost:4000/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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Backup/export a wallet" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/backup-wallet/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/backup-wallet/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Backup/export a wallet","dateModified":"2024-09-09T17:21:26+02:00","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.","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","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.","headline":"Backup/export a wallet","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/backup-wallet/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/backup-wallet/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Backup/export a wallet" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/backup-wallet/" />
<meta property="og:url" content="http://localhost:4000/docs/backup-wallet/" />
<meta property="og:title" content="Backup/export a wallet" />
<meta property="fb:app_id" content="254973701957449" />
<meta property="fb:pages" content="499685187154976" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Backup/export a wallet" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/backup-wallet/" />
<meta name="twitter:url" content="http://localhost:4000/docs/backup-wallet/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -710,8 +713,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Send to many or Batching | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Send to many or Batching" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="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." />
<meta property="og:description" content="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." />
<link rel="canonical" href="https://bluewallet.io/docs/batching/" />
<meta property="og:url" content="https://bluewallet.io/docs/batching/" />
<meta name="twitter:description" property="og:description" content="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." />
<link rel="canonical" href="http://localhost:4000/docs/batching/" />
<meta property="og:url" content="http://localhost:4000/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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Send to many or Batching" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/batching/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/batching/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Send to many or Batching","dateModified":"2024-09-09T17:21:26+02:00","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.","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","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.","headline":"Send to many or Batching","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/batching/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/batching/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Send to many or Batching" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/batching/" />
<meta property="og:url" content="http://localhost:4000/docs/batching/" />
<meta property="og:title" content="Send to many or Batching" />
<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="Send to many or Batching" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/batching/" />
<meta name="twitter:url" content="http://localhost:4000/docs/batching/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -715,8 +718,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Cobo Vault | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Cobo Vault" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="BlueWallet features Cobo Vault hardware wallet support." />
<meta property="og:description" content="BlueWallet features Cobo Vault hardware wallet support." />
<link rel="canonical" href="https://bluewallet.io/docs/cobo-vault/" />
<meta property="og:url" content="https://bluewallet.io/docs/cobo-vault/" />
<meta name="twitter:description" property="og:description" content="BlueWallet features Cobo Vault hardware wallet support." />
<link rel="canonical" href="http://localhost:4000/docs/cobo-vault/" />
<meta property="og:url" content="http://localhost:4000/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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Cobo Vault" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/cobo-vault/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/cobo-vault/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Cobo Vault","dateModified":"2024-09-09T17:21:26+02:00","description":"BlueWallet features Cobo Vault hardware wallet support.","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","description":"BlueWallet features Cobo Vault hardware wallet support.","headline":"Cobo Vault","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/cobo-vault/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/cobo-vault/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Cobo Vault" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/cobo-vault/" />
<meta property="og:url" content="http://localhost:4000/docs/cobo-vault/" />
<meta property="og:title" content="Cobo Vault" />
<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="Cobo Vault" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/cobo-vault/" />
<meta name="twitter:url" content="http://localhost:4000/docs/cobo-vault/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -728,8 +731,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Coldcard - Cloud | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Coldcard - Cloud" />
<meta name="author" content="BlueWallet" />
<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" />
<meta property="og: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" />
<link rel="canonical" href="https://bluewallet.io/docs/coldcard-dropbox/" />
<meta property="og:url" content="https://bluewallet.io/docs/coldcard-dropbox/" />
<meta name="twitter:description" property="og: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" />
<link rel="canonical" href="http://localhost:4000/docs/coldcard-dropbox/" />
<meta property="og:url" content="http://localhost:4000/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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Coldcard - Cloud" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/coldcard-dropbox/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/coldcard-dropbox/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Coldcard - Cloud","dateModified":"2024-09-09T17:21:26+02:00","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","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","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","headline":"Coldcard - Cloud","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/coldcard-dropbox/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/coldcard-dropbox/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Coldcard - Cloud" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/coldcard-dropbox/" />
<meta property="og:url" content="http://localhost:4000/docs/coldcard-dropbox/" />
<meta property="og:title" content="Coldcard - Cloud" />
<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 - Cloud" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/coldcard-dropbox/" />
<meta name="twitter:url" content="http://localhost:4000/docs/coldcard-dropbox/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -355,14 +358,14 @@
<p>In this video you will see the usage of PSBT, watch-only wallets. And how to send transactions offline with your Coldcard and Bluewallet. Using dropbox on this example.</p>
<ul>
<li>Start the Coldcard device, go to <code class="highlighter-rouge">Advanced</code><code class="highlighter-rouge">MicroSD Card</code><code class="highlighter-rouge">Export Wallet</code><code class="highlighter-rouge">Electrum Wallet</code>.</li>
<li>Start the Coldcard device, go to <code class="language-plaintext highlighter-rouge">Advanced</code><code class="language-plaintext highlighter-rouge">MicroSD Card</code><code class="language-plaintext highlighter-rouge">Export Wallet</code><code class="language-plaintext highlighter-rouge">Electrum Wallet</code>.</li>
<li>Put the SD card into Coldcard. Choose Native Segwit. It should create wallet skeleton file on SD card.</li>
<li>Put the SD card into the PC and move the created wallet skeleton file onto the Dropbox folder.</li>
<li>Grab the iPhone, launch BlueWallet, tap <code class="highlighter-rouge">Create a wallet</code><code class="highlighter-rouge">Import wallet</code><code class="highlighter-rouge">scan QR or import from file</code><code class="highlighter-rouge">tap file icon</code> and choose your wallet skeleton file. It should import your Coldcard wallet as watch-only.</li>
<li>Grab the iPhone, launch BlueWallet, tap <code class="language-plaintext highlighter-rouge">Create a wallet</code><code class="language-plaintext highlighter-rouge">Import wallet</code><code class="language-plaintext highlighter-rouge">scan QR or import from file</code><code class="language-plaintext highlighter-rouge">tap file icon</code> and choose your wallet skeleton file. It should import your Coldcard wallet as watch-only.</li>
<li>Create a transaction from this watch-only wallet, when prompted - export it to a file and save it in Dropbox folder.</li>
<li>Put the SD card back into the PC, and move the transaction file from Dropbox folder to the SD card.</li>
<li>Put the SD card into the Coldcard, go to Ready To Sign and proceed with signing the transaction.</li>
<li>Put the SD card into the PC. There should be 2 new files: a file with tge transaction hex that is ready to broadcast <code class="highlighter-rouge">(*-final.txn)</code>, and a signed transaction file <code class="highlighter-rouge">(*-signed.psbt)</code>.Let us finish the transaction on iPhone, so move signed transaction file to Dropbox.</li>
<li>Put the SD card into the PC. There should be 2 new files: a file with tge transaction hex that is ready to broadcast <code class="language-plaintext highlighter-rouge">(*-final.txn)</code>, and a signed transaction file <code class="language-plaintext highlighter-rouge">(*-signed.psbt)</code>.Let us finish the transaction on iPhone, so move signed transaction file to Dropbox.</li>
<li>On the iPhone, tap Open Signed Transaction, and choose the signed transaction file from your Dropbox. - Tap Send now!</li>
</ul>
@ -845,8 +848,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Coldcard - Watch-only | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Coldcard - Watch-only" />
<meta name="author" content="BlueWallet" />
<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" />
<meta property="og: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" />
<link rel="canonical" href="https://bluewallet.io/docs/coldcard-watch/" />
<meta property="og:url" content="https://bluewallet.io/docs/coldcard-watch/" />
<meta name="twitter:description" property="og: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" />
<link rel="canonical" href="http://localhost:4000/docs/coldcard-watch/" />
<meta property="og:url" content="http://localhost:4000/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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Coldcard - Watch-only" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/coldcard-watch/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/coldcard-watch/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Coldcard - Watch-only","dateModified":"2024-09-09T17:21:26+02:00","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","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","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","headline":"Coldcard - Watch-only","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/coldcard-watch/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/coldcard-watch/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Coldcard - Watch-only" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/coldcard-watch/" />
<meta property="og:url" content="http://localhost:4000/docs/coldcard-watch/" />
<meta property="og:title" content="Coldcard - Watch-only" />
<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 - Watch-only" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/coldcard-watch/" />
<meta name="twitter:url" content="http://localhost:4000/docs/coldcard-watch/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -833,8 +836,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Coldcard with Bluewallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Coldcard with Bluewallet" />
<meta name="author" content="BlueWallet" />
<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" />
<meta property="og: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" />
<link rel="canonical" href="https://bluewallet.io/docs/coldcard/" />
<meta property="og:url" content="https://bluewallet.io/docs/coldcard/" />
<meta name="twitter:description" property="og: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" />
<link rel="canonical" href="http://localhost:4000/docs/coldcard/" />
<meta property="og:url" content="http://localhost:4000/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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Coldcard with Bluewallet" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/coldcard/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/coldcard/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Coldcard with Bluewallet","dateModified":"2024-09-09T17:21:26+02:00","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","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","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","headline":"Coldcard with Bluewallet","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/coldcard/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/coldcard/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<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:url" content="http://localhost:4000/docs/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 with Bluewallet" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/coldcard/" />
<meta name="twitter:url" content="http://localhost:4000/docs/coldcard/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -357,18 +360,18 @@
<p>Using a <a href="https://www.apple.com/shop/product/MJYT2AM/A/lightning-to-sd-card-camera-reader">Lightning to SD adaptor</a></p>
<ul>
<li>Start the Coldcard device, go to <code class="highlighter-rouge">Advanced</code><code class="highlighter-rouge">MicroSD Card</code><code class="highlighter-rouge">Export Wallet</code><code class="highlighter-rouge">Electrum Wallet</code>. Put the SD card into Coldcard. Choose Native Segwit. It should create the wallet skeleton file on SD card.</li>
<li>Start the Coldcard device, go to <code class="language-plaintext highlighter-rouge">Advanced</code><code class="language-plaintext highlighter-rouge">MicroSD Card</code><code class="language-plaintext highlighter-rouge">Export Wallet</code><code class="language-plaintext highlighter-rouge">Electrum Wallet</code>. Put the SD card into Coldcard. Choose Native Segwit. It should create the wallet skeleton file on SD card.</li>
<li>Put the SD card into the adaptor, go to the import wallets screen and choose your file.</li>
<li>Create a transaction from this watch-only wallet, when prompted - export it to a file and save it in your folder.</li>
<li>Put the SD card into the Coldcard, go to “Ready To Sign” and proceed with signing the transaction.</li>
<li>Put the SD card into the adaptor. There should be 2 new files:
<ul>
<li>a file with the transaction hex that is ready to broadcast
<code class="highlighter-rouge">(*-final.txn)</code></li>
<code class="language-plaintext highlighter-rouge">(*-final.txn)</code></li>
<li>a signed transaction file
<code class="highlighter-rouge">(*-signed.psbt)</code></li>
<code class="language-plaintext highlighter-rouge">(*-signed.psbt)</code></li>
<li>Choose the signed transaction file
<code class="highlighter-rouge">('*-signed.psbt)</code></li>
<code class="language-plaintext highlighter-rouge">('*-signed.psbt)</code></li>
</ul>
</li>
<li>Tap send! You are done :)</li>
@ -710,8 +713,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Create a Bitcoin wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Create a Bitcoin wallet" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Creating a Bitcoin wallet on BlueWallet is easy." />
<meta property="og:description" content="Creating a Bitcoin wallet on BlueWallet is easy." />
<link rel="canonical" href="https://bluewallet.io/docs/create-bitcoin-wallet/" />
<meta property="og:url" content="https://bluewallet.io/docs/create-bitcoin-wallet/" />
<meta name="twitter:description" property="og:description" content="Creating a Bitcoin wallet on BlueWallet is easy." />
<link rel="canonical" href="http://localhost:4000/docs/create-bitcoin-wallet/" />
<meta property="og:url" content="http://localhost:4000/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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Create a Bitcoin wallet" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/create-bitcoin-wallet/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/create-bitcoin-wallet/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Create a Bitcoin wallet","dateModified":"2024-09-09T17:21:26+02:00","description":"Creating a Bitcoin wallet on BlueWallet is easy.","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","description":"Creating a Bitcoin wallet on BlueWallet is easy.","headline":"Create a Bitcoin wallet","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/create-bitcoin-wallet/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/create-bitcoin-wallet/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Create a Bitcoin wallet" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/create-bitcoin-wallet/" />
<meta property="og:url" content="http://localhost:4000/docs/create-bitcoin-wallet/" />
<meta property="og:title" content="Create a Bitcoin wallet" />
<meta property="fb:app_id" content="254973701957449" />
<meta property="fb:pages" content="499685187154976" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Create a Bitcoin wallet" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/create-bitcoin-wallet/" />
<meta name="twitter:url" content="http://localhost:4000/docs/create-bitcoin-wallet/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -351,8 +354,8 @@
<p>You can either click on the “Add now” button or the “+” icon in the top right corner</p>
<figure data-uk-lightbox="animation: slide" class="phone-screenshot-image">
<a class="uk-inline" href="https://bluewallet.io/uploads/bluewallet-first-page.png">
<img src="https://bluewallet.io/uploads/bluewallet-first-page.png" alt="BlueWallet's first page" />
<a class="uk-inline" href="http://localhost:4000/uploads/bluewallet-first-page.png">
<img src="http://localhost:4000/uploads/bluewallet-first-page.png" alt="BlueWallet's first page" />
<div class="uk-position-center">
<span data-uk-overlay-icon=""></span>
</div>
@ -367,8 +370,8 @@
<p>In the “add wallet” screen, you can choose between a Bitcoin wallet and a Lightning wallet.</p>
<figure data-uk-lightbox="animation: slide" class="phone-screenshot-image">
<a class="uk-inline" href="https://bluewallet.io/uploads/add-bitcoin-wallet.png">
<img src="https://bluewallet.io/uploads/add-bitcoin-wallet.png" alt="Add bitcoin wallet page" />
<a class="uk-inline" href="http://localhost:4000/uploads/add-bitcoin-wallet.png">
<img src="http://localhost:4000/uploads/add-bitcoin-wallet.png" alt="Add bitcoin wallet page" />
<div class="uk-position-center">
<span data-uk-overlay-icon=""></span>
</div>
@ -388,8 +391,8 @@
youll see more options for creating the wallet.</p>
<figure data-uk-lightbox="animation: slide" class="phone-screenshot-image">
<a class="uk-inline" href="https://bluewallet.io/uploads/add-bitcoin-wallet-with-advanced-options.png">
<img src="https://bluewallet.io/uploads/add-bitcoin-wallet-with-advanced-options.png" alt="Add Bitcoin wallet with advanced options" />
<a class="uk-inline" href="http://localhost:4000/uploads/add-bitcoin-wallet-with-advanced-options.png">
<img src="http://localhost:4000/uploads/add-bitcoin-wallet-with-advanced-options.png" alt="Add Bitcoin wallet with advanced options" />
<div class="uk-position-center">
<span data-uk-overlay-icon=""></span>
</div>
@ -745,8 +748,9 @@ youll see more options for creating the wallet.</p>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Create a Lightning wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Create a Lightning wallet" />
<meta name="author" content="BlueWallet" />
<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" />
<meta property="og: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" />
<link rel="canonical" href="https://bluewallet.io/docs/create-lightning-wallet/" />
<meta property="og:url" content="https://bluewallet.io/docs/create-lightning-wallet/" />
<meta name="twitter:description" property="og: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" />
<link rel="canonical" href="http://localhost:4000/docs/create-lightning-wallet/" />
<meta property="og:url" content="http://localhost:4000/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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Create a Lightning wallet" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/create-lightning-wallet/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/create-lightning-wallet/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Create a Lightning wallet","dateModified":"2024-09-09T17:21:26+02:00","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","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","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","headline":"Create a Lightning wallet","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/create-lightning-wallet/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/create-lightning-wallet/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Create a Lightning wallet" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/create-lightning-wallet/" />
<meta property="og:url" content="http://localhost:4000/docs/create-lightning-wallet/" />
<meta property="og:title" content="Create a Lightning wallet" />
<meta property="fb:app_id" content="254973701957449" />
<meta property="fb:pages" content="499685187154976" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Create a Lightning wallet" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/create-lightning-wallet/" />
<meta name="twitter:url" content="http://localhost:4000/docs/create-lightning-wallet/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -348,8 +351,8 @@
<div class="article-content">
<figure data-uk-lightbox="animation: slide" class="phone-screenshot-image">
<a class="uk-inline" href="https://bluewallet.io/uploads/add-lightning-wallet-with-advanced-options.png">
<img src="https://bluewallet.io/uploads/add-lightning-wallet-with-advanced-options.png" alt="Add Lightning wallet with advanced options" />
<a class="uk-inline" href="http://localhost:4000/uploads/add-lightning-wallet-with-advanced-options.png">
<img src="http://localhost:4000/uploads/add-lightning-wallet-with-advanced-options.png" alt="Add Lightning wallet with advanced options" />
<div class="uk-position-center">
<span data-uk-overlay-icon=""></span>
</div>
@ -824,8 +827,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>How to create a Vault | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="How to create a Vault" />
<meta name="author" content="BlueWallet" />
<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" />
<meta property="og: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" />
<link rel="canonical" href="https://bluewallet.io/docs/create-multisig-wallet/" />
<meta property="og:url" content="https://bluewallet.io/docs/create-multisig-wallet/" />
<meta name="twitter:description" property="og: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" />
<link rel="canonical" href="http://localhost:4000/docs/create-multisig-wallet/" />
<meta property="og:url" content="http://localhost:4000/docs/create-multisig-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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="How to create a Vault" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/create-multisig-wallet/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/create-multisig-wallet/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"How to create a Vault","dateModified":"2024-09-09T17:21:26+02:00","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","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","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","headline":"How to create a Vault","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/create-multisig-wallet/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/create-multisig-wallet/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="How to create a Vault" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/create-multisig-wallet/" />
<meta property="og:url" content="http://localhost:4000/docs/create-multisig-wallet/" />
<meta property="og:title" content="How to create a Vault" />
<meta property="fb:app_id" content="254973701957449" />
<meta property="fb:pages" content="499685187154976" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="How to create a Vault" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/create-multisig-wallet/" />
<meta name="twitter:url" content="http://localhost:4000/docs/create-multisig-wallet/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -721,8 +724,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Import a wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Import a wallet" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Instead of creating a new wallet, you can chose to import a wallet from another source or a wallet that youve previously created on BlueWallet." />
<meta property="og:description" content="Instead of creating a new wallet, you can chose to import a wallet from another source or a wallet that youve previously created on BlueWallet." />
<link rel="canonical" href="https://bluewallet.io/docs/import-wallet/" />
<meta property="og:url" content="https://bluewallet.io/docs/import-wallet/" />
<meta name="twitter:description" property="og:description" content="Instead of creating a new wallet, you can chose to import a wallet from another source or a wallet that youve previously created on BlueWallet." />
<link rel="canonical" href="http://localhost:4000/docs/import-wallet/" />
<meta property="og:url" content="http://localhost:4000/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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Import a wallet" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/import-wallet/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/import-wallet/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Import a wallet","dateModified":"2024-09-09T17:21:26+02:00","description":"Instead of creating a new wallet, you can chose to import a wallet from another source or a wallet that youve previously created on BlueWallet.","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","description":"Instead of creating a new wallet, you can chose to import a wallet from another source or a wallet that youve previously created on BlueWallet.","headline":"Import a wallet","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/import-wallet/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/import-wallet/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Import a wallet" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/import-wallet/" />
<meta property="og:url" content="http://localhost:4000/docs/import-wallet/" />
<meta property="og:title" content="Import a wallet" />
<meta property="fb:app_id" content="254973701957449" />
<meta property="fb:pages" content="499685187154976" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Import a wallet" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/import-wallet/" />
<meta name="twitter:url" content="http://localhost:4000/docs/import-wallet/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -351,8 +354,8 @@
<p>Click on “Import wallet” to open the import screen.</p>
<figure data-uk-lightbox="animation: slide" class="phone-screenshot-image">
<a class="uk-inline" href="https://bluewallet.io/uploads/import-wallet.png">
<img src="https://bluewallet.io/uploads/import-wallet.png" alt="Import wallet" />
<a class="uk-inline" href="http://localhost:4000/uploads/import-wallet.png">
<img src="http://localhost:4000/uploads/import-wallet.png" alt="Import wallet" />
<div class="uk-position-center">
<span data-uk-overlay-icon=""></span>
</div>
@ -710,8 +713,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Docs &amp; 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 name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Docs &amp; Support - Bitcoin wallet and Lightning wallet for iOS and Android" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<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 name="twitter:description" 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="http://localhost:4000/docs/" />
<meta property="og:url" content="http://localhost:4000/docs/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Docs &amp; Support - Bitcoin wallet and Lightning wallet for iOS and Android" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/docs/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Docs &amp; Support - Bitcoin wallet and Lightning wallet for iOS and Android","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","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"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","headline":"Docs &amp; Support - Bitcoin wallet and Lightning wallet for iOS and Android","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<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="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:url" content="http://localhost:4000/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="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/" />
<meta name="twitter:url" content="http://localhost:4000/docs/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -226,7 +229,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -359,7 +362,7 @@
<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>
<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="language-plaintext highlighter-rouge">add wallet</code><code class="language-plaintext 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>
@ -892,8 +895,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Help and documentation | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Help and documentation" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Contact support for any doubts bluewallet@bluewallet.io" />
<meta property="og:description" content="Contact support for any doubts bluewallet@bluewallet.io" />
<link rel="canonical" href="https://bluewallet.io/docs/intro/" />
<meta property="og:url" content="https://bluewallet.io/docs/intro/" />
<meta name="twitter:description" property="og:description" content="Contact support for any doubts bluewallet@bluewallet.io" />
<link rel="canonical" href="http://localhost:4000/docs/intro/" />
<meta property="og:url" content="http://localhost:4000/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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Help and documentation" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/intro/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/intro/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Help and documentation","dateModified":"2024-09-09T17:21:26+02:00","description":"Contact support for any doubts bluewallet@bluewallet.io","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","description":"Contact support for any doubts bluewallet@bluewallet.io","headline":"Help and documentation","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/intro/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/intro/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Help and documentation" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/intro/" />
<meta property="og:url" content="http://localhost:4000/docs/intro/" />
<meta property="og:title" content="Help and documentation" />
<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="Help and documentation" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/intro/" />
<meta name="twitter:url" content="http://localhost:4000/docs/intro/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -909,8 +912,9 @@ This is the worst known case at the moment on the network.</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>LNDHub on Mac OSX | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="LNDHub on Mac OSX" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Requirements:" />
<meta property="og:description" content="Requirements:" />
<link rel="canonical" href="https://bluewallet.io/docs/lndhub-macos/" />
<meta property="og:url" content="https://bluewallet.io/docs/lndhub-macos/" />
<meta name="twitter:description" property="og:description" content="Requirements:" />
<link rel="canonical" href="http://localhost:4000/docs/lndhub-macos/" />
<meta property="og:url" content="http://localhost:4000/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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="LNDHub on Mac OSX" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/lndhub-macos/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/lndhub-macos/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"LNDHub on Mac OSX","dateModified":"2024-09-09T17:21:26+02:00","description":"Requirements:","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","description":"Requirements:","headline":"LNDHub on Mac OSX","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/lndhub-macos/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/lndhub-macos/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="LNDHub on Mac OSX" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/lndhub-macos/" />
<meta property="og:url" content="http://localhost:4000/docs/lndhub-macos/" />
<meta property="og:title" content="LNDHub on Mac OSX" />
<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="LNDHub on Mac OSX" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/lndhub-macos/" />
<meta name="twitter:url" content="http://localhost:4000/docs/lndhub-macos/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -388,16 +391,16 @@
<p>2ASet up the LNDHub</p>
<p>git clone <a href="mailto:git@github.com">git@github.com</a>:BlueWallet/LndHub.git\
<p>git clone <a href="mailto:git@github.com">git@github.com</a>:BlueWallet/LndHub.git<br />
cd LndHub</p>
<p>2B— Copy in the LND Macaroon <code class="highlighter-rouge">admin.macaroon</code>to the LndHub directory. Quick find from NodeLauncher, “<strong>Show Macroons</strong>”:</p>
<p>2B— Copy in the LND Macaroon <code class="language-plaintext highlighter-rouge">admin.macaroon</code>to the LndHub directory. Quick find from NodeLauncher, “<strong>Show Macroons</strong>”:</p>
<p><img src="/assets/img/uploads/3.png" alt="" /></p>
<p>Click “Show Macaroons”</p>
<p>2CCopy in the <code class="highlighter-rouge">tls.cert</code> file. Quick find by Nodelauncher “<strong>Advanced</strong>” menu, then “S<strong>how lnd.conf</strong></p>
<p>2CCopy in the <code class="language-plaintext highlighter-rouge">tls.cert</code> file. Quick find by Nodelauncher “<strong>Advanced</strong>” menu, then “S<strong>how lnd.conf</strong></p>
<p><img src="/assets/img/uploads/4.png" alt="" /></p>
@ -407,7 +410,7 @@ cd LndHub</p>
<p>Copy this file into LndHub folder</p>
<p>2DEdit the LndHub <code class="highlighter-rouge">config.js</code> file to add bitcoin RPC credentials</p>
<p>2DEdit the LndHub <code class="language-plaintext highlighter-rouge">config.js</code> file to add bitcoin RPC credentials</p>
<p>sudo nano config.js</p>
@ -424,18 +427,18 @@ cd LndHub</p>
<p>3A —Install Redis, then create the working directory inside the LndHub folder</p>
<p>brew install redis\
<p>brew install redis<br />
sudo mkdir redis</p>
<p>3BEdit the <code class="highlighter-rouge">redis.conf</code> file</p>
<p>3BEdit the <code class="language-plaintext highlighter-rouge">redis.conf</code> file</p>
<p>sudo nano /usr/local/etc/redis.conf</p>
<p>Change the supervision <code class="highlighter-rouge">supervised systemd</code> :</p>
<p>Change the supervision <code class="language-plaintext highlighter-rouge">supervised systemd</code> :</p>
<p><img src="/assets/img/uploads/6.png" alt="" /></p>
<p>Change the working directory to <code class="highlighter-rouge">dir /Users/&lt;user&gt;/LndHub/redis</code> :</p>
<p>Change the working directory to <code class="language-plaintext highlighter-rouge">dir /Users/&lt;user&gt;/LndHub/redis</code> :</p>
<p><img src="/assets/img/uploads/7.png" alt="" /></p>
@ -447,25 +450,25 @@ sudo mkdir redis</p>
<p>4AInstall Node, and then check versions</p>
<p>brew install nodenode -v\
<p>brew install nodenode -v<br />
npm -v</p>
<p>4BInstall node modules</p>
<p>npm config set prefix ~/.npm-global\
export PATH=~/.npm-global/bin:$PATH\
<p>npm config set prefix ~/.npm-global<br />
export PATH=~/.npm-global/bin:$PATH<br />
npm install</p>
<p>4CCompile babeljs</p>
<p>npm install -g babel-cli\
<p>npm install -g babel-cli<br />
mkdir buildbabel ./ out-dir ./build copy-files ignore node_modules</p>
<p>4DRun LndHub</p>
<p>node build/index.js</p>
<p>Check for <code class="highlighter-rouge">'BOOTING UP' 'Listening on port 3000'</code></p>
<p>Check for <code class="language-plaintext highlighter-rouge">'BOOTING UP' 'Listening on port 3000'</code></p>
<p>Head to <a href="http://127.0.0.1:3000/">http://127.0.0.1:3000/</a> to now see LndHub running.</p>
@ -473,11 +476,11 @@ mkdir buildbabel ./ out-dir ./build copy-files ignore node_modules</p>
<p>Since LndHub is running locally, we need to forward external ports.</p>
<p>5AHead to <code class="highlighter-rouge">192.168.0.1</code> in your browser, and enter your router username and password. Google it if you dont know, but normally <code class="highlighter-rouge">admin:password</code></p>
<p>5AHead to <code class="language-plaintext highlighter-rouge">192.168.0.1</code> in your browser, and enter your router username and password. Google it if you dont know, but normally <code class="language-plaintext highlighter-rouge">admin:password</code></p>
<p>5BFind your computers MAC and IP address (displayed in “devices” or “overview”). Also can use <code class="highlighter-rouge">ifconfig</code> <a href="https://ithelp.brown.edu/kb/articles/find-the-mac-address-of-a-computer-or-device">to get MAC</a> and <code class="highlighter-rouge">ipconfig getifaddr en0</code><a href="https://apple.stackexchange.com/questions/20547/how-do-i-find-my-ip-address-from-the-command-line">to get local IP</a> in terminal.</p>
<p>5BFind your computers MAC and IP address (displayed in “devices” or “overview”). Also can use <code class="language-plaintext highlighter-rouge">ifconfig</code> <a href="https://ithelp.brown.edu/kb/articles/find-the-mac-address-of-a-computer-or-device">to get MAC</a> and <code class="language-plaintext highlighter-rouge">ipconfig getifaddr en0</code><a href="https://apple.stackexchange.com/questions/20547/how-do-i-find-my-ip-address-from-the-command-line">to get local IP</a> in terminal.</p>
<p>5CNavigate to “Games and Services” to find “Port Forwarding” and add your LndHub as a forwarded port on 3000. My local IP was <code class="highlighter-rouge">192.168.0.13</code></p>
<p>5CNavigate to “Games and Services” to find “Port Forwarding” and add your LndHub as a forwarded port on 3000. My local IP was <code class="language-plaintext highlighter-rouge">192.168.0.13</code></p>
<p><img src="/assets/img/uploads/8.png" alt="" /></p>
@ -999,8 +1002,9 @@ mkdir buildbabel ./ out-dir ./build copy-files ignore node_modules</p>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>LNDhub with raspibolt | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="LNDhub with raspibolt" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Install Redis" />
<meta property="og:description" content="Install Redis" />
<link rel="canonical" href="https://bluewallet.io/docs/lndhub-raspibolt/" />
<meta property="og:url" content="https://bluewallet.io/docs/lndhub-raspibolt/" />
<meta name="twitter:description" property="og:description" content="Install Redis" />
<link rel="canonical" href="http://localhost:4000/docs/lndhub-raspibolt/" />
<meta property="og:url" content="http://localhost:4000/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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="LNDhub with raspibolt" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/lndhub-raspibolt/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/lndhub-raspibolt/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"LNDhub with raspibolt","dateModified":"2024-09-09T17:21:26+02:00","description":"Install Redis","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","description":"Install Redis","headline":"LNDhub with raspibolt","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/lndhub-raspibolt/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/lndhub-raspibolt/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="LNDhub with raspibolt" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/lndhub-raspibolt/" />
<meta property="og:url" content="http://localhost:4000/docs/lndhub-raspibolt/" />
<meta property="og:title" content="LNDhub with raspibolt" />
<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="LNDhub with raspibolt" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/lndhub-raspibolt/" />
<meta name="twitter:url" content="http://localhost:4000/docs/lndhub-raspibolt/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -352,7 +355,7 @@
<p>Download Redis</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ cd /home/admin/download
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ cd /home/admin/download
$ rm -rf /home/admin/download/*
$ wget http://download.redis.io/releases/redis-5.0.3.tar.gz
$ tar xzf redis-5.0.3.tar.gz
@ -361,32 +364,32 @@ $ cd redis-5.0.3/
<p>Make &amp; install</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ make
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ make
$ sudo make install
</code></pre></div></div>
<p>Create the working directory for Redis. We will create it on the external hard disk</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo mkdir /mnt/hdd/redis
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo mkdir /mnt/hdd/redis
</code></pre></div></div>
<p>Create the redis user</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo adduser --system --group --no-create-home redis
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo adduser --system --group --no-create-home redis
$ sudo chown redis:redis /mnt/hdd/redis
$ sudo chmod 770 /mnt/hdd/redis
</code></pre></div></div>
<p>Make a directory for the <code class="highlighter-rouge">redis.conf</code> file &amp; copy the default conf file to it.</p>
<p>Make a directory for the <code class="language-plaintext highlighter-rouge">redis.conf</code> file &amp; copy the default conf file to it.</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo mkdir /etc/redis
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo mkdir /etc/redis
$ sudo cp redis.conf /etc/redis
</code></pre></div></div>
<p>Edit the <code class="highlighter-rouge">redis.conf</code> to change the supervised &amp; dir options.</p>
<p>Edit the <code class="language-plaintext highlighter-rouge">redis.conf</code> to change the supervised &amp; dir options.</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ nano /etc/redis/redis.conf
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ nano /etc/redis/redis.conf
# If you run Redis from upstart or systemd, Redis can interact with your
# supervision tree. Options:
# supervised no - no supervision interaction
@ -399,9 +402,9 @@ $ sudo cp redis.conf /etc/redis
supervised systemd
</code></pre></div></div>
<p>Find <code class="highlighter-rouge">supervised no</code> and change it to <code class="highlighter-rouge">supervised systemd</code></p>
<p>Find <code class="language-plaintext highlighter-rouge">supervised no</code> and change it to <code class="language-plaintext highlighter-rouge">supervised systemd</code></p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code># If you run Redis from upstart or systemd, Redis can interact with your
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># If you run Redis from upstart or systemd, Redis can interact with your
# supervision tree. Options:
# supervised no - no supervision interaction
# supervised upstart - signal upstart by putting Redis into SIGSTOP mode
@ -413,9 +416,9 @@ supervised systemd
supervised systemd
</code></pre></div></div>
<p>Find <code class="highlighter-rouge">dir</code> and set it to <code class="highlighter-rouge">/mnt/hdd/redis</code></p>
<p>Find <code class="language-plaintext highlighter-rouge">dir</code> and set it to <code class="language-plaintext highlighter-rouge">/mnt/hdd/redis</code></p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code># The working directory.
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># The working directory.
#
# The DB will be written inside this directory, with the filename specified
# above using the 'dbfilename' configuration directive.
@ -430,11 +433,11 @@ dir /mnt/hdd/redis
<p>Setup Redis to start automatically on system startup. Edit the system service config for redis</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo nano /etc/systemd/system/redis.service
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo nano /etc/systemd/system/redis.service
</code></pre></div></div>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[Unit]
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[Unit]
Description=Redis In-Memory Data Store
After=network.target
@ -452,13 +455,13 @@ WantedBy=multi-user.target
<p>Start up redis via the systemctl and test the status</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo systemctl start redis
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo systemctl start redis
$ sudo systemctl status redis
</code></pre></div></div>
<p>Test redis is running</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ redis-cli
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ redis-cli
127.0.0.1:6379&gt; ping
PONG
127.0.0.1:6379&gt; exit
@ -466,12 +469,12 @@ PONG
<p>Enable the service</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo systemctl enable redis
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo systemctl enable redis
</code></pre></div></div>
<p>Clean up</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ rm -rf /home/admin/download/*
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ rm -rf /home/admin/download/*
</code></pre></div></div>
@ -479,42 +482,42 @@ PONG
<p>Download Node</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ cd /home/admin/download
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ cd /home/admin/download
$ wget https://nodejs.org/dist/v10.15.1/node-v10.15.1-linux-armv7l.tar.xz
</code></pre></div></div>
<p>Extract to <code class="highlighter-rouge">usr/local/lib</code></p>
<p>Extract to <code class="language-plaintext highlighter-rouge">usr/local/lib</code></p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo mkdir /usr/local/lib/nodejs/node-v10.15.1
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo mkdir /usr/local/lib/nodejs/node-v10.15.1
$ sudo tar -xf node-v10.15.1-linux-armv7l.tar.xz -C /usr/local/lib/nodejs/node-v10.15.1
</code></pre></div></div>
<p>Link node version into <code class="highlighter-rouge">/usr/local/bin</code></p>
<p>Link node version into <code class="language-plaintext highlighter-rouge">/usr/local/bin</code></p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo ln -s /usr/local/lib/nodejs/node-v10.15.1/bin/node /usr/local/bin/node
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo ln -s /usr/local/lib/nodejs/node-v10.15.1/bin/node /usr/local/bin/node
$ sudo ln -s /usr/local/lib/nodejs/node-v10.15.1/bin/npm /usr/local/bin/npm
</code></pre></div></div>
<p>Test node &amp; npm is linked correctly</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ node -v
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ node -v
$ npm -v
</code></pre></div></div>
<p>Clean up</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ rm -rf /home/admin/download/*
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ rm -rf /home/admin/download/*
</code></pre></div></div>
<h3>Port Forwarding and Uncomplicated Firewall</h3>
<p>We need to open up port 3000 on the router and allow access through <code class="highlighter-rouge">ufw</code>. Follow the steps as you have done previously opening the port forwarding on your router. Add a new port forwarding configuration with the following settings:</p>
<p>We need to open up port 3000 on the router and allow access through <code class="language-plaintext highlighter-rouge">ufw</code>. Follow the steps as you have done previously opening the port forwarding on your router. Add a new port forwarding configuration with the following settings:</p>
<p>Application nameExternal portInternal portInternal IP addressProtocol (TCP or UDP)LndHub 3000 3000 YOUR:NODE:IP:ADDR TCP </p>
<p>Allowing access in ufw</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo su
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo su
$ ufw allow 3000 comment 'allow LndHub'
$ ufw reload
$ exit
@ -524,35 +527,35 @@ $ exit
<p>Make sure your lnd node is unlocked before running LndHub</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ lncli unlock
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ lncli unlock
</code></pre></div></div>
<h3>Install LndHub</h3>
<p>Switch user to bitcoin</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ su - bitcoin
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ su - bitcoin
</code></pre></div></div>
<p>Clone the LndHub repository</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ git clone https://github.com/BlueWallet/LndHub
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ git clone https://github.com/BlueWallet/LndHub
</code></pre></div></div>
<p>Copy the <code class="highlighter-rouge">tls.cert</code> and <code class="highlighter-rouge">admin.macaroon</code> files into LndHub</p>
<p>Copy the <code class="language-plaintext highlighter-rouge">tls.cert</code> and <code class="language-plaintext highlighter-rouge">admin.macaroon</code> files into LndHub</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ cp .lnd/data/chain/bitcoin/mainnet/admin.macaroon LndHub/
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ cp .lnd/data/chain/bitcoin/mainnet/admin.macaroon LndHub/
$ cp .lnd/tls.cert LndHub/
</code></pre></div></div>
<p>Edit the LndHub <code class="highlighter-rouge">config.js</code> file to add bitcoin RPC credentials</p>
<p>Edit the LndHub <code class="language-plaintext highlighter-rouge">config.js</code> file to add bitcoin RPC credentials</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ cd LndHub/
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ cd LndHub/
$ nano config.js
</code></pre></div></div>
<p>Edit the <code class="highlighter-rouge">config.js</code> file</p>
<p>Edit the <code class="language-plaintext highlighter-rouge">config.js</code> file</p>
<ul>
<li>Change bitcoind.rpc login:password to match the rpcuser &amp; rpcpassword in your bitcoin.conf. Your rpcpassword may need to be URL encoded if it contains special characters. You can use an online service like <a href="https://meyerweb.com/eric/tools/dencoder/">https://meyerweb.com/eric/tools/dencoder/</a> to encode it (it does not send your rpcpassword anywhere).</li>
@ -560,7 +563,7 @@ $ nano config.js
<li>Change the redis port from 12914 to 6379</li>
</ul>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>let config = {
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>let config = {
bitcoind: {
rpc: 'http://rpcuser:rpcpassword@127.0.0.1:8332',
},
@ -578,38 +581,38 @@ $ nano config.js
<p>Install required node modules</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ npm config set prefix '~/.npm-global'
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ npm config set prefix '~/.npm-global'
$ export PATH=~/.npm-global/bin:$PATH
$ npm install
</code></pre></div></div>
<p>Compile babeljs</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ npm install -g babel-cli
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ npm install -g babel-cli
$ mkdir build
$ babel ./ --out-dir ./build --copy-files --ignore node_modules
</code></pre></div></div>
<p>Run LndHub</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ node build/index.js
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ node build/index.js
</code></pre></div></div>
<p>Check for <code class="highlighter-rouge">'BOOTING UP' 'Listening on port 3000'</code></p>
<p>Check for <code class="language-plaintext highlighter-rouge">'BOOTING UP' 'Listening on port 3000'</code></p>
<h3>Autostart LndHub</h3>
<p>Setup LndHub to start automatically on system startup. Switch back to the “admin” user or login as “admin”</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ exit
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ exit
</code></pre></div></div>
<p>Edit the system service config for LndHub</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo nano /etc/systemd/system/lndhub.service
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo nano /etc/systemd/system/lndhub.service
</code></pre></div></div>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[Unit]
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[Unit]
Description=LndHub Wrapper for Lightning Daemon
Wants=lnd.service
After=lnd.service
@ -633,13 +636,13 @@ WantedBy=multi-user.target
<p>Start up LndHub via the systemctl</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo systemctl enable lndhub
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo systemctl enable lndhub
$ sudo systemctl start lndhub
</code></pre></div></div>
<p>Check the lndhub log file for <code class="highlighter-rouge">'BOOTING UP' 'Listening on port 3000'</code></p>
<p>Check the lndhub log file for <code class="language-plaintext highlighter-rouge">'BOOTING UP' 'Listening on port 3000'</code></p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo journalctl -f -u lndhub
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo journalctl -f -u lndhub
</code></pre></div></div>
<p>LndHub should now be ready to use in the BlueWallet, but first</p>
@ -1154,8 +1157,9 @@ $ sudo systemctl start lndhub
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>LNDhub on VPS with Ubuntu | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="LNDhub on VPS with Ubuntu" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="To avoid rewriting things already well explained in other tutorials, I leave here a link to set up your Bitcoin&amp;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 Oceans droplet." />
<meta property="og:description" content="To avoid rewriting things already well explained in other tutorials, I leave here a link to set up your Bitcoin&amp;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 Oceans droplet." />
<link rel="canonical" href="https://bluewallet.io/docs/lndhub-ubuntu/" />
<meta property="og:url" content="https://bluewallet.io/docs/lndhub-ubuntu/" />
<meta name="description" content="To avoid rewriting things already well explained in other tutorials, I leave here a link to set up your Bitcoin&amp;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 Oceans droplet." />
<meta name="twitter:description" property="og:description" content="To avoid rewriting things already well explained in other tutorials, I leave here a link to set up your Bitcoin&amp;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 Oceans droplet." />
<link rel="canonical" href="http://localhost:4000/docs/lndhub-ubuntu/" />
<meta property="og:url" content="http://localhost:4000/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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="LNDhub on VPS with Ubuntu" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/lndhub-ubuntu/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/lndhub-ubuntu/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"LNDhub on VPS with Ubuntu","dateModified":"2024-09-09T17:21:26+02:00","description":"To avoid rewriting things already well explained in other tutorials, I leave here a link to set up your Bitcoin&amp;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 Oceans droplet.","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","description":"To avoid rewriting things already well explained in other tutorials, I leave here a link to set up your Bitcoin&amp;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 Oceans droplet.","headline":"LNDhub on VPS with Ubuntu","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/lndhub-ubuntu/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/lndhub-ubuntu/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="LNDhub on VPS with Ubuntu" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/lndhub-ubuntu/" />
<meta property="og:url" content="http://localhost:4000/docs/lndhub-ubuntu/" />
<meta property="og:title" content="LNDhub on VPS with Ubuntu" />
<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="LNDhub on VPS with Ubuntu" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/lndhub-ubuntu/" />
<meta name="twitter:url" content="http://localhost:4000/docs/lndhub-ubuntu/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -346,26 +349,26 @@
</div>
-->
<div class="article-content">
<p>To avoid rewriting things already well explained in other tutorials, I leave here <a href="https://gist.github.com/bretton/0b22a0503a9eba09df86a23f3d625c13">a link to set up</a> your Bitcoin&amp;Lightning node on Ubuntu 16.04, if you already have one you can jump to Step 1.\
<p>To avoid rewriting things already well explained in other tutorials, I leave here <a href="https://gist.github.com/bretton/0b22a0503a9eba09df86a23f3d625c13">a link to set up</a> your Bitcoin&amp;Lightning node on Ubuntu 16.04, if you already have one you can jump to Step 1.<br />
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 Oceans droplet.</p>
<h3>Step 1: Install Redis</h3>
<p>LndHub uses Redis as database, install it with</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo apt update
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo apt update
$ sudo apt install redis-server
</code></pre></div></div>
<p>and edit two important settings in</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo nano /etc/redis/redis.conf
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo nano /etc/redis/redis.conf
</code></pre></div></div>
<p>changing the line about <code class="highlighter-rouge">supervised</code> from <code class="highlighter-rouge">supervised no</code> to <code class="highlighter-rouge">supervised systemd</code></p>
<p>changing the line about <code class="language-plaintext highlighter-rouge">supervised</code> from <code class="language-plaintext highlighter-rouge">supervised no</code> to <code class="language-plaintext highlighter-rouge">supervised systemd</code></p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code># If you run Redis from upstart or systemd, Redis can interact with your
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># If you run Redis from upstart or systemd, Redis can interact with your
# supervision tree. Options:
# supervised no - no supervision interaction
# supervised upstart - signal upstart by putting Redis into SIGSTOP mode
@ -377,9 +380,9 @@ $ sudo apt install redis-server
supervised systemd
</code></pre></div></div>
<p>and the line <code class="highlighter-rouge">appendonly no</code> to <code class="highlighter-rouge">appendonly yes</code> to enable disk persistance.</p>
<p>and the line <code class="language-plaintext highlighter-rouge">appendonly no</code> to <code class="language-plaintext highlighter-rouge">appendonly yes</code> to enable disk persistance.</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code># AOF and RDB persistence can be enabled at the same time without problems.
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># AOF and RDB persistence can be enabled at the same time without problems.
# If the AOF is enabled on startup Redis will load the AOF, that is the file
# with the better durability guarantees.
#
@ -398,13 +401,13 @@ appendfilename "appendonly.aof"
<p>Setup Redis to start automatically after a system restart. Open the file</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo nano /etc/systemd/system/redis.service
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo nano /etc/systemd/system/redis.service
</code></pre></div></div>
<p>and paste the following script inside.</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[Unit]
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[Unit]
Description=Redis In-Memory Data Store
After=network.target
@ -419,21 +422,21 @@ Restart=always
WantedBy=multi-user.target
</code></pre></div></div>
<p>Now start and enable it with <code class="highlighter-rouge">systemctl</code>.</p>
<p>Now start and enable it with <code class="language-plaintext highlighter-rouge">systemctl</code>.</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo systemctl start redis
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo systemctl start redis
$ sudo systemctl enable redis
</code></pre></div></div>
<h3>Step 3: Bitcoin&amp;LND configuration files</h3>
<p>Since <code class="highlighter-rouge">bitcoin.conf</code> and <code class="highlighter-rouge">lnd.conf</code> are often topic of discussion, here I paste my files that are currently working with Bitcoin v0.17.1 and LND v0.5.1-beta, except for passwords of course.</p>
<p>Since <code class="language-plaintext highlighter-rouge">bitcoin.conf</code> and <code class="language-plaintext highlighter-rouge">lnd.conf</code> are often topic of discussion, here I paste my files that are currently working with Bitcoin v0.17.1 and LND v0.5.1-beta, except for passwords of course.</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo nano .bitcoin/bitcoin.conf
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo nano .bitcoin/bitcoin.conf
</code></pre></div></div>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>server=1
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>server=1
txindex=1
daemon=1
externalip=104.248.248.9
@ -448,11 +451,11 @@ rpcport=8332
</code></pre></div></div>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo nano .lnd/lnd.conf
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo nano .lnd/lnd.conf
</code></pre></div></div>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[Application Options]
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[Application Options]
; set external IP if not using NAT
externalip=104.248.248.9
; set node alias (seen in explorers)
@ -472,29 +475,29 @@ bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333
</code></pre></div></div>
<p>Note: <code class="highlighter-rouge">external IP</code> field is to be changed according to your VPS IP.</p>
<p>Note: <code class="language-plaintext highlighter-rouge">external IP</code> field is to be changed according to your VPS IP.</p>
<h3>Step 4: Download and configure LndHub</h3>
<p>You are now ready to get and install LndHub, start copying the github repository with</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ git clone https://github.com/BlueWallet/LndHub
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ git clone https://github.com/BlueWallet/LndHub
</code></pre></div></div>
<p>and copy <code class="highlighter-rouge">admin.macaroon</code> and <code class="highlighter-rouge">tls.cert</code> in root folder of LndHub.</p>
<p>and copy <code class="language-plaintext highlighter-rouge">admin.macaroon</code> and <code class="language-plaintext highlighter-rouge">tls.cert</code> in root folder of LndHub.</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ cp .lnd/data/chain/bitcoin/mainnet/admin.macaroon LndHub/
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ cp .lnd/data/chain/bitcoin/mainnet/admin.macaroon LndHub/
$ cp .lnd/tls.cert LndHub/
</code></pre></div></div>
<p>Now you need to set the config file of LndHub. As for <code class="highlighter-rouge">bitcoind</code> and <code class="highlighter-rouge">lnd</code> I leave you here my version.</p>
<p>Now you need to set the config file of LndHub. As for <code class="language-plaintext highlighter-rouge">bitcoind</code> and <code class="language-plaintext highlighter-rouge">lnd</code> I leave you here my version.</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo nano LndHub/config.js
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo nano LndHub/config.js
</code></pre></div></div>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>let config = {
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>let config = {
bitcoind: {
rpc: 'http://user:password@127.0.0.1:8332',
},
@ -522,26 +525,26 @@ module.exports = config;
<p>Node is required to install and run LndHub, install it with the following command.</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo apt install nodejs npm
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo apt install nodejs npm
</code></pre></div></div>
<p>Enter the LndHub folder and install node modules.</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ cd LndHub
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ cd LndHub
$ npm install
</code></pre></div></div>
<p>Compile babeljs</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ npm install -g babel-cli
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ npm install -g babel-cli
$ mkdir build
$ babel ./ --out-dir ./build --copy-files --ignore node_modules
</code></pre></div></div>
<p>and, finally, run it.</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ node build/index.js
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ node build/index.js
</code></pre></div></div>
@ -549,13 +552,13 @@ $ babel ./ --out-dir ./build --copy-files --ignore node_modules
<p>Setup LndHub to start automatically after a system restart. Open the file</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo nano /etc/systemd/system/lndhub.service
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo nano /etc/systemd/system/lndhub.service
</code></pre></div></div>
<p>and paste the following script inside.</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[Unit]
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[Unit]
Description=LndHub Wrapper for Lightning Daemon
Wants=lnd.service
After=lnd.service
@ -575,9 +578,9 @@ RestartSec=60
WantedBy=multi-user.target
</code></pre></div></div>
<p>Now start and enable it with <code class="highlighter-rouge">systemctl</code>.</p>
<p>Now start and enable it with <code class="language-plaintext highlighter-rouge">systemctl</code>.</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo systemctl enable lndhub
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo systemctl enable lndhub
$ sudo systemctl start lndhub
</code></pre></div></div>
@ -585,8 +588,8 @@ $ sudo systemctl start lndhub
<h3>Step 7: Link Bluewallet to your node</h3>
<p>Open the Bluewallet app on your smartphone, go to settings (top-right corner) -&gt; Lightning Settings and add your node URL <a href="http://vps-ip-address:3000/">http://vps-ip-address:3000/</a>.\
There is no confirmation message when you click Save at the moment, v3.7.2 on iOS, so dont worry if you dont see any feedback. The first test you can do is create a new Lightning wallet and generate an invoice, and if no error is returned, its all correctly configured.\
<p>Open the Bluewallet app on your smartphone, go to settings (top-right corner) -&gt; Lightning Settings and add your node URL <a href="http://vps-ip-address:3000/">http://vps-ip-address:3000/</a>.<br />
There is no confirmation message when you click Save at the moment, v3.7.2 on iOS, so dont worry if you dont see any feedback. The first test you can do is create a new Lightning wallet and generate an invoice, and if no error is returned, its all correctly configured.<br />
Your bank is born, lets take a moment to think about what you achieved here: you can now pay in BTC from your smartphone instantly with Lightning, everywhere in the world, and you can let somebody who trusts you join your node and create their account linked with your hub just downloading an app.</p>
@ -1084,8 +1087,9 @@ Your bank is born, lets take a moment to think about what you achieved here:
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Adding manual entropy | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Adding manual entropy" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="BlueWallet supports manual entropy." />
<meta property="og:description" content="BlueWallet supports manual entropy." />
<link rel="canonical" href="https://bluewallet.io/docs/manual-entropy/" />
<meta property="og:url" content="https://bluewallet.io/docs/manual-entropy/" />
<meta name="twitter:description" property="og:description" content="BlueWallet supports manual entropy." />
<link rel="canonical" href="http://localhost:4000/docs/manual-entropy/" />
<meta property="og:url" content="http://localhost:4000/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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Adding manual entropy" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/manual-entropy/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/manual-entropy/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Adding manual entropy","dateModified":"2024-09-09T17:21:26+02:00","description":"BlueWallet supports manual entropy.","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","description":"BlueWallet supports manual entropy.","headline":"Adding manual entropy","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/manual-entropy/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/manual-entropy/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Adding manual entropy" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/manual-entropy/" />
<meta property="og:url" content="http://localhost:4000/docs/manual-entropy/" />
<meta property="og:title" content="Adding manual entropy" />
<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 manual entropy" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/manual-entropy/" />
<meta name="twitter:url" content="http://localhost:4000/docs/manual-entropy/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -350,13 +353,13 @@
<p>To use this feature, go to:</p>
<p><code class="highlighter-rouge">Settings</code><code class="highlighter-rouge">General</code> then toggle on <code class="highlighter-rouge">Advanced mode</code>.</p>
<p><code class="language-plaintext highlighter-rouge">Settings</code><code class="language-plaintext highlighter-rouge">General</code> then toggle on <code class="language-plaintext highlighter-rouge">Advanced mode</code>.</p>
<p>Now when you go back to the “add wallet” screen, you will see the option to add manual entropy.</p>
<figure data-uk-lightbox="animation: slide" class="phone-screenshot-image">
<a class="uk-inline" href="https://bluewallet.io/uploads/add-manual-entropy.png">
<img src="https://bluewallet.io/uploads/add-manual-entropy.png" alt="Add manual entropy" />
<a class="uk-inline" href="http://localhost:4000/uploads/add-manual-entropy.png">
<img src="http://localhost:4000/uploads/add-manual-entropy.png" alt="Add manual entropy" />
<div class="uk-position-center">
<span data-uk-overlay-icon=""></span>
</div>
@ -373,8 +376,8 @@
<h3>6-sided dice roll</h3>
<figure data-uk-lightbox="animation: slide" class="phone-screenshot-image">
<a class="uk-inline" href="https://bluewallet.io/uploads/6-sided-dice-roll-manual-entropy.png">
<img src="https://bluewallet.io/uploads/6-sided-dice-roll-manual-entropy.png" alt="6-sided dice roll manual entropy" />
<a class="uk-inline" href="http://localhost:4000/uploads/6-sided-dice-roll-manual-entropy.png">
<img src="http://localhost:4000/uploads/6-sided-dice-roll-manual-entropy.png" alt="6-sided dice roll manual entropy" />
<div class="uk-position-center">
<span data-uk-overlay-icon=""></span>
</div>
@ -385,8 +388,8 @@
<h3>20-sided dice roll</h3>
<figure data-uk-lightbox="animation: slide" class="phone-screenshot-image">
<a class="uk-inline" href="https://bluewallet.io/uploads/20-sided-dice-roll-manual-entropy.png">
<img src="https://bluewallet.io/uploads/20-sided-dice-roll-manual-entropy.png" alt="20-sided dice roll manual entropy" />
<a class="uk-inline" href="http://localhost:4000/uploads/20-sided-dice-roll-manual-entropy.png">
<img src="http://localhost:4000/uploads/20-sided-dice-roll-manual-entropy.png" alt="20-sided dice roll manual entropy" />
<div class="uk-position-center">
<span data-uk-overlay-icon=""></span>
</div>
@ -397,8 +400,8 @@
<h3>Coin flip</h3>
<figure data-uk-lightbox="animation: slide" class="phone-screenshot-image">
<a class="uk-inline" href="https://bluewallet.io/uploads/coin-flip-manual-entropy.png">
<img src="https://bluewallet.io/uploads/coin-flip-manual-entropy.png" alt="Coin flip manual entropy" />
<a class="uk-inline" href="http://localhost:4000/uploads/coin-flip-manual-entropy.png">
<img src="http://localhost:4000/uploads/coin-flip-manual-entropy.png" alt="Coin flip manual entropy" />
<div class="uk-position-center">
<span data-uk-overlay-icon=""></span>
</div>
@ -411,8 +414,8 @@
<p>You should see a note at the bottom of the screen informing you that your saved entropy is being used:</p>
<figure data-uk-lightbox="animation: slide" class="phone-screenshot-image">
<a class="uk-inline" href="https://bluewallet.io/uploads/manual-entropy-used.png">
<img src="https://bluewallet.io/uploads/manual-entropy-used.png" alt="Manual entropy is used" />
<a class="uk-inline" href="http://localhost:4000/uploads/manual-entropy-used.png">
<img src="http://localhost:4000/uploads/manual-entropy-used.png" alt="Manual entropy is used" />
<div class="uk-position-center">
<span data-uk-overlay-icon=""></span>
</div>
@ -423,8 +426,8 @@
<p>If you didnt provide all the 256 bits of entropy, BlueWallet will use the systems random number generator to obtain the remaining bytes. In that case youll see a message like this:</p>
<figure data-uk-lightbox="animation: slide" class="phone-screenshot-image">
<a class="uk-inline" href="https://bluewallet.io/uploads/incomplete-manual-entropy.png">
<img src="https://bluewallet.io/uploads/incomplete-manual-entropy.png" alt="Incomplete manual entropy" />
<a class="uk-inline" href="http://localhost:4000/uploads/incomplete-manual-entropy.png">
<img src="http://localhost:4000/uploads/incomplete-manual-entropy.png" alt="Incomplete manual entropy" />
<div class="uk-position-center">
<span data-uk-overlay-icon=""></span>
</div>
@ -902,8 +905,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Vaults - spending | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Vaults - spending" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="BlueWallets Bitcoin Multisig wallet Vaults feature. Where 2 BlueWallet apps are signing transactions offline and airgapped." />
<meta property="og:description" content="BlueWallets Bitcoin Multisig wallet Vaults feature. Where 2 BlueWallet apps are signing transactions offline and airgapped." />
<link rel="canonical" href="https://bluewallet.io/docs/multisig-spend/" />
<meta property="og:url" content="https://bluewallet.io/docs/multisig-spend/" />
<meta name="twitter:description" property="og:description" content="BlueWallets Bitcoin Multisig wallet Vaults feature. Where 2 BlueWallet apps are signing transactions offline and airgapped." />
<link rel="canonical" href="http://localhost:4000/docs/multisig-spend/" />
<meta property="og:url" content="http://localhost:4000/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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Vaults - spending" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/multisig-spend/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/multisig-spend/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Vaults - spending","dateModified":"2024-09-09T17:21:26+02:00","description":"BlueWallets Bitcoin Multisig wallet Vaults feature. Where 2 BlueWallet apps are signing transactions offline and airgapped.","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","description":"BlueWallets Bitcoin Multisig wallet Vaults feature. Where 2 BlueWallet apps are signing transactions offline and airgapped.","headline":"Vaults - spending","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/multisig-spend/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/multisig-spend/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Vaults - spending" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/multisig-spend/" />
<meta property="og:url" content="http://localhost:4000/docs/multisig-spend/" />
<meta property="og:title" content="Vaults - spending" />
<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="Vaults - spending" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/multisig-spend/" />
<meta name="twitter:url" content="http://localhost:4000/docs/multisig-spend/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -726,8 +729,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Multisig Vault General | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Multisig Vault General" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="A Multisig Vault is a wallet with multiple keys. This allows you to exponentially increase security (if used correctly) or for shared custody as well. Shared custody is when you want to share a wallet with a group of people." />
<meta property="og:description" content="A Multisig Vault is a wallet with multiple keys. This allows you to exponentially increase security (if used correctly) or for shared custody as well. Shared custody is when you want to share a wallet with a group of people." />
<link rel="canonical" href="https://bluewallet.io/docs/multisig-wallet/" />
<meta property="og:url" content="https://bluewallet.io/docs/multisig-wallet/" />
<meta name="twitter:description" property="og:description" content="A Multisig Vault is a wallet with multiple keys. This allows you to exponentially increase security (if used correctly) or for shared custody as well. Shared custody is when you want to share a wallet with a group of people." />
<link rel="canonical" href="http://localhost:4000/docs/multisig-wallet/" />
<meta property="og:url" content="http://localhost:4000/docs/multisig-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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Multisig Vault General" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/multisig-wallet/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/multisig-wallet/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Multisig Vault General","dateModified":"2024-09-09T17:21:26+02:00","description":"A Multisig Vault is a wallet with multiple keys. This allows you to exponentially increase security (if used correctly) or for shared custody as well. Shared custody is when you want to share a wallet with a group of people.","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","description":"A Multisig Vault is a wallet with multiple keys. This allows you to exponentially increase security (if used correctly) or for shared custody as well. Shared custody is when you want to share a wallet with a group of people.","headline":"Multisig Vault General","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/multisig-wallet/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/multisig-wallet/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Multisig Vault General" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/multisig-wallet/" />
<meta property="og:url" content="http://localhost:4000/docs/multisig-wallet/" />
<meta property="og:title" content="Multisig Vault General" />
<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="Multisig Vault General" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/multisig-wallet/" />
<meta name="twitter:url" content="http://localhost:4000/docs/multisig-wallet/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -351,7 +354,7 @@
<p>Multiple devices are advised. The Vault will work with other BlueWallet apps and PSBT compatible wallets, like Electrum, Specter, Coldcard, Cobo vault, etc. It is advised that you use multiple devices, and consider store these devices in multiple locations if you see it is fit for your use case.</p>
<figure class="">
<img src="https://bluewallet.io/uploads/tip2.png" alt="Multisig bitcoin wallet" />
<img src="http://localhost:4000/uploads/tip2.png" alt="Multisig bitcoin wallet" />
</figure>
@ -360,7 +363,7 @@
<p>You can create all Vault keys in the same device, and remove or edit these keys later. Having all keys on the same device has the equivalent security of a regular Bitcoin wallet. As advise above, please consider multiple devices from the start.</p>
<figure class="">
<img src="https://bluewallet.io/uploads/tip3.png" alt="Multisig bitcoin wallet" />
<img src="http://localhost:4000/uploads/tip3.png" alt="Multisig bitcoin wallet" />
</figure>
@ -369,7 +372,7 @@
<p>On the wallet options you will find your Vault backup and watch-only (coordination) backup. This backup is like a map to your wallet. It is essential for wallet recover in case you lose one of your seeds.</p>
<figure class="">
<img src="https://bluewallet.io/uploads/tip4.png" alt="Multisig bitcoin wallet" />
<img src="http://localhost:4000/uploads/tip4.png" alt="Multisig bitcoin wallet" />
</figure>
@ -378,7 +381,7 @@
<p>To import a Multisig, use your multisig backup file and use the import feature. If you only have extended keys and seeds, you can use the individual import fields on the Add Vault creation option.</p>
<figure class="">
<img src="https://bluewallet.io/uploads/tip5.png" alt="Multisig bitcoin wallet" />
<img src="http://localhost:4000/uploads/tip5.png" alt="Multisig bitcoin wallet" />
</figure>
@ -752,8 +755,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Recover lndhub account | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Recover lndhub account" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="With the sunset of lndhub.io it is not possible to use the service anymore. However you can request to recover your balance." />
<meta property="og:description" content="With the sunset of lndhub.io it is not possible to use the service anymore. However you can request to recover your balance." />
<link rel="canonical" href="https://bluewallet.io/docs/recover-lndhub/" />
<meta property="og:url" content="https://bluewallet.io/docs/recover-lndhub/" />
<meta name="twitter:description" property="og:description" content="With the sunset of lndhub.io it is not possible to use the service anymore. However you can request to recover your balance." />
<link rel="canonical" href="http://localhost:4000/docs/recover-lndhub/" />
<meta property="og:url" content="http://localhost:4000/docs/recover-lndhub/" />
<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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Recover lndhub account" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/recover-lndhub/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/recover-lndhub/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Recover lndhub account","dateModified":"2024-09-09T17:21:26+02:00","description":"With the sunset of lndhub.io it is not possible to use the service anymore. However you can request to recover your balance.","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","description":"With the sunset of lndhub.io it is not possible to use the service anymore. However you can request to recover your balance.","headline":"Recover lndhub account","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/recover-lndhub/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/recover-lndhub/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Recover lndhub account" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/recover-lndhub/" />
<meta property="og:url" content="http://localhost:4000/docs/recover-lndhub/" />
<meta property="og:title" content="Recover lndhub account" />
<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="Recover lndhub account" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/recover-lndhub/" />
<meta name="twitter:url" content="http://localhost:4000/docs/recover-lndhub/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -353,10 +356,10 @@
<h3>1- Where to get your account information</h3>
<p>Inside your lightning wallet you are going to find on the top right the options menu. Usually with the 3 dots icon (…). After you tap the menu you will be taken to the wallet options screen, where you will find the “backup/export” option. This is your account information and starts with <strong>lndhub://</strong>.</p>
<p>Make sure it doesnt end with <code class="highlighter-rouge">.onion</code> - such wallets are usually hosted on private nodes, such as Umbrel.</p>
<p>Make sure it doesnt end with <code class="language-plaintext highlighter-rouge">.onion</code> - such wallets are usually hosted on private nodes, such as Umbrel.</p>
<h3>2- Bitcoin address</h3>
<p>You will also need to provide a regular bitcoin address in order to receive your withdrawal. Transactions are usually processed monthly, begining of each month, so please wait till a new batch of transactions is done.</p>
<p>You will also need to provide a regular bitcoin address in order to receive your withdrawal. Transactions are usually processed every 3 months, so please wait till a new batch of transactions is done.</p>
<p><strong><a href="https://docs.google.com/forms/d/e/1FAIpQLSe8iOgfJPQ-RgN89mJa8QF_zJHOZBOVsfrYXdUBY__-RhSlUg/viewform?usp=sharing">Recover form here</a></strong></p>
@ -865,8 +868,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Recover on another wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Recover on another wallet" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="BlueWallet provides 12 or 24 word mnemonic seeds for onchain Segwit wallets. These are standard BIP44, BIP49 and BIP84 addresses with the following derivation paths:" />
<meta property="og:description" content="BlueWallet provides 12 or 24 word mnemonic seeds for onchain Segwit wallets. These are standard BIP44, BIP49 and BIP84 addresses with the following derivation paths:" />
<link rel="canonical" href="https://bluewallet.io/docs/recover-wallet/" />
<meta property="og:url" content="https://bluewallet.io/docs/recover-wallet/" />
<meta name="twitter:description" property="og:description" content="BlueWallet provides 12 or 24 word mnemonic seeds for onchain Segwit wallets. These are standard BIP44, BIP49 and BIP84 addresses with the following derivation paths:" />
<link rel="canonical" href="http://localhost:4000/docs/recover-wallet/" />
<meta property="og:url" content="http://localhost:4000/docs/recover-wallet/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Recover on another wallet" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/recover-wallet/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/recover-wallet/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Recover on another wallet","dateModified":"2024-09-09T17:21:26+02:00","description":"BlueWallet provides 12 or 24 word mnemonic seeds for onchain Segwit wallets. These are standard BIP44, BIP49 and BIP84 addresses with the following derivation paths:","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","description":"BlueWallet provides 12 or 24 word mnemonic seeds for onchain Segwit wallets. These are standard BIP44, BIP49 and BIP84 addresses with the following derivation paths:","headline":"Recover on another wallet","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/recover-wallet/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/recover-wallet/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Recover on another wallet" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/recover-wallet/" />
<meta property="og:url" content="http://localhost:4000/docs/recover-wallet/" />
<meta property="og:title" content="Recover on another wallet" />
<meta property="fb:app_id" content="254973701957449" />
<meta property="fb:pages" content="499685187154976" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Recover on another wallet" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/recover-wallet/" />
<meta name="twitter:url" content="http://localhost:4000/docs/recover-wallet/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -721,8 +724,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Sign a transaction offline | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Sign a transaction offline" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="To sign an offline transaction you will need a watch-only (zpub) wallet on a device and a wallet with the seed on the other to sign it." />
<meta property="og:description" content="To sign an offline transaction you will need a watch-only (zpub) wallet on a device and a wallet with the seed on the other to sign it." />
<link rel="canonical" href="https://bluewallet.io/docs/sign-offline/" />
<meta property="og:url" content="https://bluewallet.io/docs/sign-offline/" />
<meta name="twitter:description" property="og:description" content="To sign an offline transaction you will need a watch-only (zpub) wallet on a device and a wallet with the seed on the other to sign it." />
<link rel="canonical" href="http://localhost:4000/docs/sign-offline/" />
<meta property="og:url" content="http://localhost:4000/docs/sign-offline/" />
<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="2024-09-09T17:21:26+02:00" />
<meta property="article:published_time" content="2026-06-09T19:14:38+01:00" />
<meta property="article:modified_time" content="2026-06-09T19:14:38+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Sign a transaction offline" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/docs/sign-offline/"},"@type":"BlogPosting","url":"https://bluewallet.io/docs/sign-offline/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Sign a transaction offline","dateModified":"2024-09-09T17:21:26+02:00","description":"To sign an offline transaction you will need a watch-only (zpub) wallet on a device and a wallet with the seed on the other to sign it.","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2026-06-09T19:14:38+01:00","datePublished":"2026-06-09T19:14:38+01:00","description":"To sign an offline transaction you will need a watch-only (zpub) wallet on a device and a wallet with the seed on the other to sign it.","headline":"Sign a transaction offline","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/docs/sign-offline/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/docs/sign-offline/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Sign a transaction offline" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/docs/sign-offline/" />
<meta property="og:url" content="http://localhost:4000/docs/sign-offline/" />
<meta property="og:title" content="Sign a transaction offline" />
<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="Sign a transaction offline" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/docs/sign-offline/" />
<meta name="twitter:url" content="http://localhost:4000/docs/sign-offline/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -331,7 +334,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -714,8 +717,9 @@ Then scan the QR code or import the file. Thats it the transaction is now sig
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Features - Bitcoin wallet for iOS and Android | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Features - Bitcoin wallet for iOS and Android" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="All BlueWallet features - A Bitcoin wallet for iOS and Android" />
<meta property="og:description" content="All BlueWallet features - A Bitcoin wallet for iOS and Android" />
<link rel="canonical" href="https://bluewallet.io/features/" />
<meta property="og:url" content="https://bluewallet.io/features/" />
<meta name="twitter:description" property="og:description" content="All BlueWallet features - A Bitcoin wallet for iOS and Android" />
<link rel="canonical" href="http://localhost:4000/features/" />
<meta property="og:url" content="http://localhost:4000/features/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Features - Bitcoin wallet for iOS and Android" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/features/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Features - Bitcoin wallet for iOS and Android","description":"All BlueWallet features - A Bitcoin wallet for iOS and Android","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"All BlueWallet features - A Bitcoin wallet for iOS and Android","headline":"Features - Bitcoin wallet for iOS and Android","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/features/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Features - Bitcoin wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta property="og:description" content="All BlueWallet features - A Bitcoin wallet for iOS and Android" />
<meta property="og:url" content="https://bluewallet.io/features/" />
<meta property="og:url" content="http://localhost:4000/features/" />
<meta property="og:title" content="Features - Bitcoin 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="Features - Bitcoin wallet for iOS and Android" />
<meta name="twitter:description" content="All BlueWallet features - A Bitcoin wallet for iOS and Android" />
<meta name="twitter:url" content="https://bluewallet.io/features/" />
<meta name="twitter:url" content="http://localhost:4000/features/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -224,7 +227,7 @@ Besides Bitcoin Wallets, Watch-only, Multisig Vaults and Lightning. Blue can imp
<div>
<div class="uk-card features uk-text-center">
<video loop="" autoplay="" poster="" playsinline="" preload="auto" muted="" alt="multi bitcoin wallets">
<source src="https://bluewallet.io/uploads//features/multi-wallet.mp4" type="video/mp4" />
<source src="http://localhost:4000/uploads//features/multi-wallet.mp4" type="video/mp4" />
</video>
</div>
</div>
@ -234,7 +237,7 @@ Besides Bitcoin Wallets, Watch-only, Multisig Vaults and Lightning. Blue can imp
<div class="second-mobile">
<div class="uk-card features uk-text-center">
<video loop="" autoplay="" poster="" playsinline="" preload="auto" muted="" alt="watch-only wallet">
<source src="https://bluewallet.io/uploads//features/watch-only.mp4" type="video/mp4" />
<source src="http://localhost:4000/uploads//features/watch-only.mp4" type="video/mp4" />
</video>
</div>
</div>
@ -258,7 +261,7 @@ Recommended for cold storage and large amounts.</p>
<div>
<div class="uk-card features uk-text-center">
<video loop="" autoplay="" poster="" playsinline="" preload="auto" muted="" alt="multisig wallet">
<source src="https://bluewallet.io/uploads//features/multisig.mp4" type="video/mp4" />
<source src="http://localhost:4000/uploads//features/multisig.mp4" type="video/mp4" />
</video>
</div>
</div>
@ -276,7 +279,7 @@ Recommended for cold storage and large amounts.</p>
<div>
<div class="uk-card">
<div class="features uk-text-center">
<img src="https://bluewallet.io/uploads//features/lightning.png" alt="lightning wallet" />
<img src="http://localhost:4000/uploads//features/lightning.png" alt="lightning wallet" />
</div>
<h2 class="uk-h3 uk-margin">Lightning Wallets</h2>
<p class="uk-text-meta">Allows you to seamlessly use the Lightning Network, with multiple account support by connecting to your own node and with full control.</p>
@ -285,7 +288,7 @@ Recommended for cold storage and large amounts.</p>
<div>
<div id="bump" class="uk-card">
<div class="features uk-text-center">
<img src="https://bluewallet.io/uploads//features/fees.png" alt="fee estimation" />
<img src="http://localhost:4000/uploads//features/fees.png" alt="fee estimation" />
</div>
<h2 class="uk-h3 uk-margin">Fee &amp; Transactions control</h2>
<p class="uk-text-meta">Provides you a fee estimation targeting confirmations in 10m, 3h or 1 day. With real time calculation on how much to spend. Ability to Bump and Cancel sent transactions with "Replace-by-fee" (RBF) or with "Child-pays-for-parent" (CPFP).</p>
@ -309,7 +312,7 @@ Recommended for cold storage and large amounts.</p>
<h2 class="uk-h2 uk-margin">Plausible deniability</h2>
<p class="uk-text-lead">A feature thinking about your personal security. BlueWallet allows you to define a different password which will decrypt a "fake" wallet set up. For any situation where you are forced to disclose your access or for when you don't want to show your real wallet.</p>
<div class="features uk-inline uk-text-center uk-margin-large">
<img class="special" src="https://bluewallet.io/uploads//features/pb.png" alt="lightning wallet" />
<img class="special" src="http://localhost:4000/uploads//features/pb.png" alt="lightning wallet" />
</div>
</div>
</div>
@ -328,7 +331,7 @@ Recommended for cold storage and large amounts.</p>
<div>
<div id="notifications" class="uk-card">
<div class="features uk-text-center">
<img src="https://bluewallet.io/uploads//features/notifications.png" alt="lightning wallet" />
<img src="http://localhost:4000/uploads//features/notifications.png" alt="lightning wallet" />
</div>
<h2 class="uk-h3 uk-margin">Notifications</h2>
<p class="uk-text-meta">We have developed Ground Control. A push notification service for bitcoin wallets that allows you to have mobile and desktop push notifications or to run your own push notification server.</p>
@ -337,7 +340,7 @@ Recommended for cold storage and large amounts.</p>
<div>
<div class="uk-card">
<div class="features uk-text-center">
<img src="https://bluewallet.io/uploads//features/recover.png" alt="fee estimation" />
<img src="http://localhost:4000/uploads//features/recover.png" alt="fee estimation" />
</div>
<h2 class="uk-h3 uk-margin">Recover wallets</h2>
<p class="uk-text-meta">A “magical form” where you can try to import whatever you got. It will do its best to understand the format and import your wallet into your BlueWallet app.</p>
@ -346,7 +349,7 @@ Recommended for cold storage and large amounts.</p>
<div>
<div class="uk-card">
<div class="features uk-text-center">
<img src="https://bluewallet.io/uploads//features/batch.png" alt="fee estimation" />
<img src="http://localhost:4000/uploads//features/batch.png" alt="fee estimation" />
</div>
<h2 class="uk-h3 uk-margin">Batch Transactions</h2>
<p class="uk-text-meta">Send multiple transactions in one batch. This is useful if you more than one transaction and you want to spend less fees. All your transactions will be batched in a single transaction fee, making it less expensive.</p>
@ -863,12 +866,12 @@ Recommended for cold storage and large amounts.</p>
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -923,7 +926,7 @@ Recommended for cold storage and large amounts.</p>
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -942,7 +945,7 @@ Recommended for cold storage and large amounts.</p>
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -950,7 +953,7 @@ Recommended for cold storage and large amounts.</p>
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -1011,8 +1014,9 @@ Recommended for cold storage and large amounts.</p>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>High fees and transactions pending - What to do | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="High fees and transactions pending - What to do" />
<meta name="author" content="BlueWallet" />
<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" />
<meta property="og: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" />
<link rel="canonical" href="https://bluewallet.io/high-fees-and-transactions-pending-what-to-do/" />
<meta property="og:url" content="https://bluewallet.io/high-fees-and-transactions-pending-what-to-do/" />
<meta name="twitter:description" property="og: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" />
<link rel="canonical" href="http://localhost:4000/high-fees-and-transactions-pending-what-to-do/" />
<meta property="og:url" content="http://localhost:4000/high-fees-and-transactions-pending-what-to-do/" />
<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-04-20T11:36:00+02:00" />
<meta property="article:published_time" content="2021-04-20T10:36:00+01:00" />
<meta property="article:modified_time" content="2021-04-20T10:36:00+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="High fees and transactions pending - What to do" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/high-fees-and-transactions-pending-what-to-do/"},"@type":"BlogPosting","url":"https://bluewallet.io/high-fees-and-transactions-pending-what-to-do/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"High fees and transactions pending - What to do","dateModified":"2021-04-20T11:36:00+02:00","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","datePublished":"2021-04-20T11:36:00+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2021-04-20T10:36:00+01:00","datePublished":"2021-04-20T10:36:00+01:00","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","headline":"High fees and transactions pending - What to do","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/high-fees-and-transactions-pending-what-to-do/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/high-fees-and-transactions-pending-what-to-do/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="High fees and transactions pending - What to do" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/high-fees-and-transactions-pending-what-to-do/" />
<meta property="og:url" content="http://localhost:4000/high-fees-and-transactions-pending-what-to-do/" />
<meta property="og:title" content="High fees and transactions pending - What to do" />
<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="High fees and transactions pending - What to do" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/high-fees-and-transactions-pending-what-to-do/" />
<meta name="twitter:url" content="http://localhost:4000/high-fees-and-transactions-pending-what-to-do/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">BlueWallet</span></span><br>
<time datetime="2021-04-20T11:36:00+02:00" itemprop="datePublished">
<time datetime="2021-04-20T10:36:00+01:00" itemprop="datePublished">
Apr 20, 2021
</time>
@ -289,8 +292,8 @@
<p>This is why it was important to prepare for this scenario in advance, and Im happy that we did so, theres a lot of work and optimization done in the past couple of years that I believe put BlueWallet in the state of the art in the ecosystem when it comes to fees and transaction optimization for the user. From the top notch fee estimation to the batch experience, to the ability to just cancel a transaction that it is taking too long.</p>
<p>1 sat/b transaction fees are gone (at least for awhile) and theres now a fee market that we need to optimize for. \
\
<p>1 sat/b transaction fees are gone (at least for awhile) and theres now a fee market that we need to optimize for. <br />
<br />
Keep building!</p>
@ -606,12 +609,12 @@ Keep building!</p>
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -666,7 +669,7 @@ Keep building!</p>
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -685,7 +688,7 @@ Keep building!</p>
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -693,7 +696,7 @@ Keep building!</p>
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -754,8 +757,9 @@ Keep building!</p>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>BlueWallet - 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 name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="BlueWallet - Bitcoin wallet and Lightning wallet for iOS and Android" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<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/" />
<meta property="og:url" content="https://bluewallet.io/" />
<meta name="twitter:description" 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="http://localhost:4000/" />
<meta property="og:url" content="http://localhost:4000/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="BlueWallet - Bitcoin wallet and Lightning wallet for iOS and Android" />
<script type="application/ld+json">
{"@type":"WebSite","url":"https://bluewallet.io/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"BlueWallet - Bitcoin wallet and Lightning wallet for iOS and Android","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","name":"BlueWallet - Bitcoin Wallet for iOS and Android","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebSite","author":{"@type":"Person","name":"BlueWallet"},"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","headline":"BlueWallet - Bitcoin wallet and Lightning wallet for iOS and Android","name":"BlueWallet - Bitcoin Wallet for iOS and Android","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="BlueWallet - Bitcoin wallet and Lightning wallet for iOS and Android" />
<meta property="og:type" content="website" />
<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/" />
<meta property="og:url" content="http://localhost:4000/" />
<meta property="og:title" content="BlueWallet - 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="BlueWallet - 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/" />
<meta name="twitter:url" content="http://localhost:4000/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -206,39 +209,30 @@
</div>
<div class="uk-section uk-padding-remove-vertical section-hero uk-position-relative uk-scrollspy-inview uk-animation-slide-bottom-medium">
<div class="uk-container">
<div class="uk-text-center uk-grid-match" uk-grid="">
<div class="uk-width-expand@m uk-grid-match">
<div class="uk-card uk-card-small uk-grid-match">
<div class="uk-margin-auto-vertical">
<h1 class="uk-heading-primary uk-text-left@m uk-text-center uk-margin-medium-top">Radically Simple &amp; Powerful Bitcoin Wallet</h1>
<div class="uk-grid-match uk-grid-small" uk-grid="">
<div class="uk-text-left@m uk-width-auto@m uk-width-1-2@s">
<a href="https://itunes.apple.com/app/bluewallet-bitcoin-wallet/id1376878040" target="_blank">
<img class="bounce" 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-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 class="bounce" src="https://bluewallet.io/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android" />
</a>
</div>
</div>
<p class="uk-padding uk-padding-remove-horizontal uk-text-lead uk-text-left@m uk-text-center@s">Direct download available for <a href="https://github.com/BlueWallet/BlueWallet/releases" target="_blank">android</a> and <a href="/desktop-bitcoin-wallet">Desktop</a></p>
</div>
</div>
</div>
<div class="uk-width-1-3@m">
<div class="uk-card uk-card-small merda">
<div data-offset="5" class="poster">
<div class="shine"></div>
<div data-offset="3" class="layer-4"></div>
</div>
</div>
<div class="uk-section section-hero uk-position-relative uk-scrollspy-inview uk-animation-slide-bottom-medium">
<div class="uk-container">
<div class="uk-grid-match" uk-grid="">
<div class="uk-width-3-5@m">
<div class="uk-margin-auto-vertical">
<div class="uk-text-left@m uk-text-center"><span class="uk-badge" id="hero-version" style="display:none"></span></div>
<h1 class="uk-heading-hero uk-text-left@m uk-text-center">Radically Simple &amp;<br />Powerful Bitcoin Wallet</h1>
<p class="hero-subtitle uk-text-left@m uk-text-center" id="hero-donate"></p>
<div class="hero-badges uk-flex-left@m uk-flex-center">
<a href="https://itunes.apple.com/app/bluewallet-bitcoin-wallet/id1376878040" target="_blank">
<img class="bounce" src="http://localhost:4000/uploads//app-store-badge-blue.svg" alt="download bitcoin wallet for ios" />
</a>
<a href="https://play.google.com/store/apps/details?id=io.bluewallet.bluewallet" target="_blank">
<img class="bounce" src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android" />
</a>
</div>
<p class="hero-subtitle uk-text-left@m uk-text-center">Direct download available for <a href="https://github.com/BlueWallet/BlueWallet/releases" target="_blank">android</a> and <a href="/desktop-bitcoin-wallet">Desktop</a></p>
</div>
</div>
</div>
<div class="uk-width-2-5@m">
<img src="http://localhost:4000/uploads//bluewallet-preview.png" alt="BlueWallet app preview" class="hero-preview-img" />
</div>
</div>
</div>
</div>
<div class="uk-section">
@ -264,7 +258,7 @@
<span data-uk-icon="icon: watch-only; ratio: 3.4" class="">
<img src="https://bluewallet.io/uploads//watch-only.svg" alt="download bitcoin wallet for ios" />
<img src="http://localhost:4000/uploads//watch-only.svg" alt="download bitcoin wallet for ios" />
</span>
@ -288,7 +282,7 @@
<span data-uk-icon="icon: ms-vault; ratio: 3.4" class="">
<img src="https://bluewallet.io/uploads//ms-vault.svg" alt="download bitcoin wallet for ios" />
<img src="http://localhost:4000/uploads//ms-vault.svg" alt="download bitcoin wallet for ios" />
</span>
@ -312,7 +306,7 @@
<span data-uk-icon="icon: lightning; ratio: 3.4" class="">
<img src="https://bluewallet.io/uploads//lightning.svg" alt="download bitcoin wallet for ios" />
<img src="http://localhost:4000/uploads//lightning.svg" alt="download bitcoin wallet for ios" />
</span>
@ -336,7 +330,7 @@
<span data-uk-icon="icon: notifications; ratio: 3.4" class="">
<img src="https://bluewallet.io/uploads//notifications.svg" alt="download bitcoin wallet for ios" />
<img src="http://localhost:4000/uploads//notifications.svg" alt="download bitcoin wallet for ios" />
</span>
@ -360,7 +354,7 @@
<span data-uk-icon="icon: pdeniability; ratio: 3.4" class="">
<img src="https://bluewallet.io/uploads//pdeniability.svg" alt="download bitcoin wallet for ios" />
<img src="http://localhost:4000/uploads//pdeniability.svg" alt="download bitcoin wallet for ios" />
</span>
@ -384,7 +378,7 @@
<span data-uk-icon="icon: fees; ratio: 3.4" class="">
<img src="https://bluewallet.io/uploads//fees.svg" alt="download bitcoin wallet for ios" />
<img src="http://localhost:4000/uploads//fees.svg" alt="download bitcoin wallet for ios" />
</span>
@ -864,12 +858,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -924,7 +918,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -943,7 +937,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -951,7 +945,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -1012,8 +1006,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Introducing Local Trader — v5.2.0 | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Introducing Local Trader — v5.2.0" />
<meta name="author" content="nuno" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Version 5.2.0 is out and it introduces some cool new features and a new Product. Lets take a look shall we." />
<meta property="og:description" content="Version 5.2.0 is out and it introduces some cool new features and a new Product. Lets take a look shall we." />
<link rel="canonical" href="https://bluewallet.io/introducing-local-trader-v5-2-0/" />
<meta property="og:url" content="https://bluewallet.io/introducing-local-trader-v5-2-0/" />
<meta name="twitter:description" property="og:description" content="Version 5.2.0 is out and it introduces some cool new features and a new Product. Lets take a look shall we." />
<link rel="canonical" href="http://localhost:4000/introducing-local-trader-v5-2-0/" />
<meta property="og:url" content="http://localhost:4000/introducing-local-trader-v5-2-0/" />
<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="2020-04-03T20:29:44+02:00" />
<meta property="article:published_time" content="2020-04-03T19:29:44+01:00" />
<meta property="article:modified_time" content="2020-04-03T19:29:44+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Introducing Local Trader — v5.2.0" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/introducing-local-trader-v5-2-0/"},"@type":"BlogPosting","url":"https://bluewallet.io/introducing-local-trader-v5-2-0/","author":{"@type":"Person","name":"nuno"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"headline":"Introducing Local Trader — v5.2.0","dateModified":"2020-04-03T20:29:44+02:00","description":"Version 5.2.0 is out and it introduces some cool new features and a new Product. Lets take a look shall we.","datePublished":"2020-04-03T20:29:44+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"nuno"},"dateModified":"2020-04-03T19:29:44+01:00","datePublished":"2020-04-03T19:29:44+01:00","description":"Version 5.2.0 is out and it introduces some cool new features and a new Product. Lets take a look shall we.","headline":"Introducing Local Trader — v5.2.0","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/introducing-local-trader-v5-2-0/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"nuno"},"url":"http://localhost:4000/introducing-local-trader-v5-2-0/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Introducing Local Trader — v5.2.0" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/introducing-local-trader-v5-2-0/" />
<meta property="og:url" content="http://localhost:4000/introducing-local-trader-v5-2-0/" />
<meta property="og:title" content="Introducing Local Trader — v5.2.0" />
<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="Introducing Local Trader — v5.2.0" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/introducing-local-trader-v5-2-0/" />
<meta name="twitter:url" content="http://localhost:4000/introducing-local-trader-v5-2-0/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">BlueWallet</span></span><br>
<time datetime="2020-04-03T20:29:44+02:00" itemprop="datePublished">
<time datetime="2020-04-03T19:29:44+01:00" itemprop="datePublished">
Apr 3, 2020
</time>
@ -616,12 +619,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -676,7 +679,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -695,7 +698,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -703,7 +706,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -764,8 +767,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Introducing v6 with Multisig | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Introducing v6 with Multisig" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Version 6 of BlueWallet has been introduced a couple of months ago and it brings all the power of Multisig to a mobile app." />
<meta property="og:description" content="Version 6 of BlueWallet has been introduced a couple of months ago and it brings all the power of Multisig to a mobile app." />
<link rel="canonical" href="https://bluewallet.io/introducing-v6-with-multisig/" />
<meta property="og:url" content="https://bluewallet.io/introducing-v6-with-multisig/" />
<meta name="twitter:description" property="og:description" content="Version 6 of BlueWallet has been introduced a couple of months ago and it brings all the power of Multisig to a mobile app." />
<link rel="canonical" href="http://localhost:4000/introducing-v6-with-multisig/" />
<meta property="og:url" content="http://localhost:4000/introducing-v6-with-multisig/" />
<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-04-02T14:56:23+02:00" />
<meta property="article:published_time" content="2021-04-02T13:56:23+01:00" />
<meta property="article:modified_time" content="2021-04-02T13:56:23+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Introducing v6 with Multisig" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/introducing-v6-with-multisig/"},"@type":"BlogPosting","url":"https://bluewallet.io/introducing-v6-with-multisig/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Introducing v6 with Multisig","dateModified":"2021-04-02T14:56:23+02:00","description":"Version 6 of BlueWallet has been introduced a couple of months ago and it brings all the power of Multisig to a mobile app.","datePublished":"2021-04-02T14:56:23+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"BlueWallet"},"dateModified":"2021-04-02T13:56:23+01:00","datePublished":"2021-04-02T13:56:23+01:00","description":"Version 6 of BlueWallet has been introduced a couple of months ago and it brings all the power of Multisig to a mobile app.","headline":"Introducing v6 with Multisig","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/introducing-v6-with-multisig/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/introducing-v6-with-multisig/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Introducing v6 with Multisig " />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/introducing-v6-with-multisig/" />
<meta property="og:url" content="http://localhost:4000/introducing-v6-with-multisig/" />
<meta property="og:title" content="Introducing v6 with Multisig " />
<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="Introducing v6 with Multisig " />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/introducing-v6-with-multisig/" />
<meta name="twitter:url" content="http://localhost:4000/introducing-v6-with-multisig/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">BlueWallet</span></span><br>
<time datetime="2021-04-02T14:56:23+02:00" itemprop="datePublished">
<time datetime="2021-04-02T13:56:23+01:00" itemprop="datePublished">
Apr 2, 2021
</time>
@ -256,7 +259,7 @@
<p>You can create all Vault keys in the same device, and remove or edit these keys later. Having all keys on the same device has the equivalent security of a regular Bitcoin wallet. As advised above, please consider multiple devices from the start.</p>
<figure class="">
<img src="https://bluewallet.io/uploads/tip2.png" alt="Multisig bitcoin wallet" />
<img src="http://localhost:4000/uploads/tip2.png" alt="Multisig bitcoin wallet" />
</figure>
@ -265,7 +268,7 @@
<p>On the wallet options you will find your Vault backup and watch-only (coordination) backup. This backup is like a map to your wallet. It is essential for wallet recover in case you lose one of your seeds.</p>
<figure class="">
<img src="https://bluewallet.io/uploads/tip3.png" alt="Multisig bitcoin wallet" />
<img src="http://localhost:4000/uploads/tip3.png" alt="Multisig bitcoin wallet" />
</figure>
@ -274,7 +277,7 @@
<p>To import a Multisig, use your multisig backup file and use the import feature. If you only have extended keys and seeds, you can use the individual import fields on the Add Vault creation option.</p>
<figure class="">
<img src="https://bluewallet.io/uploads/tip4.png" alt="Multisig bitcoin wallet" />
<img src="http://localhost:4000/uploads/tip4.png" alt="Multisig bitcoin wallet" />
</figure>
@ -283,7 +286,7 @@
<p>By default BlueWallet will generate a 2of3 Vault. To create a different quorum or to change the address type you can activate the advanced options in the Settings.</p>
<figure class="">
<img src="https://bluewallet.io/uploads/tip5.png" alt="Multisig bitcoin wallet" />
<img src="http://localhost:4000/uploads/tip5.png" alt="Multisig bitcoin wallet" />
</figure>
@ -299,7 +302,7 @@
</div>
</div>
<p>\
<p><br />
Give it a go, feedback and violent reactions welcomed :)</p>
@ -619,12 +622,12 @@ Give it a go, feedback and violent reactions welcomed :)</p>
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -679,7 +682,7 @@ Give it a go, feedback and violent reactions welcomed :)</p>
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -698,7 +701,7 @@ Give it a go, feedback and violent reactions welcomed :)</p>
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -706,7 +709,7 @@ Give it a go, feedback and violent reactions welcomed :)</p>
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -767,8 +770,9 @@ Give it a go, feedback and violent reactions welcomed :)</p>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Lightning Wallet - Bitcoin wallet for iOS and Android | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Lightning Wallet - Bitcoin wallet for iOS and Android" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Lightning wallets are a faster and cheaper way to transact with bitcoin. A Bitcoin wallet for iOS. Easy to use and secure" />
<meta property="og:description" content="Lightning wallets are a faster and cheaper way to transact with bitcoin. A Bitcoin wallet for iOS. Easy to use and secure" />
<link rel="canonical" href="https://bluewallet.io/lightning/" />
<meta property="og:url" content="https://bluewallet.io/lightning/" />
<meta name="twitter:description" property="og:description" content="Lightning wallets are a faster and cheaper way to transact with bitcoin. A Bitcoin wallet for iOS. Easy to use and secure" />
<link rel="canonical" href="http://localhost:4000/lightning/" />
<meta property="og:url" content="http://localhost:4000/lightning/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Lightning Wallet - Bitcoin wallet for iOS and Android" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/lightning/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Lightning Wallet - Bitcoin wallet for iOS and Android","description":"Lightning wallets are a faster and cheaper way to transact with bitcoin. A Bitcoin wallet for iOS. Easy to use and secure","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"Lightning wallets are a faster and cheaper way to transact with bitcoin. A Bitcoin wallet for iOS. Easy to use and secure","headline":"Lightning Wallet - Bitcoin wallet for iOS and Android","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/lightning/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Lightning Wallet - Bitcoin wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Lightning wallets are a faster and cheaper way to transact with bitcoin. A Bitcoin wallet for iOS. Easy to use and secure" />
<meta property="og:url" content="https://bluewallet.io/lightning/" />
<meta property="og:url" content="http://localhost:4000/lightning/" />
<meta property="og:title" content="Lightning Wallet - Bitcoin 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="Lightning Wallet - Bitcoin wallet for iOS and Android" />
<meta name="twitter:description" content="Lightning wallets are a faster and cheaper way to transact with bitcoin. A Bitcoin wallet for iOS. Easy to use and secure" />
<meta name="twitter:url" content="https://bluewallet.io/lightning/" />
<meta name="twitter:url" content="http://localhost:4000/lightning/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -212,7 +215,7 @@
<h4 class="uk-h2">Connected to your own node</h4>
<p class="uk-text-lead">You can use <strong>your own node</strong>. Allows you to seamlessly use the Lightning Network, with accounts associated to your node. Ideal for your family wallets, small communities or groups of people running their own nodes. It uses <a href="/lndhub">LNDhub</a> to power the connection.</p>
<div class="uk-container-medium imghere uk-padding-remove@s uk-padding-remove-bottom uk-animation-slide-bottom-medium">
<img src="https://bluewallet.io/uploads//lightning-wallet.png" alt="lightning wallet bitcoin" />
<img src="http://localhost:4000/uploads//lightning-wallet.png" alt="lightning wallet bitcoin" />
</div>
</div>
</div>
@ -494,12 +497,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -554,7 +557,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -573,7 +576,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -581,7 +584,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -642,8 +645,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>LndHUB - A Lightning Hub for Service providers. | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="LndHUB - A Lightning Hub for Service providers." />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="A Lightning Hub for Service providers. Bluewallet lightning network wallet for iOS and Android" />
<meta property="og:description" content="A Lightning Hub for Service providers. Bluewallet lightning network wallet for iOS and Android" />
<link rel="canonical" href="https://bluewallet.io/lndhub/" />
<meta property="og:url" content="https://bluewallet.io/lndhub/" />
<meta name="twitter:description" property="og:description" content="A Lightning Hub for Service providers. Bluewallet lightning network wallet for iOS and Android" />
<link rel="canonical" href="http://localhost:4000/lndhub/" />
<meta property="og:url" content="http://localhost:4000/lndhub/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="LndHUB - A Lightning Hub for Service providers." />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/lndhub/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"LndHUB - A Lightning Hub for Service providers.","description":"A Lightning Hub for Service providers. Bluewallet lightning network wallet for iOS and Android","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"A Lightning Hub for Service providers. Bluewallet lightning network wallet for iOS and Android","headline":"LndHUB - A Lightning Hub for Service providers.","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/lndhub/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="LndHUB - A Lightning Hub for Service providers." />
<meta property="og:type" content="website" />
<meta property="og:description" content="A Lightning Hub for Service providers. Bluewallet lightning network wallet for iOS and Android" />
<meta property="og:url" content="https://bluewallet.io/lndhub/" />
<meta property="og:url" content="http://localhost:4000/lndhub/" />
<meta property="og:title" content="LndHUB - A Lightning Hub for Service providers." />
<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="LndHUB - A Lightning Hub for Service providers." />
<meta name="twitter:description" content="A Lightning Hub for Service providers. Bluewallet lightning network wallet for iOS and Android" />
<meta name="twitter:url" content="https://bluewallet.io/lndhub/" />
<meta name="twitter:url" content="http://localhost:4000/lndhub/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -212,7 +215,7 @@
<div class="uk-grid-match uk-text-center uk-grid-small" data-uk-grid="">
<div>
<div class="uk-card uk-card-small uk-card-body uk-inline reasons border-radius-medium">
<img src="https://bluewallet.io/uploads//local-trader/lndhub-logo.svg" alt="lndhub bluewallet lightning" />
<img src="http://localhost:4000/uploads//local-trader/lndhub-logo.svg" alt="lndhub bluewallet lightning" />
</div>
</div>
</div>
@ -229,7 +232,7 @@
<div class="uk-section-large">
<div class="uk-container">
<h1 class="uk-h1">How does it work</h1>
<img src="https://bluewallet.io/uploads//local-trader/lndhub-graph.png" alt="lndhub bluewallet lightning" />
<img src="http://localhost:4000/uploads//local-trader/lndhub-graph.png" alt="lndhub bluewallet lightning" />
<div class="uk-margin-large uk-card uk-card-body">
<p class="uk-text-lead">The user sends a transaction to a dedicated top-up address, and this balance is added to his account on LNDhub. Then, the user can use this balance to pay Lightning invoices. But under the hood, its actually LNDhub who pays the invoice, deducting users account balance. It works the same way when the user wants to receive a Lightning payment - its LNDhub who creates the Lightning invoice and actually receives coins on one of its channels.</p>
</div>
@ -443,12 +446,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -503,7 +506,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -522,7 +525,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -530,7 +533,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -591,8 +594,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Multisig Vault - Most secure for large amounts Bitcoin wallet for iOS and Android | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Multisig Vault - Most secure for large amounts Bitcoin wallet for iOS and Android" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Multisig wallets are like a vault, where multiple keys are needed to spend Bitcoin. Best security for cold storage wallets for improved bitcoin security. A Bitcoin wallet for iOS. Easy to use and secure" />
<meta property="og:description" content="Multisig wallets are like a vault, where multiple keys are needed to spend Bitcoin. Best security for cold storage wallets for improved bitcoin security. A Bitcoin wallet for iOS. Easy to use and secure" />
<link rel="canonical" href="https://bluewallet.io/multisig-wallet/" />
<meta property="og:url" content="https://bluewallet.io/multisig-wallet/" />
<meta name="twitter:description" property="og:description" content="Multisig wallets are like a vault, where multiple keys are needed to spend Bitcoin. Best security for cold storage wallets for improved bitcoin security. A Bitcoin wallet for iOS. Easy to use and secure" />
<link rel="canonical" href="http://localhost:4000/multisig-wallet/" />
<meta property="og:url" content="http://localhost:4000/multisig-wallet/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Multisig Vault - Most secure for large amounts Bitcoin wallet for iOS and Android" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/multisig-wallet/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Multisig Vault - Most secure for large amounts Bitcoin wallet for iOS and Android","description":"Multisig wallets are like a vault, where multiple keys are needed to spend Bitcoin. Best security for cold storage wallets for improved bitcoin security. A Bitcoin wallet for iOS. Easy to use and secure","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"Multisig wallets are like a vault, where multiple keys are needed to spend Bitcoin. Best security for cold storage wallets for improved bitcoin security. A Bitcoin wallet for iOS. Easy to use and secure","headline":"Multisig Vault - Most secure for large amounts Bitcoin wallet for iOS and Android","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/multisig-wallet/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/multisig.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/multisig.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/multisig.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/multisig.png" />
<meta property="og:site_name" content="Multisig Vault - Most secure for large amounts Bitcoin wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Multisig wallets are like a vault, where multiple keys are needed to spend Bitcoin. Best security for cold storage wallets for improved bitcoin security. A Bitcoin wallet for iOS. Easy to use and secure" />
<meta property="og:url" content="https://bluewallet.io/multisig-wallet/" />
<meta property="og:url" content="http://localhost:4000/multisig-wallet/" />
<meta property="og:title" content="Multisig Vault - Most secure for large amounts Bitcoin 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="Multisig Vault - Most secure for large amounts Bitcoin wallet for iOS and Android" />
<meta name="twitter:description" content="Multisig wallets are like a vault, where multiple keys are needed to spend Bitcoin. Best security for cold storage wallets for improved bitcoin security. A Bitcoin wallet for iOS. Easy to use and secure" />
<meta name="twitter:url" content="https://bluewallet.io/multisig-wallet/" />
<meta name="twitter:url" content="http://localhost:4000/multisig-wallet/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -211,7 +214,7 @@
<h1 class="uk-heading-hero">Multisig Vault</h1>
<p class="uk-text-lead">The most secure Bitcoin technology. Multisig is like a vault, where multiple keys are needed to spend Bitcoin.<br />Recommended for cold storage and large amounts.</p>
<div class="uk-container-medium imghere uk-padding-remove@s uk-padding-remove-bottom uk-animation-slide-bottom-medium">
<img src="https://bluewallet.io/uploads//multisig-wallet.png" alt="download bitcoin wallet for desktop" />
<img src="http://localhost:4000/uploads//multisig-wallet.png" alt="download bitcoin wallet for desktop" />
</div>
</div>
</div>
@ -530,12 +533,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -590,7 +593,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -609,7 +612,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -617,7 +620,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -678,8 +681,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>BlueWallet - Bitcoin wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="BlueWallet - Bitcoin wallet" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<meta property="og:description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<link rel="canonical" href="https://bluewallet.io/pgp/" />
<meta property="og:url" content="https://bluewallet.io/pgp/" />
<meta name="twitter:description" property="og:description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<link rel="canonical" href="http://localhost:4000/pgp/" />
<meta property="og:url" content="http://localhost:4000/pgp/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="BlueWallet - Bitcoin wallet" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/pgp/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"BlueWallet - Bitcoin wallet","description":"A Bitcoin wallet for iOS. Easy to use and secure","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"A Bitcoin wallet for iOS. Easy to use and secure","headline":"BlueWallet - Bitcoin wallet","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/pgp/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="BlueWallet - Bitcoin wallet" />
<meta property="og:type" content="website" />
<meta property="og:description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<meta property="og:url" content="https://bluewallet.io/pgp/" />
<meta property="og:url" content="http://localhost:4000/pgp/" />
<meta property="og:title" content="BlueWallet - Bitcoin wallet" />
<meta property="fb:app_id" content="254973701957449" />
<meta property="fb:pages" content="499685187154976" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="BlueWallet - Bitcoin wallet" />
<meta name="twitter:description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<meta name="twitter:url" content="https://bluewallet.io/pgp/" />
<meta name="twitter:url" content="http://localhost:4000/pgp/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -226,7 +229,7 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
@ -262,43 +265,55 @@ aSYC79NrrMX2DrfS5LnvhsVbQHfBFvTYkcV1WyrPikw2hDFVnI8KO1kycZc2CYrp
D0maI1fGa9q49YqcJ6BAfXpWgYq91KIcu1d/rPZAVB97h+tcL7ZiB7jpRXWbTBOJ
XaOBAlHNrIa4JFVBiTY+i5QIuky8Msr9+ZAAiysrtc/zVEfMk9YJoHZwAQARAQAB
tCVCbHVlV2FsbGV0IDxibHVld2FsbGV0QGJsdWV3YWxsZXQuaW8+iQJUBBMBCAA+
FiEE3eUOA0BX8zfc/mrSe31v703loAEFAmFPcOYCGwMFCQeGGwAFCwkIBwIGFQoJ
CAsCBBYCAwECHgECF4AACgkQe31v703loAEm0w/+I0DZNCAbuT5vzHFxVg2qKyOX
M+k0SEcnzDudC31B5Y83Riw4EZJ3HV1WurF9hcTayOc7dOc1xvXo1/H7XMbrOFU4
ZFwnJQ5d5B2f8jFsVjX++Z+8x6CtFEN7qPszbeGZnfIzBooRd/tE0lJ18jl8JbhY
nfq7uLv3oIIubdqozOp09tY7gl7rfmDXcr2FMAuB0cxOhhvsZPeEa2y+JlhTPA+/
axVl9CXesBxrxa462GQR50O8laLBBr5ewDfkky2BD1mhGa8ksxsrZyDy5rJ1iy6g
5ZNopG6D+yazD02QKDLetdQOlHw6uRNROgFxCbLnJyya+FH0B+tyPoL8hsg1Baj/
NyE9hdCS9bQxD28Ed5Gm5EKaPY5APMGb2ZfMetiwMTs0D66jWWku4yuaRT8gS866
Q3ERVVj7dm+LTBUkAD7GHCCvK/ZQTpfjSV2waU3vVTq05yNqLUSpU3FIYPYzbYtd
mIhhuqAHz/gUBeF9eOnmkGqlXXisL8DffxevBDQTTxMm7HZE4PnPEuTGpAraa1WM
/u6hfgqYg231nv8UheDg+ilrImqEwuRucmCaXpgF9NJABMUCSFuwxTzBoFw7Fi9A
G6s/R7yUgq7eVlwLrOMKdyBPKNdGCi4TGmPziDaiNaeLl0wGZUQS7qGxm0p8iRVD
nAHXCjQpM5HmefttiaS5Ag0EYU9w5gEQAM1QGPzCqU2QXdVNmZVjs8RFod00FNkv
VO0ipxmLXrSF70RnYCiXaKkGByVQO246Uql0id2PEOC63QPzhiqtmjDoe9aihFCB
TizDzeULYmmp0E2rCdXds/Pi2DQFjVBsCqR6TZprCQ7E82RgtlobtB0rCMLdu07J
U+8dUpnmhK6LQrxe57Msh/DIlT3VtTjKyZ6rkCrxBcqPMxCRckJHEgjxTe01H318
rNHhVTADkcqXQ4vzHwzU80Mnoy3j+JB5O9S5vNfzt2iPMNK+JNG7YMy8tZM52++T
smxvsNGAjHfEd2Xct/uKhAVpIEob3rliJ5D98ZEjtlDy3PW182cKql6yQ71Gj7nt
55QwpnZbK9Lv5M11jrk4ZPhXX4mDEJNkCKseoPpmmK+vxqLlytsgto9javoQKMYb
WBnVrTduJCa8DdIapMV7Xsh8c6qcB5HP6M8VMfMiEomgaouRwr14kqlkmMCcTWAY
qlM4lA8Hkh3FRX9NirBE6A4jLw2rp+s8tqI/J4/awDRzS2DlmWdcrjlAW4cwWkXe
SKcWzLXIABqFt/NFwiCsBG40DG00t3+xNEnb48QV61UUG8WCpNuib060WPqr9z5T
sCCx/OSeo/SyAaEGRsi/+hxlXglmBSo/botU/NkPo9sDRNRiMxUX0GnbS6v3l7nE
hkdxGE5WcPz1ABEBAAGJAjwEGAEIACYWIQTd5Q4DQFfzN9z+atJ7fW/vTeWgAQUC
YU9w5gIbDAUJB4YbAAAKCRB7fW/vTeWgAT66EACmhca1xaKAZPUgWvf93zO0cZvM
YjUn0ISrlu20TZDoz9Jb9FsjZB+1bYE98CansSolwJa3N1a4kP8yKmxxE17i0ra7
75tv9e6WTHhx896KjAMtmBNbVe/YmgLuZJA1XctOcy/PVsK9fyGt+OQ/FDS4+yVc
SqwivswTa41SnZbHZD1lx4HCuESZseloj+UBB/NKzRaRKLrVyVLkyp8yJmFKOdnV
njjUt52891SnnkeNhIHaUlfkc/K9DfxL0e/63bVzTHstCekYMBBGlb5A8eTgsAws
43U8GbgBxCIBSKJSMVsMIJVZt8XSAttuCY7GI+ngIim+P6vIXUZhyv6W8YltCtR6
8JXCxAcERqx1OpZ54gixM/iPlUFEeQN2bFqCUBPGS/5DeO/kFRoLAZK/jSdmYVvE
EIy3aTE4sD6d6Mf4adfB2QcRydginDbYEjQP3+klPPCFqIxpzYvvmgeiTUfPwyc3
92bPh9+47Yx/pq0AQMIu/mAG7oTgr4d8f63dxh9Mw0a6Z1yC13dQlZmHGy+rRz47
4JIeqXXXw4oI7jXb/6Ki1PLpdlBX0OJ1Th69bynbtu7rY1zeinDzVyfmdREx1uGU
VG6tCorKCNaAtrkdHKYAKASyMsM0+JIBNe0oMzd22O2/An0CPHSxtlITRC6mt3vh
8WKu1F44JlDUS7YDfw==
=HhzW
AhsDBQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAFiEE3eUOA0BX8zfc/mrSe31v703l
oAEFAmoPcb0FCQyCZ9cACgkQe31v703loAHpmQ/8DSsYtGBTbGVl7gUykbkp5762
isAVhwvoUeZ/NP3kW0X7gKjsBTXyN2/Q2yld0w4yI4YuAjq3+z6YREqDPkzx4uFb
RWc1rhcFtktA83pCnw34dFzUksTaWLL+c5FFMuSYOG3EgkUBmQtk2SxBazPHP69z
VuSyDp5ATLElb1Zc6aUi0N8/Sjvf9nfw1RsVmw8BLN2QXXqCa4vdgWSy/3xrMvnF
9ozyJYeVGOiMSdpneLm0n+jj2KbexdNQds0UNSzpt1cLdTzHJISsxrXHbVvktrvq
zBBnHZiUynblwroSRRpbOGqh7R9e8Zq+742qLb2vy3KVdWRFo1C6Nkg4/pncn0JI
dgHdcycgwN7qRIEkn6GPT/1bz9a4CsqlPUU0GWENBG4b7NLD6CNAvnC8zYsg8ta9
esHez8efoKdsmuqh/44X8k5KQ0EM5w6c8dLufIJPbCDmzhW0f5sWkN2rmp4aBnFF
W1EVl9RvsAtJ711wItTS5EhGRttoAp6sFznQVfOV4GERkQKn5V3F3hxY5FCNGVDI
0VcT5acx9gyZmitgRqrVVSJYd+0l9QkEcocDELXI39apkhiycokf5OiQUqdRAJwY
YJfDzHnMbhqR9HcDwwNZJfGpkfWkvT6G7DspL4M8ShtcLd4+OCkn+0OAB+GNgBrB
tqM67u9hKdPeqHiELRWJAlQEEwEIAD4WIQTd5Q4DQFfzN9z+atJ7fW/vTeWgAQUC
YU9w5gIbAwUJB4YbAAULCQgHAgYVCgkICwIEFgIDAQIeAQIXgAAKCRB7fW/vTeWg
ASbTD/4jQNk0IBu5Pm/McXFWDaorI5cz6TRIRyfMO50LfUHljzdGLDgRkncdXVa6
sX2FxNrI5zt05zXG9ejX8ftcxus4VThkXCclDl3kHZ/yMWxWNf75n7zHoK0UQ3uo
+zNt4Zmd8jMGihF3+0TSUnXyOXwluFid+ru4u/eggi5t2qjM6nT21juCXut+YNdy
vYUwC4HRzE6GG+xk94RrbL4mWFM8D79rFWX0Jd6wHGvFrjrYZBHnQ7yVosEGvl7A
N+STLYEPWaEZrySzGytnIPLmsnWLLqDlk2ikboP7JrMPTZAoMt611A6UfDq5E1E6
AXEJsucnLJr4UfQH63I+gvyGyDUFqP83IT2F0JL1tDEPbwR3kabkQpo9jkA8wZvZ
l8x62LAxOzQPrqNZaS7jK5pFPyBLzrpDcRFVWPt2b4tMFSQAPsYcIK8r9lBOl+NJ
XbBpTe9VOrTnI2otRKlTcUhg9jNti12YiGG6oAfP+BQF4X146eaQaqVdeKwvwN9/
F68ENBNPEybsdkTg+c8S5MakCtprVYz+7qF+CpiDbfWe/xSF4OD6KWsiaoTC5G5y
YJpemAX00kAExQJIW7DFPMGgXDsWL0Abqz9HvJSCrt5WXAus4wp3IE8o10YKLhMa
Y/OINqI1p4uXTAZlRBLuobGbSnyJFUOcAdcKNCkzkeZ5+22JpLkCDQRhT3DmARAA
zVAY/MKpTZBd1U2ZlWOzxEWh3TQU2S9U7SKnGYtetIXvRGdgKJdoqQYHJVA7bjpS
qXSJ3Y8Q4LrdA/OGKq2aMOh71qKEUIFOLMPN5QtiaanQTasJ1d2z8+LYNAWNUGwK
pHpNmmsJDsTzZGC2Whu0HSsIwt27TslT7x1SmeaErotCvF7nsyyH8MiVPdW1OMrJ
nquQKvEFyo8zEJFyQkcSCPFN7TUffXys0eFVMAORypdDi/MfDNTzQyejLeP4kHk7
1Lm81/O3aI8w0r4k0btgzLy1kznb75OybG+w0YCMd8R3Zdy3+4qEBWkgShveuWIn
kP3xkSO2UPLc9bXzZwqqXrJDvUaPue3nlDCmdlsr0u/kzXWOuThk+FdfiYMQk2QI
qx6g+maYr6/GouXK2yC2j2Nq+hAoxhtYGdWtN24kJrwN0hqkxXteyHxzqpwHkc/o
zxUx8yISiaBqi5HCvXiSqWSYwJxNYBiqUziUDweSHcVFf02KsEToDiMvDaun6zy2
oj8nj9rANHNLYOWZZ1yuOUBbhzBaRd5IpxbMtcgAGoW380XCIKwEbjQMbTS3f7E0
SdvjxBXrVRQbxYKk26JvTrRY+qv3PlOwILH85J6j9LIBoQZGyL/6HGVeCWYFKj9u
i1T82Q+j2wNE1GIzFRfQadtLq/eXucSGR3EYTlZw/PUAEQEAAYkCPAQYAQgAJhYh
BN3lDgNAV/M33P5q0nt9b+9N5aABBQJhT3DmAhsMBQkHhhsAAAoJEHt9b+9N5aAB
ProQAKaFxrXFooBk9SBa9/3fM7Rxm8xiNSfQhKuW7bRNkOjP0lv0WyNkH7VtgT3w
JqexKiXAlrc3VriQ/zIqbHETXuLStrvvm2/17pZMeHHz3oqMAy2YE1tV79iaAu5k
kDVdy05zL89Wwr1/Ia345D8UNLj7JVxKrCK+zBNrjVKdlsdkPWXHgcK4RJmx6WiP
5QEH80rNFpEoutXJUuTKnzImYUo52dWeONS3nbz3VKeeR42EgdpSV+Rz8r0N/EvR
7/rdtXNMey0J6RgwEEaVvkDx5OCwDCzjdTwZuAHEIgFIolIxWwwglVm3xdIC224J
jsYj6eAiKb4/q8hdRmHK/pbxiW0K1HrwlcLEBwRGrHU6lnniCLEz+I+VQUR5A3Zs
WoJQE8ZL/kN47+QVGgsBkr+NJ2ZhW8QQjLdpMTiwPp3ox/hp18HZBxHJ2CKcNtgS
NA/f6SU88IWojGnNi++aB6JNR8/DJzf3Zs+H37jtjH+mrQBAwi7+YAbuhOCvh3x/
rd3GH0zDRrpnXILXd1CVmYcbL6tHPjvgkh6pddfDigjuNdv/oqLU8ul2UFfQ4nVO
Hr1vKdu27utjXN6KcPNXJ+Z1ETHW4ZRUbq0KisoI1oC2uR0cpgAoBLIywzT4kgE1
7SgzN3bY7b8CfQI8dLG2UhNELqa3e+HxYq7UXjgmUNRLtgN/
=XFoT
-----END PGP PUBLIC KEY BLOCK-----
</pre>
</div>
@ -796,8 +811,9 @@ function copyToClipboard(element) {
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>BlueWallet - Bitcoin wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="BlueWallet - Bitcoin wallet" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<meta property="og:description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<link rel="canonical" href="https://bluewallet.io/privacy/" />
<meta property="og:url" content="https://bluewallet.io/privacy/" />
<meta name="twitter:description" property="og:description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<link rel="canonical" href="http://localhost:4000/privacy/" />
<meta property="og:url" content="http://localhost:4000/privacy/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="BlueWallet - Bitcoin wallet" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/privacy/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"BlueWallet - Bitcoin wallet","description":"A Bitcoin wallet for iOS. Easy to use and secure","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"A Bitcoin wallet for iOS. Easy to use and secure","headline":"BlueWallet - Bitcoin wallet","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/privacy/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="BlueWallet - Bitcoin wallet" />
<meta property="og:type" content="website" />
<meta property="og:description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<meta property="og:url" content="https://bluewallet.io/privacy/" />
<meta property="og:url" content="http://localhost:4000/privacy/" />
<meta property="og:title" content="BlueWallet - Bitcoin wallet" />
<meta property="fb:app_id" content="254973701957449" />
<meta property="fb:pages" content="499685187154976" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="BlueWallet - Bitcoin wallet" />
<meta name="twitter:description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<meta name="twitter:url" content="https://bluewallet.io/privacy/" />
<meta name="twitter:url" content="http://localhost:4000/privacy/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -469,12 +472,12 @@ Send you the updates you subscribe for.</p>
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -529,7 +532,7 @@ Send you the updates you subscribe for.</p>
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -548,7 +551,7 @@ Send you the updates you subscribe for.</p>
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -556,7 +559,7 @@ Send you the updates you subscribe for.</p>
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -617,8 +620,9 @@ Send you the updates you subscribe for.</p>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,7 +5,7 @@
"category" : "",
"tags" : "usage, featured",
"url" : "/docs/backup-wallet/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -13,7 +13,7 @@
"category" : "",
"tags" : "usage",
"url" : "/docs/batching/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -21,7 +21,7 @@
"category" : "",
"tags" : "usage",
"url" : "/docs/cobo-vault/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -29,7 +29,7 @@
"category" : "",
"tags" : "hww",
"url" : "/docs/coldcard-dropbox/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -37,7 +37,7 @@
"category" : "",
"tags" : "hww",
"url" : "/docs/coldcard-watch/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -45,7 +45,7 @@
"category" : "",
"tags" : "hww, usage, featured",
"url" : "/docs/coldcard/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -53,7 +53,7 @@
"category" : "",
"tags" : "usage, featured",
"url" : "/docs/create-bitcoin-wallet/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -61,7 +61,7 @@
"category" : "",
"tags" : "setup",
"url" : "/docs/create-lightning-wallet/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -69,7 +69,7 @@
"category" : "",
"tags" : "usage, featured",
"url" : "/docs/create-multisig-wallet/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -77,7 +77,7 @@
"category" : "",
"tags" : "usage, featured",
"url" : "/docs/import-wallet/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -85,7 +85,7 @@
"category" : "",
"tags" : "setup",
"url" : "/docs/intro/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -93,7 +93,7 @@
"category" : "",
"tags" : "lndhub",
"url" : "/docs/lndhub-macos/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -101,7 +101,7 @@
"category" : "",
"tags" : "lndhub",
"url" : "/docs/lndhub-raspibolt/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -109,7 +109,7 @@
"category" : "",
"tags" : "lndhub",
"url" : "/docs/lndhub-ubuntu/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -117,7 +117,7 @@
"category" : "",
"tags" : "setup",
"url" : "/docs/manual-entropy/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -125,7 +125,7 @@
"category" : "",
"tags" : "usage",
"url" : "/docs/multisig-spend/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -133,7 +133,7 @@
"category" : "",
"tags" : "usage, featured",
"url" : "/docs/multisig-wallet/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -141,7 +141,7 @@
"category" : "",
"tags" : "setup",
"url" : "/docs/recover-lndhub/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -149,7 +149,7 @@
"category" : "",
"tags" : "usage, featured",
"url" : "/docs/recover-wallet/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
} ,
{
@ -157,7 +157,7 @@
"category" : "",
"tags" : "usage",
"url" : "/docs/sign-offline/",
"date" : "2024-09-09 17:21:26 +0200"
"date" : "2026-06-09 19:14:38 +0100"
}
]

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Sunsetting Lndhub.io | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Sunsetting Lndhub.io" />
<meta name="author" content="nuno" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Today, we are announcing that the Lightning node, Lndhub.io, where BlueWallet provides Lightning wallets to its users, is sunsetting. While you can still withdraw your sats, creating new or refilling existing Lightning wallets on LndHub node will no longer be possible." />
<meta property="og:description" content="Today, we are announcing that the Lightning node, Lndhub.io, where BlueWallet provides Lightning wallets to its users, is sunsetting. While you can still withdraw your sats, creating new or refilling existing Lightning wallets on LndHub node will no longer be possible." />
<link rel="canonical" href="https://bluewallet.io/sunsetting-lndhub/" />
<meta property="og:url" content="https://bluewallet.io/sunsetting-lndhub/" />
<meta name="twitter:description" property="og:description" content="Today, we are announcing that the Lightning node, Lndhub.io, where BlueWallet provides Lightning wallets to its users, is sunsetting. While you can still withdraw your sats, creating new or refilling existing Lightning wallets on LndHub node will no longer be possible." />
<link rel="canonical" href="http://localhost:4000/sunsetting-lndhub/" />
<meta property="og:url" content="http://localhost:4000/sunsetting-lndhub/" />
<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="2023-02-23T11:27:00+01:00" />
<meta property="article:published_time" content="2023-02-23T10:27:00+00:00" />
<meta property="article:modified_time" content="2023-02-23T10:27:00+00:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Sunsetting Lndhub.io" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/sunsetting-lndhub/"},"@type":"BlogPosting","url":"https://bluewallet.io/sunsetting-lndhub/","author":{"@type":"Person","name":"nuno"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"headline":"Sunsetting Lndhub.io","dateModified":"2023-02-23T11:27:00+01:00","description":"Today, we are announcing that the Lightning node, Lndhub.io, where BlueWallet provides Lightning wallets to its users, is sunsetting. While you can still withdraw your sats, creating new or refilling existing Lightning wallets on LndHub node will no longer be possible.","datePublished":"2023-02-23T11:27:00+01:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"nuno"},"dateModified":"2023-02-23T10:27:00+00:00","datePublished":"2023-02-23T10:27:00+00:00","description":"Today, we are announcing that the Lightning node, Lndhub.io, where BlueWallet provides Lightning wallets to its users, is sunsetting. While you can still withdraw your sats, creating new or refilling existing Lightning wallets on LndHub node will no longer be possible.","headline":"Sunsetting Lndhub.io","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/sunsetting-lndhub/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"nuno"},"url":"http://localhost:4000/sunsetting-lndhub/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Sunsetting Lndhub.io" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/sunsetting-lndhub/" />
<meta property="og:url" content="http://localhost:4000/sunsetting-lndhub/" />
<meta property="og:title" content="Sunsetting Lndhub.io" />
<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="Sunsetting Lndhub.io" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/sunsetting-lndhub/" />
<meta name="twitter:url" content="http://localhost:4000/sunsetting-lndhub/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">BlueWallet</span></span><br>
<time datetime="2023-02-23T11:27:00+01:00" itemprop="datePublished">
<time datetime="2023-02-23T10:27:00+00:00" itemprop="datePublished">
Feb 23, 2023
</time>
@ -577,12 +580,12 @@ You will always be able to connect to your own LndHub from BlueWallet or other s
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -637,7 +640,7 @@ You will always be able to connect to your own LndHub from BlueWallet or other s
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -656,7 +659,7 @@ You will always be able to connect to your own LndHub from BlueWallet or other s
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -664,7 +667,7 @@ You will always be able to connect to your own LndHub from BlueWallet or other s
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -725,8 +728,9 @@ You will always be able to connect to your own LndHub from BlueWallet or other s
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Thanks | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Thanks" />
<meta name="author" content="BlueWallet" />
<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" />
<meta property="og: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" />
<link rel="canonical" href="https://bluewallet.io/thanks/" />
<meta property="og:url" content="https://bluewallet.io/thanks/" />
<meta name="twitter:description" property="og: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" />
<link rel="canonical" href="http://localhost:4000/thanks/" />
<meta property="og:url" content="http://localhost:4000/thanks/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Thanks" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/thanks/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Thanks","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","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"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","headline":"Thanks","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/thanks/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Thanks" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/thanks/" />
<meta property="og:url" content="http://localhost:4000/thanks/" />
<meta property="og:title" content="Thanks" />
<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="Thanks" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/thanks/" />
<meta name="twitter:url" content="http://localhost:4000/thanks/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -431,12 +434,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -491,7 +494,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -510,7 +513,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -518,7 +521,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -579,8 +582,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>BlueWallet - Bitcoin wallet | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="BlueWallet - Bitcoin wallet" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<meta property="og:description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<link rel="canonical" href="https://bluewallet.io/tos/" />
<meta property="og:url" content="https://bluewallet.io/tos/" />
<meta name="twitter:description" property="og:description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<link rel="canonical" href="http://localhost:4000/tos/" />
<meta property="og:url" content="http://localhost:4000/tos/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="BlueWallet - Bitcoin wallet" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/tos/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"BlueWallet - Bitcoin wallet","description":"A Bitcoin wallet for iOS. Easy to use and secure","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"A Bitcoin wallet for iOS. Easy to use and secure","headline":"BlueWallet - Bitcoin wallet","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/tos/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="BlueWallet - Bitcoin wallet" />
<meta property="og:type" content="website" />
<meta property="og:description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<meta property="og:url" content="https://bluewallet.io/tos/" />
<meta property="og:url" content="http://localhost:4000/tos/" />
<meta property="og:title" content="BlueWallet - Bitcoin wallet" />
<meta property="fb:app_id" content="254973701957449" />
<meta property="fb:pages" content="499685187154976" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="BlueWallet - Bitcoin wallet" />
<meta name="twitter:description" content="A Bitcoin wallet for iOS. Easy to use and secure" />
<meta name="twitter:url" content="https://bluewallet.io/tos/" />
<meta name="twitter:url" content="http://localhost:4000/tos/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -443,12 +446,12 @@ The hosted Lightnig Network wallets should be used as an experimental feature, f
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -503,7 +506,7 @@ The hosted Lightnig Network wallets should be used as an experimental feature, f
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -522,7 +525,7 @@ The hosted Lightnig Network wallets should be used as an experimental feature, f
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -530,7 +533,7 @@ The hosted Lightnig Network wallets should be used as an experimental feature, f
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -591,8 +594,9 @@ The hosted Lightnig Network wallets should be used as an experimental feature, f
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>v4.0.2 is out on android and iOS | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="v4.0.2 is out on android and iOS" />
<meta name="author" content="nuno" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="update on bluewallet.io" />
<meta property="og:description" content="update on bluewallet.io" />
<link rel="canonical" href="https://bluewallet.io/v4-0-2-is-out-on-android-and-iOS-73b0133f8916/" />
<meta property="og:url" content="https://bluewallet.io/v4-0-2-is-out-on-android-and-iOS-73b0133f8916/" />
<meta name="twitter:description" property="og:description" content="update on bluewallet.io" />
<link rel="canonical" href="http://localhost:4000/v4-0-2-is-out-on-android-and-iOS-73b0133f8916/" />
<meta property="og:url" content="http://localhost:4000/v4-0-2-is-out-on-android-and-iOS-73b0133f8916/" />
<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="2019-05-28T11:45:00+02:00" />
<meta property="article:published_time" content="2019-05-28T10:45:00+01:00" />
<meta property="article:modified_time" content="2019-05-28T10:45:00+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="v4.0.2 is out on android and iOS" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/v4-0-2-is-out-on-android-and-iOS-73b0133f8916/"},"@type":"BlogPosting","url":"https://bluewallet.io/v4-0-2-is-out-on-android-and-iOS-73b0133f8916/","author":{"@type":"Person","name":"nuno"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"headline":"v4.0.2 is out on android and iOS","dateModified":"2019-05-28T11:45:00+02:00","description":"update on bluewallet.io","datePublished":"2019-05-28T11:45:00+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"nuno"},"dateModified":"2019-05-28T10:45:00+01:00","datePublished":"2019-05-28T10:45:00+01:00","description":"update on bluewallet.io","headline":"v4.0.2 is out on android and iOS","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/v4-0-2-is-out-on-android-and-iOS-73b0133f8916/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"nuno"},"url":"http://localhost:4000/v4-0-2-is-out-on-android-and-iOS-73b0133f8916/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="v4.0.2 is out on android and iOS" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/v4-0-2-is-out-on-android-and-iOS-73b0133f8916/" />
<meta property="og:url" content="http://localhost:4000/v4-0-2-is-out-on-android-and-iOS-73b0133f8916/" />
<meta property="og:title" content="v4.0.2 is out on android and iOS" />
<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="v4.0.2 is out on android and iOS" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/v4-0-2-is-out-on-android-and-iOS-73b0133f8916/" />
<meta name="twitter:url" content="http://localhost:4000/v4-0-2-is-out-on-android-and-iOS-73b0133f8916/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">BlueWallet</span></span><br>
<time datetime="2019-05-28T11:45:00+02:00" itemprop="datePublished">
<time datetime="2019-05-28T10:45:00+01:00" itemprop="datePublished">
May 28, 2019
</time>
@ -563,12 +566,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -623,7 +626,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -642,7 +645,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -650,7 +653,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -711,8 +714,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>v5.0.0 — Coldcard wallet support | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="v5.0.0 — Coldcard wallet support" />
<meta name="author" content="nuno" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Olá! 👋" />
<meta property="og:description" content="Olá! 👋" />
<link rel="canonical" href="https://bluewallet.io/v5-0-0-coldcard-wallet-support/" />
<meta property="og:url" content="https://bluewallet.io/v5-0-0-coldcard-wallet-support/" />
<meta name="twitter:description" property="og:description" content="Olá! 👋" />
<link rel="canonical" href="http://localhost:4000/v5-0-0-coldcard-wallet-support/" />
<meta property="og:url" content="http://localhost:4000/v5-0-0-coldcard-wallet-support/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2020-03-02T19:28:04+01:00" />
<meta property="article:published_time" content="2020-03-02T18:28:04+00:00" />
<meta property="article:modified_time" content="2020-03-02T18:28:04+00:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="v5.0.0 — Coldcard wallet support" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/v5-0-0-coldcard-wallet-support/"},"@type":"BlogPosting","url":"https://bluewallet.io/v5-0-0-coldcard-wallet-support/","author":{"@type":"Person","name":"nuno"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"headline":"v5.0.0 — Coldcard wallet support","dateModified":"2020-03-02T19:28:04+01:00","description":"Olá! 👋","datePublished":"2020-03-02T19:28:04+01:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"nuno"},"dateModified":"2020-03-02T18:28:04+00:00","datePublished":"2020-03-02T18:28:04+00:00","description":"Olá! 👋","headline":"v5.0.0 — Coldcard wallet support","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/v5-0-0-coldcard-wallet-support/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"nuno"},"url":"http://localhost:4000/v5-0-0-coldcard-wallet-support/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="v5.0.0 — Coldcard wallet support" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/v5-0-0-coldcard-wallet-support/" />
<meta property="og:url" content="http://localhost:4000/v5-0-0-coldcard-wallet-support/" />
<meta property="og:title" content="v5.0.0 — Coldcard wallet support" />
<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="v5.0.0 — Coldcard wallet support" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/v5-0-0-coldcard-wallet-support/" />
<meta name="twitter:url" content="http://localhost:4000/v5-0-0-coldcard-wallet-support/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">BlueWallet</span></span><br>
<time datetime="2020-03-02T19:28:04+01:00" itemprop="datePublished">
<time datetime="2020-03-02T18:28:04+00:00" itemprop="datePublished">
Mar 2, 2020
</time>
@ -589,12 +592,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -649,7 +652,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -668,7 +671,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -676,7 +679,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -737,8 +740,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>v5.3.5SendMax on all wallets | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="v5.3.5SendMax on all wallets" />
<meta name="author" content="nuno" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Version 5.3.5 of BlueWallet Bitcoin wallet is out on iOS and android. And, as usual is full of improvements and bug fixes. Lets take a closer look on them." />
<meta property="og:description" content="Version 5.3.5 of BlueWallet Bitcoin wallet is out on iOS and android. And, as usual is full of improvements and bug fixes. Lets take a closer look on them." />
<link rel="canonical" href="https://bluewallet.io/v5-3-5-SendMax-on-all-wallets-9f5566d51a09/" />
<meta property="og:url" content="https://bluewallet.io/v5-3-5-SendMax-on-all-wallets-9f5566d51a09/" />
<meta name="twitter:description" property="og:description" content="Version 5.3.5 of BlueWallet Bitcoin wallet is out on iOS and android. And, as usual is full of improvements and bug fixes. Lets take a closer look on them." />
<link rel="canonical" href="http://localhost:4000/v5-3-5-SendMax-on-all-wallets-9f5566d51a09/" />
<meta property="og:url" content="http://localhost:4000/v5-3-5-SendMax-on-all-wallets-9f5566d51a09/" />
<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="2020-05-07T14:44:00+02:00" />
<meta property="article:published_time" content="2020-05-07T13:44:00+01:00" />
<meta property="article:modified_time" content="2020-05-07T13:44:00+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="v5.3.5SendMax on all wallets" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/v5-3-5-SendMax-on-all-wallets-9f5566d51a09/"},"@type":"BlogPosting","url":"https://bluewallet.io/v5-3-5-SendMax-on-all-wallets-9f5566d51a09/","author":{"@type":"Person","name":"nuno"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"headline":"v5.3.5SendMax on all wallets","dateModified":"2020-05-07T14:44:00+02:00","description":"Version 5.3.5 of BlueWallet Bitcoin wallet is out on iOS and android. And, as usual is full of improvements and bug fixes. Lets take a closer look on them.","datePublished":"2020-05-07T14:44:00+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"nuno"},"dateModified":"2020-05-07T13:44:00+01:00","datePublished":"2020-05-07T13:44:00+01:00","description":"Version 5.3.5 of BlueWallet Bitcoin wallet is out on iOS and android. And, as usual is full of improvements and bug fixes. Lets take a closer look on them.","headline":"v5.3.5SendMax on all wallets","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/v5-3-5-SendMax-on-all-wallets-9f5566d51a09/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"nuno"},"url":"http://localhost:4000/v5-3-5-SendMax-on-all-wallets-9f5566d51a09/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="v5.3.5SendMax on all wallets" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/v5-3-5-SendMax-on-all-wallets-9f5566d51a09/" />
<meta property="og:url" content="http://localhost:4000/v5-3-5-SendMax-on-all-wallets-9f5566d51a09/" />
<meta property="og:title" content="v5.3.5SendMax on all wallets" />
<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="v5.3.5SendMax on all wallets" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/v5-3-5-SendMax-on-all-wallets-9f5566d51a09/" />
<meta name="twitter:url" content="http://localhost:4000/v5-3-5-SendMax-on-all-wallets-9f5566d51a09/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">BlueWallet</span></span><br>
<time datetime="2020-05-07T14:44:00+02:00" itemprop="datePublished">
<time datetime="2020-05-07T13:44:00+01:00" itemprop="datePublished">
May 7, 2020
</time>
@ -592,12 +595,12 @@ android: <a href="https://t.co/fUA6dVjtNw?amp=1" title="http://bit.ly/2XjBEnm">h
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -652,7 +655,7 @@ android: <a href="https://t.co/fUA6dVjtNw?amp=1" title="http://bit.ly/2XjBEnm">h
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -671,7 +674,7 @@ android: <a href="https://t.co/fUA6dVjtNw?amp=1" title="http://bit.ly/2XjBEnm">h
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -679,7 +682,7 @@ android: <a href="https://t.co/fUA6dVjtNw?amp=1" title="http://bit.ly/2XjBEnm">h
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -740,8 +743,9 @@ android: <a href="https://t.co/fUA6dVjtNw?amp=1" title="http://bit.ly/2XjBEnm">h
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>v5.5.0 — Buy Bitcoin without KYC, Cobo Vault support | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="v5.5.0 — Buy Bitcoin without KYC, Cobo Vault support" />
<meta name="author" content="nuno" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Our last update was in May, and ho boy! We have been busy. On the latest versions a lot of improvements were introduced, most notable the option to Buy Bitcoin from the Local Trader, a p2p marketplace. And, Cobo Vault support, with QR codes, air-gapped PSBTs, one of the first of its kind. Lets take a closer look on the latest developments and updates. Theres a lot to tell :)" />
<meta property="og:description" content="Our last update was in May, and ho boy! We have been busy. On the latest versions a lot of improvements were introduced, most notable the option to Buy Bitcoin from the Local Trader, a p2p marketplace. And, Cobo Vault support, with QR codes, air-gapped PSBTs, one of the first of its kind. Lets take a closer look on the latest developments and updates. Theres a lot to tell :)" />
<link rel="canonical" href="https://bluewallet.io/v5-5-0-buy-bitcoin-without-kyc-cobo-vault-support/" />
<meta property="og:url" content="https://bluewallet.io/v5-5-0-buy-bitcoin-without-kyc-cobo-vault-support/" />
<meta name="twitter:description" property="og:description" content="Our last update was in May, and ho boy! We have been busy. On the latest versions a lot of improvements were introduced, most notable the option to Buy Bitcoin from the Local Trader, a p2p marketplace. And, Cobo Vault support, with QR codes, air-gapped PSBTs, one of the first of its kind. Lets take a closer look on the latest developments and updates. Theres a lot to tell :)" />
<link rel="canonical" href="http://localhost:4000/v5-5-0-buy-bitcoin-without-kyc-cobo-vault-support/" />
<meta property="og:url" content="http://localhost:4000/v5-5-0-buy-bitcoin-without-kyc-cobo-vault-support/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2020-07-13T20:31:12+02:00" />
<meta property="article:published_time" content="2020-07-13T19:31:12+01:00" />
<meta property="article:modified_time" content="2020-07-13T19:31:12+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="v5.5.0 — Buy Bitcoin without KYC, Cobo Vault support" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/v5-5-0-buy-bitcoin-without-kyc-cobo-vault-support/"},"@type":"BlogPosting","url":"https://bluewallet.io/v5-5-0-buy-bitcoin-without-kyc-cobo-vault-support/","author":{"@type":"Person","name":"nuno"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"headline":"v5.5.0 — Buy Bitcoin without KYC, Cobo Vault support","dateModified":"2020-07-13T20:31:12+02:00","description":"Our last update was in May, and ho boy! We have been busy. On the latest versions a lot of improvements were introduced, most notable the option to Buy Bitcoin from the Local Trader, a p2p marketplace. And, Cobo Vault support, with QR codes, air-gapped PSBTs, one of the first of its kind. Lets take a closer look on the latest developments and updates. Theres a lot to tell :)","datePublished":"2020-07-13T20:31:12+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"nuno"},"dateModified":"2020-07-13T19:31:12+01:00","datePublished":"2020-07-13T19:31:12+01:00","description":"Our last update was in May, and ho boy! We have been busy. On the latest versions a lot of improvements were introduced, most notable the option to Buy Bitcoin from the Local Trader, a p2p marketplace. And, Cobo Vault support, with QR codes, air-gapped PSBTs, one of the first of its kind. Lets take a closer look on the latest developments and updates. Theres a lot to tell :)","headline":"v5.5.0 — Buy Bitcoin without KYC, Cobo Vault support","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/v5-5-0-buy-bitcoin-without-kyc-cobo-vault-support/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"nuno"},"url":"http://localhost:4000/v5-5-0-buy-bitcoin-without-kyc-cobo-vault-support/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="v5.5.0 — Buy Bitcoin without KYC, Cobo Vault support" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/v5-5-0-buy-bitcoin-without-kyc-cobo-vault-support/" />
<meta property="og:url" content="http://localhost:4000/v5-5-0-buy-bitcoin-without-kyc-cobo-vault-support/" />
<meta property="og:title" content="v5.5.0 — Buy Bitcoin without KYC, Cobo Vault support" />
<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="v5.5.0 — Buy Bitcoin without KYC, Cobo Vault support" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/v5-5-0-buy-bitcoin-without-kyc-cobo-vault-support/" />
<meta name="twitter:url" content="http://localhost:4000/v5-5-0-buy-bitcoin-without-kyc-cobo-vault-support/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">BlueWallet</span></span><br>
<time datetime="2020-07-13T20:31:12+02:00" itemprop="datePublished">
<time datetime="2020-07-13T19:31:12+01:00" itemprop="datePublished">
Jul 13, 2020
</time>
@ -253,7 +256,7 @@
<h2>Input local currency</h2>
<p>We struggle to add this feature, but the requests wont stop coming, and it is understandable. I hope this will help more than it will cause any problems related to exchange rates, price volatility, etc.\
<p>We struggle to add this feature, but the requests wont stop coming, and it is understandable. I hope this will help more than it will cause any problems related to exchange rates, price volatility, etc.<br />
We are going to keep a look on its evolution closely.</p>
<h2>Camera/Scan on the main screen</h2>
@ -586,12 +589,12 @@ We are going to keep a look on its evolution closely.</p>
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -646,7 +649,7 @@ We are going to keep a look on its evolution closely.</p>
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -665,7 +668,7 @@ We are going to keep a look on its evolution closely.</p>
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -673,7 +676,7 @@ We are going to keep a look on its evolution closely.</p>
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -734,8 +737,9 @@ We are going to keep a look on its evolution closely.</p>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,40 +5,43 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>v5.5.2 - Ground Control | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="v5.5.2 - Ground Control" />
<meta name="author" content="nuno" />
<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" />
<meta property="og: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" />
<link rel="canonical" href="https://bluewallet.io/v5-5-2-Ground-Control-87073ed44910/" />
<meta property="og:url" content="https://bluewallet.io/v5-5-2-Ground-Control-87073ed44910/" />
<meta name="twitter:description" property="og: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" />
<link rel="canonical" href="http://localhost:4000/v5-5-2-Ground-Control-87073ed44910/" />
<meta property="og:url" content="http://localhost:4000/v5-5-2-Ground-Control-87073ed44910/" />
<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="2020-08-04T10:27:00+02:00" />
<meta property="article:published_time" content="2020-08-04T09:27:00+01:00" />
<meta property="article:modified_time" content="2020-08-04T09:27:00+01:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="v5.5.2 - Ground Control" />
<script type="application/ld+json">
{"mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/v5-5-2-Ground-Control-87073ed44910/"},"@type":"BlogPosting","url":"https://bluewallet.io/v5-5-2-Ground-Control-87073ed44910/","author":{"@type":"Person","name":"nuno"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"headline":"v5.5.2 - Ground Control","dateModified":"2020-08-04T10:27:00+02:00","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","datePublished":"2020-08-04T10:27:00+02:00","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"nuno"},"dateModified":"2020-08-04T09:27:00+01:00","datePublished":"2020-08-04T09:27:00+01:00","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","headline":"v5.5.2 - Ground Control","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/v5-5-2-Ground-Control-87073ed44910/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"nuno"},"url":"http://localhost:4000/v5-5-2-Ground-Control-87073ed44910/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="v5.5.2 - Ground Control" />
<meta property="og:type" content="website" />
<meta property="og:description" content="" />
<meta property="og:url" content="https://bluewallet.io/v5-5-2-Ground-Control-87073ed44910/" />
<meta property="og:url" content="http://localhost:4000/v5-5-2-Ground-Control-87073ed44910/" />
<meta property="og:title" content="v5.5.2 - Ground Control" />
<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="v5.5.2 - Ground Control" />
<meta name="twitter:description" content="" />
<meta name="twitter:url" content="https://bluewallet.io/v5-5-2-Ground-Control-87073ed44910/" />
<meta name="twitter:url" content="http://localhost:4000/v5-5-2-Ground-Control-87073ed44910/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -218,14 +221,14 @@
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
<img class="uk-border-circle avatar" src="http://localhost:4000/uploads/nuno.png" alt="BlueWallet">
<div>
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">BlueWallet</span></span><br>
<time datetime="2020-08-04T10:27:00+02:00" itemprop="datePublished">
<time datetime="2020-08-04T09:27:00+01:00" itemprop="datePublished">
Aug 4, 2020
</time>
@ -604,12 +607,12 @@ FIX: Font-Color in Input Field “transaction notes”</p>
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -664,7 +667,7 @@ FIX: Font-Color in Input Field “transaction notes”</p>
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -683,7 +686,7 @@ FIX: Font-Color in Input Field “transaction notes”</p>
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -691,7 +694,7 @@ FIX: Font-Color in Input Field “transaction notes”</p>
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -752,8 +755,9 @@ FIX: Font-Color in Input Field “transaction notes”</p>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Apple Watch app - Bitcoin and Lightning wallet for iOS and Apple Watch | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Apple Watch app - Bitcoin and Lightning wallet for iOS and Apple Watch" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Apple Watch app for bitcoin and lightning" />
<meta property="og:description" content="Apple Watch app for bitcoin and lightning" />
<link rel="canonical" href="https://bluewallet.io/watch-app/" />
<meta property="og:url" content="https://bluewallet.io/watch-app/" />
<meta name="twitter:description" property="og:description" content="Apple Watch app for bitcoin and lightning" />
<link rel="canonical" href="http://localhost:4000/watch-app/" />
<meta property="og:url" content="http://localhost:4000/watch-app/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Apple Watch app - Bitcoin and Lightning wallet for iOS and Apple Watch" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/watch-app/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Apple Watch app - Bitcoin and Lightning wallet for iOS and Apple Watch","description":"Apple Watch app for bitcoin and lightning","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"Apple Watch app for bitcoin and lightning","headline":"Apple Watch app - Bitcoin and Lightning wallet for iOS and Apple Watch","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/watch-app/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/home.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/home.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/home.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/home.png" />
<meta property="og:site_name" content="Apple Watch app - Bitcoin and Lightning wallet for iOS and Apple Watch" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Apple Watch app for bitcoin and lightning" />
<meta property="og:url" content="https://bluewallet.io/watch-app/" />
<meta property="og:url" content="http://localhost:4000/watch-app/" />
<meta property="og:title" content="Apple Watch app - Bitcoin and Lightning wallet for iOS and Apple Watch" />
<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="Apple Watch app - Bitcoin and Lightning wallet for iOS and Apple Watch" />
<meta name="twitter:description" content="Apple Watch app for bitcoin and lightning" />
<meta name="twitter:url" content="https://bluewallet.io/watch-app/" />
<meta name="twitter:url" content="http://localhost:4000/watch-app/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -219,7 +222,7 @@
<div class="uk-text-left@m uk-width-auto@m uk-width-1-2@s">
<p class="uk-padding uk-padding-remove-horizontal uk-padding-remove-top uk-text-lead uk-text-left@m uk-text-center@s">A beautifully designed apple watch app for Bitcoin.<br />A first of its kind, by BlueWallet.</p>
<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" />
<img src="http://localhost:4000/uploads//app-store-badge-blue.svg" alt="download bitcoin wallet for ios" />
</a>
</div>
</div>
@ -228,7 +231,7 @@
</div>
<div class="uk-width-1-2@m">
<div class="uk-card uk-card-small merda">
<img class="localtrader" src="https://bluewallet.io/uploads//watch-app/watch-head.png" alt="apple watch app for bitcoin" />
<img class="localtrader" src="http://localhost:4000/uploads//watch-app/watch-head.png" alt="apple watch app for bitcoin" />
</div>
</div>
</div>
@ -262,7 +265,7 @@
</div>
<div class="uk-section-large uk-scrollspy-inview uk-animation-slide-bottom-medium">
<div class="uk-container watch-demo uk-text-center">
<img src="https://bluewallet.io/uploads//watch-app/watch-demo.png" alt="apple watch download bitcoin wallet for ios" />
<img src="http://localhost:4000/uploads//watch-app/watch-demo.png" alt="apple watch download bitcoin wallet for ios" />
</div>
</div>
@ -470,12 +473,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -530,7 +533,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -549,7 +552,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -557,7 +560,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -618,8 +621,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -5,38 +5,41 @@
<meta charset="utf-8">
<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 -->
<!-- Begin Jekyll SEO tag v2.9.0 -->
<title>Watch-only Wallet - Bitcoin wallet for iOS and Android | BlueWallet - Bitcoin Wallet for iOS and Android</title>
<meta name="generator" content="Jekyll v3.8.6" />
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Watch-only Wallet - Bitcoin wallet for iOS and Android" />
<meta name="author" content="BlueWallet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Watch-only wallets are cold storage wallets for improved bitcoin security. A Bitcoin wallet for iOS. Easy to use and secure" />
<meta property="og:description" content="Watch-only wallets are cold storage wallets for improved bitcoin security. A Bitcoin wallet for iOS. Easy to use and secure" />
<link rel="canonical" href="https://bluewallet.io/watch-only/" />
<meta property="og:url" content="https://bluewallet.io/watch-only/" />
<meta name="twitter:description" property="og:description" content="Watch-only wallets are cold storage wallets for improved bitcoin security. A Bitcoin wallet for iOS. Easy to use and secure" />
<link rel="canonical" href="http://localhost:4000/watch-only/" />
<meta property="og:url" content="http://localhost:4000/watch-only/" />
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Watch-only Wallet - Bitcoin wallet for iOS and Android" />
<script type="application/ld+json">
{"@type":"WebPage","url":"https://bluewallet.io/watch-only/","author":{"@type":"Person","name":"BlueWallet"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"headline":"Watch-only Wallet - Bitcoin wallet for iOS and Android","description":"Watch-only wallets are cold storage wallets for improved bitcoin security. A Bitcoin wallet for iOS. Easy to use and secure","@context":"https://schema.org"}</script>
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"Watch-only wallets are cold storage wallets for improved bitcoin security. A Bitcoin wallet for iOS. Easy to use and secure","headline":"Watch-only Wallet - Bitcoin wallet for iOS and Android","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"http://localhost:4000/watch-only/"}</script>
<!-- End Jekyll SEO tag -->
<meta property="og:image" content="https://bluewallet.io/uploads/cover/watchonly.png"/>
<meta name="twitter:image" content="https://bluewallet.io/uploads/cover/watchonly.png" />
<meta property="og:image" content="http://localhost:4000/uploads/cover/watchonly.png"/>
<meta name="twitter:image" content="http://localhost:4000/uploads/cover/watchonly.png" />
<meta property="og:site_name" content="Watch-only Wallet - Bitcoin wallet for iOS and Android" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Watch-only wallets are cold storage wallets for improved bitcoin security. A Bitcoin wallet for iOS. Easy to use and secure" />
<meta property="og:url" content="https://bluewallet.io/watch-only/" />
<meta property="og:url" content="http://localhost:4000/watch-only/" />
<meta property="og:title" content="Watch-only Wallet - Bitcoin 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="Watch-only Wallet - Bitcoin wallet for iOS and Android" />
<meta name="twitter:description" content="Watch-only wallets are cold storage wallets for improved bitcoin security. A Bitcoin wallet for iOS. Easy to use and secure" />
<meta name="twitter:url" content="https://bluewallet.io/watch-only/" />
<meta name="twitter:url" content="http://localhost:4000/watch-only/" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" type="image/png" href="/uploads/favicon.png" >
@ -211,7 +214,7 @@
<h1 class="uk-heading-hero">Watch-only</h1>
<p class="uk-text-lead">Watch-only wallets allows you to keep an eye on your cold storage or paper wallet without touching your private key. Easily import your public address, xpub or ypub and watch it from your app without moving anything.</p>
<div class="uk-container-medium imghere uk-padding-remove@s uk-padding-remove-bottom uk-animation-slide-bottom-medium">
<img src="https://bluewallet.io/uploads//watch-only-hero.png" alt="download bitcoin wallet for desktop" />
<img src="http://localhost:4000/uploads//watch-only-hero.png" alt="download bitcoin wallet for desktop" />
</div>
</div>
</div>
@ -266,19 +269,19 @@
<div class="uk-child-width-1-3@m uk-grid-match uk-text-center uk-margin-medium-top uk-grid-small" data-uk-grid="">
<div>
<div class="uk-card uk-card-body uk-inline border-radius-medium">
<img src="https://bluewallet.io/uploads//addwallet.png" alt="download bitcoin wallet for desktop" />
<img src="http://localhost:4000/uploads//addwallet.png" alt="download bitcoin wallet for desktop" />
<h3 class="uk-card-title uk-margin">Tap on add wallet icon</h3>
</div>
</div>
<div>
<div class="uk-card uk-card-body uk-inline border-radius-medium">
<img src="https://bluewallet.io/uploads//importwallet.png" alt="download bitcoin wallet for desktop" />
<img src="http://localhost:4000/uploads//importwallet.png" alt="download bitcoin wallet for desktop" />
<h3 class="uk-card-title uk-margin">Tap "Import wallet" option</h3>
</div>
</div>
<div>
<div class="uk-card uk-card-body uk-inline border-radius-medium">
<img src="https://bluewallet.io/uploads//importok.png" alt="download bitcoin wallet for desktop" />
<img src="http://localhost:4000/uploads//importok.png" alt="download bitcoin wallet for desktop" />
<h3 class="uk-card-title uk-margin">Input or scan a QR code</h3>
</div>
</div>
@ -500,12 +503,12 @@
<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">
<img src="http://localhost:4000/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">
<img src="http://localhost:4000/uploads//play-store-badge-blue.svg" alt="download bitcoin wallet for android">
</a>
</div>
</div>
@ -560,7 +563,7 @@
<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">
<img src="http://localhost:4000/uploads//twitter.svg" alt="twitter bluewallet">
Twitter
</a>
</div>
@ -579,7 +582,7 @@
<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">
<img src="http://localhost:4000/uploads//telegram.svg" alt="telegram bluewallet">
Telegram
</a>
</div>
@ -587,7 +590,7 @@
<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">
<img src="http://localhost:4000/uploads//github.svg" alt="github bluewallet">
Github
</a>
</div>
@ -648,8 +651,9 @@
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="/assets/js/phone.js"></script>
<script src="/assets/js/newsletter.js"></script>
<script src="/assets/js/release-info.js"></script>
<script src="/assets/js/contribute.js"></script>
</body>

View File

@ -2,18 +2,52 @@
# Only the main Sass file needs front matter (the dashes are enough)
---
.merda {
height: 598px;
@media (max-width: 767px) {
margin-bottom: 60px !important;
}
.hero-subtitle {
color: #6B7990;
font-size: 0.875rem;
margin: 0;
a {
color: #6B7990;
text-decoration: underline;
}
}
#hero-version {
padding: 6px 14px;
font-size: 11px;
margin-bottom: 8px;
}
.uk-heading-hero {
margin-top: 4px;
margin-bottom: 4px;
}
.hero-badges {
display: flex;
gap: 16px;
flex-wrap: wrap;
margin-top: 40px;
margin-bottom: 8px;
@media (min-width: 768px) {
margin-top: 120px;
}
}
.hero-preview-img {
width: 100%;
height: auto;
display: block;
@media (min-width: 768px) {
max-width: 90%;
margin-left: auto;
}
}
.uk-navbar {
padding: 26px 0;
padding: 16px 0;
a {
font-weight: 700;
}
}
.section-hero {
padding-top: 0;
}
.uk-heading-primary {
margin-bottom: 24px;
}
@ -40,53 +74,6 @@
max-width: 200px;
}
}
.poster {
max-width: 300px;
height: 611px;
position: relative;
border-radius: 42px;
margin: 0 auto 60px auto;
padding: 0;
@media (min-width: 768px) {
width: 300px;
height: 611px;
position: absolute;
top: 40%;
left: 50%;
margin: -250px 0 0 -160px;
border-radius: 42px;
box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
overflow: hidden;
flex: auto;
align-self: center;
justify-content: center;
padding: 0;
background-color: #1C1C1D;
}
}
@media (min-width: 768px) {
.poster .shine {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 100;
}
}
.poster .layer-4 {
position: absolute;
top: 0px;
left: -5px;
right: -3px;
bottom: -10px;
background-size: 100% auto;
background-repeat: no-repeat;
background-position: 0 0;
-webkit-transition: 0.1s;
transition: 0.1s;
background-image: url("{{ site.uploads | absolute_url }}/bluewallet.png");
}
.uk-card:hover {
transition: all 0.2s ease;
}
@ -219,6 +206,170 @@
color: #ffffff !important;
font-weight: bold;
}
.contribute-cards {
list-style: none;
padding: 0;
&::before {
display: none !important;
}
}
.contribute-cards > * > .contribute-card {
display: block;
padding: 8px;
border: 1.5px solid #D0D5DD !important;
border-radius: 12px;
text-decoration: none !important;
transition: all 0.2s ease;
height: 100%;
background: #fff;
h3 {
font-size: 1rem;
font-weight: 700;
color: #323247;
margin: 12px 0 4px 0;
}
p {
font-size: 0.8125rem;
color: #6B7990;
margin: 0;
line-height: 1.5;
}
&:hover {
border: 1.5px solid #0070FF !important;
box-shadow: 0 2px 12px rgba(0, 112, 255, 0.1);
}
}
.contribute-card-icon {
display: block;
color: #6B7990;
}
.contribute-cards > .uk-active > .contribute-card {
border: 1.5px solid #0070FF !important;
background: #F0F7FF;
.contribute-card-icon {
color: #0070FF;
}
}
#good-first-issues .uk-card,
#bug-issues .uk-card,
#doc-articles .uk-card {
background: #fff;
border: solid 1px #ebecee;
border-radius: 6px;
box-shadow: 0 5px 15px rgba(0,0,0,0.08);
padding: 30px;
transition: all 0.2s ease;
width: 100%;
display: block;
&:hover {
box-shadow: 0 10px 35px rgba(0,0,0,0.12);
}
}
.issue-card-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.issue-number {
font-size: 0.8125rem;
font-weight: 600;
}
.issue-time {
font-size: 0.8125rem;
}
.issue-labels {
display: flex;
flex-wrap: wrap;
gap: 6px;
}
.issue-label {
display: inline-block;
font-size: 11px;
font-weight: 600;
padding: 2px 10px;
border-radius: 500px;
line-height: 1.6;
}
#translation-languages .translation-status {
margin-bottom: 12px;
}
#translation-languages .translation-list {
display: flex;
flex-direction: column;
gap: 12px;
}
#translation-languages .translation-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 14px 20px;
background: #fff;
border: solid 1px #ebecee;
border-radius: 6px;
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
text-decoration: none;
color: inherit;
transition: all 0.2s ease;
&:hover {
border-color: #0070FF;
box-shadow: 0 2px 12px rgba(0, 112, 255, 0.1);
}
}
#translation-languages .translation-name {
font-size: 0.9375rem;
font-weight: 600;
color: #323247;
flex-shrink: 0;
min-width: 180px;
}
#translation-languages .translation-progress-wrap {
display: flex;
align-items: center;
gap: 12px;
flex: 1;
max-width: 420px;
}
#translation-languages .translation-progress {
flex: 1;
height: 8px;
margin: 0;
border-radius: 500px;
overflow: hidden;
-webkit-appearance: none;
appearance: none;
border: none;
background: #e8ecf0;
&::-webkit-progress-bar {
background: #e8ecf0;
border-radius: 500px;
}
&::-webkit-progress-value {
background: #0070FF;
border-radius: 500px;
}
&::-moz-progress-bar {
background: #0070FF;
border-radius: 500px;
}
}
#translation-languages .translation-pct {
font-size: 0.875rem;
font-weight: 600;
color: #323247;
min-width: 40px;
text-align: right;
}
@media (max-width: 640px) {
#translation-languages a.translation-row {
flex-direction: column;
align-items: flex-start;
}
#translation-languages .translation-progress-wrap {
width: 100%;
max-width: none;
}
}
// System fonts
@import "system-font-css/_system-font";

386
assets/js/contribute.js Normal file
View File

@ -0,0 +1,386 @@
(function () {
var BASE_URL = 'https://api.github.com/repos/BlueWallet/BlueWallet/issues?state=open&per_page=20&sort=created&direction=desc&labels=';
var feeds = [
{
id: 'good-first-issues',
cacheKey: 'bw_good_first_issues',
labels: 'good+first+issue+%F0%9F%A5%87,help+wanted'
},
{
id: 'bug-issues',
cacheKey: 'bw_bug_issues',
labels: 'bug'
}
];
function isLightColor(hex) {
var r = parseInt(hex.substr(0, 2), 16);
var g = parseInt(hex.substr(2, 2), 16);
var b = parseInt(hex.substr(4, 2), 16);
return (r * 299 + g * 587 + b * 114) / 1000 > 150;
}
function renderLabels(labels) {
return labels.map(function (label) {
var textColor = isLightColor(label.color) ? '#333' : '#fff';
return '<span class="issue-label" style="background:#' + label.color + ';color:' + textColor + '">' + label.name + '</span>';
}).join(' ');
}
function render(container, issues) {
if (!issues || !issues.length) {
container.innerHTML = '<p class="uk-text-muted">No issues found right now. Check back soon!</p>';
return;
}
var html = '<div class="uk-grid-small uk-child-width-1-1" data-uk-grid>';
issues.forEach(function (issue) {
html +=
'<div>' +
'<div class="uk-card uk-card-default uk-box-shadow-medium uk-card-hover uk-card-body uk-inline border-radius-medium border-light">' +
'<a class="uk-position-cover" href="' + issue.html_url + '" target="_blank"></a>' +
'<span class="uk-text-muted issue-number">#' + issue.number + '</span>' +
'<h3 class="uk-card-title uk-margin-small-top uk-margin-small-bottom">' + issue.title + '</h3>' +
'<div class="issue-labels">' + renderLabels(issue.labels) + '</div>' +
'</div>' +
'</div>';
});
html += '</div>';
container.innerHTML = html;
}
function getCached(key) {
try {
return JSON.parse(localStorage.getItem(key));
} catch (e) {
return null;
}
}
function setCache(key, data) {
try {
localStorage.setItem(key, JSON.stringify(data));
} catch (e) {}
}
feeds.forEach(function (feed) {
var container = document.getElementById(feed.id);
if (!container) return;
fetch(BASE_URL + feed.labels)
.then(function (res) { return res.ok ? res.json() : Promise.reject(); })
.then(function (data) {
setCache(feed.cacheKey, data);
render(container, data);
})
.catch(function () {
var cached = getCached(feed.cacheKey);
if (cached) {
render(container, cached);
} else {
container.innerHTML = '<p class="uk-text-muted">Could not load issues. <a href="https://github.com/BlueWallet/BlueWallet/issues" target="_blank">View on GitHub</a></p>';
}
});
});
// --- Translation stats from BlueWallet loc/*.json on GitHub ---
var RAW_BASE = 'https://cdn.jsdelivr.net/gh/BlueWallet/BlueWallet@master/loc/';
var TRANSIFEX_URL = 'https://explore.transifex.com/bluewallet/bluewallet/';
var TRANSLATION_CACHE_KEY = 'bw_translation_stats';
var CACHE_TTL_MS = 24 * 60 * 60 * 1000;
var BATCH_SIZE = 10;
var FETCH_TIMEOUT_MS = 10000;
var translationsLoaded = false;
var LANG_FILES = {
ar: 'ar.json',
be: 'be@tarask.json',
bg_bg: 'bg_bg.json',
bqi: 'bqi.json',
ca: 'ca.json',
cs_cz: 'cs_cz.json',
cy: 'cy.json',
da_dk: 'da_dk.json',
de_de: 'de_de.json',
el: 'el.json',
es: 'es.json',
es_419: 'es_419.json',
et: 'et_EE.json',
fa: 'fa.json',
fi_fi: 'fi_fi.json',
fo: 'fo.json',
fr_fr: 'fr_fr.json',
he: 'he.json',
hr_hr: 'hr_hr.json',
hu_hu: 'hu_hu.json',
id_id: 'id_id.json',
it: 'it.json',
jp_jp: 'jp_jp.json',
'kk@Cyrl': 'kk@Cyrl.json',
kn: 'kn.json',
ko_kr: 'ko_KR.json',
lrc: 'lrc.json',
ms: 'ms.json',
nb_no: 'nb_no.json',
ne: 'ne.json',
nl_nl: 'nl_nl.json',
pcm: 'pcm.json',
pl: 'pl.json',
pt_br: 'pt_br.json',
pt_pt: 'pt_pt.json',
ro: 'ro.json',
ru: 'ru.json',
si_lk: 'si_LK.json',
sk_sk: 'sk_sk.json',
sl_si: 'sl_SI.json',
sq_AL: 'sq_AL.json',
sr_rs: 'sr_RS.json',
sv_se: 'sv_se.json',
th_th: 'th_th.json',
tr_tr: 'tr_tr.json',
ua: 'ua.json',
vi_vn: 'vi_vn.json',
zar_afr: 'zar_afr.json',
zar_xho: 'zar_xho.json',
zh_cn: 'zh_cn.json',
zh_tw: 'zh_tw.json'
};
var LANG_LABELS = {
ar: 'العربية (AR)',
be: 'Беларускі (BE)',
bg_bg: 'Български (BG)',
bqi: 'لۊری بختیاری (BQI)',
ca: 'Català (CA)',
cs_cz: 'Česky (CZ)',
cy: 'Cymraeg (CY)',
da_dk: 'Danish (DK)',
de_de: 'Deutsch (DE)',
el: 'Ελληνικά (EL)',
es: 'Español (Spain) (es_ES)',
es_419: 'Español (Latin America) (es_419)',
et: 'Eesti (ET)',
fa: 'فارسی (FA)',
fi_fi: 'Suomi (FI)',
fo: 'Føroyskt (FO)',
fr_fr: 'Français (FR)',
he: 'עִברִית (HE)',
hr_hr: 'Croatian (HR)',
hu_hu: 'Magyar (HU)',
id_id: 'Indonesia (ID)',
it: 'Italiano (IT)',
jp_jp: '日本語 (JP)',
'kk@Cyrl': 'Қазақ (KK)',
kn: 'ಕನ್ನಡ (KN)',
ko_kr: '한국어 (KO)',
lrc: 'لٛۏری شومالی (LRC)',
ms: 'Bahasa Melayu (MS)',
nb_no: 'Norsk (NB)',
ne: 'नेपाली (NE)',
nl_nl: 'Nederlands (NL)',
pcm: 'Nigerian Pidgin (NG)',
pl: 'Polski (PL)',
pt_br: 'Português (BR)',
pt_pt: 'Português (PT)',
ro: 'Română (RO)',
ru: 'Русский (RU)',
si_lk: 'සිංහල (SI)',
sk_sk: 'Slovenský (SK)',
sl_si: 'Slovenščina (SL)',
sq_AL: 'Shqip (SQ)',
sr_rs: 'Српски (SR)',
sv_se: 'Svenska (SE)',
th_th: 'Thai (TH)',
tr_tr: 'Türkçe (TR)',
ua: 'Українська (UA)',
vi_vn: 'Vietnamese (VN)',
zar_afr: 'Afrikaans (AFR)',
zar_xho: 'Xhosa (XHO)',
zh_cn: 'Chinese (ZH)',
zh_tw: 'Chinese (TW)'
};
function withEnglish(languages) {
var list = (languages || []).filter(function (lang) {
return lang.code !== 'en';
});
list.push({
code: 'en',
name: 'English',
completion: 100
});
return list;
}
function langEntry(code, completion) {
return {
code: code,
name: LANG_LABELS[code] || code,
completion: completion
};
}
function flatten(obj, prefix) {
var out = {};
prefix = prefix || '';
Object.keys(obj).forEach(function (key) {
var fullKey = prefix ? prefix + '.' + key : key;
var val = obj[key];
if (val && typeof val === 'object' && !Array.isArray(val)) {
Object.assign(out, flatten(val, fullKey));
} else {
out[fullKey] = val;
}
});
return out;
}
function computeCompletion(enFlat, langFlat) {
var total = Object.keys(enFlat).length;
if (!total) return 0;
var translated = 0;
Object.keys(enFlat).forEach(function (key) {
var val = langFlat[key];
if (val !== undefined && String(val).trim() && val !== enFlat[key]) {
translated++;
}
});
return Math.round((translated / total) * 100);
}
function locUrl(file) {
return RAW_BASE + file.replace(/@/g, '%40');
}
function fetchJson(url) {
var timeout = new Promise(function (_, reject) {
setTimeout(function () { reject(new Error('timeout')); }, FETCH_TIMEOUT_MS);
});
return Promise.race([
fetch(url).then(function (res) {
return res.ok ? res.json() : Promise.reject(new Error('http'));
}),
timeout
]);
}
function renderTranslations(container, languages, statusText) {
if (!languages || !languages.length) {
container.innerHTML = '<p class="uk-text-muted">' + (statusText || 'No translation data available.') + '</p>';
return;
}
var sorted = withEnglish(languages).slice().sort(function (a, b) {
if (a.code === 'en') return -1;
if (b.code === 'en') return 1;
return a.completion - b.completion;
});
var html = '';
if (statusText) {
html += '<p class="uk-text-muted translation-status">' + statusText + '</p>';
}
html += '<div class="translation-list">';
sorted.forEach(function (lang) {
html +=
'<a href="' + TRANSIFEX_URL + '" target="_blank" rel="noopener" class="translation-row">' +
'<span class="translation-name">' + lang.name + '</span>' +
'<div class="translation-progress-wrap">' +
'<progress class="translation-progress uk-progress" value="' + lang.completion + '" max="100"></progress>' +
'<span class="translation-pct">' + lang.completion + '%</span>' +
'</div>' +
'</a>';
});
html += '</div>';
container.innerHTML = html;
}
function getTranslationCache() {
try {
var cached = JSON.parse(localStorage.getItem(TRANSLATION_CACHE_KEY));
if (cached && cached.timestamp && Date.now() - cached.timestamp < CACHE_TTL_MS) {
return cached.languages;
}
} catch (e) {}
return null;
}
function setTranslationCache(languages) {
try {
localStorage.setItem(TRANSLATION_CACHE_KEY, JSON.stringify({
timestamp: Date.now(),
languages: languages
}));
} catch (e) {}
}
function fetchBatch(entries, enFlat) {
return Promise.all(entries.map(function (entry) {
return fetchJson(locUrl(entry.file))
.then(function (data) {
return langEntry(entry.code, computeCompletion(enFlat, flatten(data)));
})
.catch(function () {
return langEntry(entry.code, 0);
});
}));
}
function loadTranslations(force) {
var container = document.getElementById('translation-languages');
if (!container || (translationsLoaded && !force)) return;
var cached = !force ? getTranslationCache() : null;
if (cached) {
translationsLoaded = true;
renderTranslations(container, cached);
return;
}
var entries = Object.keys(LANG_FILES).map(function (code) {
return { code: code, file: LANG_FILES[code] };
});
var total = entries.length;
var results = [];
renderTranslations(container, [], 'Loading translations (0/' + total + ')…');
fetchJson(locUrl('en.json'))
.then(function (enJson) {
var enFlat = flatten(enJson);
var chain = Promise.resolve();
for (var i = 0; i < entries.length; i += BATCH_SIZE) {
(function (batch) {
chain = chain.then(function () {
return fetchBatch(batch, enFlat).then(function (batchResults) {
results = results.concat(batchResults);
var done = results.length;
if (done < total) {
renderTranslations(container, results, 'Loading translations (' + done + '/' + total + ')…');
}
});
});
})(entries.slice(i, i + BATCH_SIZE));
}
return chain.then(function () {
translationsLoaded = true;
setTranslationCache(results);
renderTranslations(container, results);
});
})
.catch(function () {
if (results.length) {
translationsLoaded = true;
renderTranslations(container, results, 'Some languages could not be loaded.');
return;
}
container.innerHTML = '<p class="uk-text-muted">Could not load translation stats. <a href="' + TRANSIFEX_URL + '" target="_blank">Join on Transifex</a></p>';
});
}
loadTranslations();
})();

View File

@ -1,37 +0,0 @@
var $poster = $('.poster'),
$shine = $('.shine'),
$layer = $('div[class*="layer-"]'),
w = $(window).width(), //window width
h = $(window).height(); //window height
$(window).on('mousemove', function(e) {
var offsetX = 0.5 - e.pageX / w, //cursor position X
offsetY = 0.5 - e.pageY / h, //cursor position Y
dy = e.pageY - h / 2, //@h/2 = center of poster
dx = e.pageX - w / 2, //@w/2 = center of poster
theta = Math.atan2(dy, dx), //angle between cursor and center of poster in RAD
angle = theta * 180 / Math.PI - 90, //convert rad in degrees
offsetPoster = $poster.data('offset'),
transformPoster = 'translateY(' + -offsetX * offsetPoster + 'px) rotateX(' + (-offsetY * offsetPoster) + 'deg) rotateY(' + (offsetX * (offsetPoster * 2)) + 'deg)'; //poster transform
//get angle between 0-360
if (angle < 0) {
angle = angle + 360;
}
//gradient angle and opacity
$shine.css('background', 'linear-gradient(' + angle + 'deg, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 80%)');
//poster transform
$poster.css('transform', transformPoster);
//parallax foreach layer
$layer.each(function() {
var $this = $(this),
offsetLayer = $this.data('offset') || 0,
transformLayer = 'translateX(' + offsetX * offsetLayer + 'px) translateY(' + offsetY * offsetLayer + 'px)';
$this.css('transform', transformLayer);
});
});

55
assets/js/release-info.js Normal file
View File

@ -0,0 +1,55 @@
(function () {
var CACHE_KEY = 'bw_latest_release';
var API_URL = 'https://api.github.com/repos/BlueWallet/BlueWallet/releases/latest';
function formatDate(isoString) {
var d = new Date(isoString);
var months = ['January','February','March','April','May','June',
'July','August','September','October','November','December'];
return months[d.getMonth()] + ' ' + d.getDate() + ', ' + d.getFullYear();
}
function render(data) {
var versionEl = document.getElementById('hero-version');
var donateEl = document.getElementById('hero-donate');
if (!data.tag_name) return;
if (versionEl) {
versionEl.style.display = 'inline-block';
versionEl.innerHTML =
'<a href="' + data.html_url + '" target="_blank" style="color:#fff;text-decoration:none">Latest version ' +
data.tag_name + ' · ' + formatDate(data.published_at) + '</a>';
}
if (donateEl) {
donateEl.innerHTML =
'Free & Open Source Software · ' +
'<a href="https://donate.bluewallet.io" target="_blank">Donate to development</a>';
}
}
function getCached() {
try {
return JSON.parse(localStorage.getItem(CACHE_KEY));
} catch (e) {
return null;
}
}
function setCache(data) {
try {
localStorage.setItem(CACHE_KEY, JSON.stringify(data));
} catch (e) {}
}
fetch(API_URL)
.then(function (res) { return res.ok ? res.json() : Promise.reject(); })
.then(function (data) {
setCache(data);
render(data);
})
.catch(function () {
var cached = getCached();
if (cached) render(cached);
});
})();

9
contribute.md Normal file
View File

@ -0,0 +1,9 @@
---
layout: page
width: expand
permalink: /contribute/
title: Contribute to BlueWallet
description: Help build BlueWallet - find good first issues and start contributing
---
{% include contribute.html %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB