Merge branch 'BlueWallet:master' into master
BIN
.sass-cache/b0dff1160739600373e64c7c875786720f28fcb9/tab.scssc
Normal file
5
Gemfile
@ -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
|
||||
|
||||
112
Gemfile.lock
@ -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
|
||||
|
||||
@ -174,4 +174,6 @@ defaults:
|
||||
path: ""
|
||||
type: docs
|
||||
values:
|
||||
layout: doc
|
||||
layout: doc
|
||||
seo:
|
||||
type: WebPage
|
||||
122
_includes/contribute.html
Normal file
@ -0,0 +1,122 @@
|
||||
<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 one of the most used products in Bitcoin. Your contribution really matters and it will have a big impact on the future of Bitcoin. Join us in this adventure, Bitcoin is the most important idea of our generation. Let’s keep building!</p>
|
||||
</div>
|
||||
|
||||
<section class="contribute-oss" aria-label="Open source">
|
||||
<p class="contribute-oss-label">Powered by open source</p>
|
||||
<p class="contribute-oss-lead">BlueWallet is proudly open source. If you are a developer, start with the readme, build your environment and start contributing. If you are not a developer, you can still contribute by reporting bugs, suggesting features, and translating the app into your language. See below for more details.</p>
|
||||
<div class="contribute-oss-actions">
|
||||
<a href="https://github.com/BlueWallet/BlueWallet#readme" target="_blank" rel="noopener" class="contribute-oss-btn">Read documentation</a>
|
||||
<a href="https://github.com/BlueWallet/BlueWallet" target="_blank" rel="noopener" class="contribute-oss-btn">View code repository</a>
|
||||
</div>
|
||||
<div class="contribute-oss-stats">
|
||||
<div class="contribute-oss-stat">
|
||||
<p class="contribute-oss-stat-value" id="contribute-stat-releases">—</p>
|
||||
<p class="contribute-oss-stat-label">Releases</p>
|
||||
</div>
|
||||
<div class="contribute-oss-stat">
|
||||
<p class="contribute-oss-stat-value" id="contribute-stat-stars">—</p>
|
||||
<p class="contribute-oss-stat-label">GitHub stars</p>
|
||||
</div>
|
||||
<div class="contribute-oss-stat">
|
||||
<p class="contribute-oss-stat-value" id="contribute-stat-contributors">—</p>
|
||||
<p class="contribute-oss-stat-label">Contributors</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<h2 class="uk-h2">Choose Your Weapon</h2>
|
||||
<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: 'title' %}
|
||||
{% 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>
|
||||
43
_includes/home-community.html
Normal file
@ -0,0 +1,43 @@
|
||||
<div class="uk-section section-community">
|
||||
<div class="uk-container">
|
||||
<div class="section-home-header">
|
||||
<h2 class="uk-h1 uk-margin-remove-top">Community</h2>
|
||||
<p class="uk-text-lead uk-margin-small-top">Be part, contribute as you can and stay up-to-date. Bitcoin is winning.</p>
|
||||
</div>
|
||||
|
||||
<div class="community-grid">
|
||||
<div>
|
||||
<div class="community-card community-card--contribute">
|
||||
<h3 class="community-card-title">Contribute</h3>
|
||||
<p class="community-card-subtitle">Free Open Source Software</p>
|
||||
<p class="community-card-text">BlueWallet is free and open source software. Build in public by a community. 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 class="community-card-actions">
|
||||
<a href="{{ site.baseurl }}/contribute/" class="uk-button uk-button-primary uk-button-large community-btn">Contribute</a>
|
||||
<a href="https://donate.bluewallet.io" target="_blank" rel="noopener" class="uk-button uk-button-large community-btn community-btn--donate">Donate</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
{% assign latest_post = site.posts | first %}
|
||||
{% if latest_post %}
|
||||
<a href="{{ latest_post.url | relative_url }}" class="community-card community-card--blog">
|
||||
{% if latest_post.image %}
|
||||
<div class="community-blog-image">
|
||||
<img src="{% if latest_post.image contains 'http' %}{{ latest_post.image }}{% else %}{{ site.uploads | absolute_url }}{{ latest_post.image }}{% endif %}" alt="" loading="lazy">
|
||||
</div>
|
||||
{% elsif latest_post.cover %}
|
||||
<div class="community-blog-image">
|
||||
<img src="{% if latest_post.cover contains 'http' %}{{ latest_post.cover }}{% else %}{{ site.uploads | absolute_url }}{{ latest_post.cover }}{% endif %}" alt="" loading="lazy">
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="community-blog-image community-blog-image--placeholder" aria-hidden="true"></div>
|
||||
{% endif %}
|
||||
<h3 class="community-blog-title">{{ latest_post.title }}</h3>
|
||||
<p class="community-blog-excerpt">{{ latest_post.excerpt | strip_html | strip_newlines | truncate: 180 }}</p>
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1,34 +1,27 @@
|
||||
<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">
|
||||
<div class="hero-preview-stack">
|
||||
<img src="{{ site.uploads | absolute_url }}/bluewallet-preview.png" alt="BlueWallet app preview" class="hero-preview-img">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
58
_includes/home-power-features.html
Normal file
@ -0,0 +1,58 @@
|
||||
<div class="uk-section section-power-features">
|
||||
<div class="uk-container">
|
||||
<div class="section-home-header">
|
||||
<h2 class="uk-h1 uk-margin-remove-top">Simple but Powerful</h2>
|
||||
<p class="uk-text-lead uk-margin-small-top">A wallet that tries to keep it simple, but with a lot of power features</p>
|
||||
</div>
|
||||
|
||||
<div class="power-features-list">
|
||||
<div class="power-feature-card power-feature-card--neutral">
|
||||
<div class="uk-grid uk-grid-large uk-flex-middle" data-uk-grid>
|
||||
<div class="uk-width-1-2@m">
|
||||
<h3 class="power-feature-title">Watch-only Wallets</h3>
|
||||
<p class="power-feature-desc">
|
||||
Use your wallet, but keep your keys out of the device<br>
|
||||
Connect and use with your Hardware Wallet (PSBTs)<br>
|
||||
Watch an address or wallet and keep an eye on all transactions
|
||||
</p>
|
||||
</div>
|
||||
<div class="uk-width-1-2@m power-feature-media">
|
||||
<img src="{{ site.uploads | absolute_url }}/preview-watchonly.png" alt="Watch-only wallet screen in BlueWallet" loading="lazy">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="power-feature-card power-feature-card--accent">
|
||||
<div class="uk-grid uk-grid-large uk-flex-middle power-feature-grid--reverse-desktop" data-uk-grid>
|
||||
<div class="uk-width-1-2@m power-feature-text">
|
||||
<h3 class="power-feature-title">Transaction control</h3>
|
||||
<p class="power-feature-desc">
|
||||
Know the estimated time to confirm<br>
|
||||
Choose to Speed Up or Cancel when Sending<br>
|
||||
Choose to Speed Up when Receiving
|
||||
</p>
|
||||
</div>
|
||||
<div class="uk-width-1-2@m power-feature-media">
|
||||
<img src="{{ site.uploads | absolute_url }}/preview-txcontrol.png" alt="Transaction control screen in BlueWallet" loading="lazy">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="power-feature-card power-feature-card--neutral">
|
||||
<div class="uk-grid uk-grid-large uk-flex-middle" data-uk-grid>
|
||||
<div class="uk-width-1-2@m">
|
||||
<h3 class="power-feature-title">Coin Control</h3>
|
||||
<p class="power-feature-desc">
|
||||
See, analyze and use your Coins on a beautiful interface<br>
|
||||
Label your Coins for future reference and granular control<br>
|
||||
Freeze your Coins to not use specific ones on transactions
|
||||
</p>
|
||||
</div>
|
||||
<div class="uk-width-1-2@m power-feature-media">
|
||||
<img src="{{ site.uploads | absolute_url }}/preview-coincontrol.png" alt="Coin Control screen in BlueWallet" loading="lazy">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -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>
|
||||
35
_plugins/stable_collection_dates.rb
Normal file
@ -0,0 +1,35 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# Jekyll assigns build time to collection documents without a `date` in front matter.
|
||||
# jekyll-seo-tag then emits article:published_time / article:modified_time on every
|
||||
# build, causing noisy diffs in _site. Only blog posts should get automatic dates.
|
||||
|
||||
module Jekyll
|
||||
class Document
|
||||
alias_method :jekyll_original_date, :date
|
||||
|
||||
def date
|
||||
if collection && collection.label != "posts" && !explicit_document_date?
|
||||
return data["date"]
|
||||
end
|
||||
|
||||
jekyll_original_date
|
||||
end
|
||||
|
||||
def explicit_document_date?
|
||||
return @explicit_document_date if defined?(@explicit_document_date)
|
||||
|
||||
source = File.read(path, :encoding => "UTF-8")
|
||||
return @explicit_document_date = false unless source =~ YAML_FRONT_MATTER_REGEXP
|
||||
|
||||
@explicit_document_date = Regexp.last_match(1).match?(/^date\s*:/m)
|
||||
end
|
||||
end
|
||||
|
||||
Jekyll::Hooks.register :documents, :pre_render do |doc|
|
||||
next if doc.collection&.label == "posts"
|
||||
next if doc.explicit_document_date?
|
||||
|
||||
doc.data.delete("date")
|
||||
end
|
||||
end
|
||||
40
_posts/2026-06-09-bluewallet-v8-0-0-drops-fresh-faster.md
Normal file
@ -0,0 +1,40 @@
|
||||
---
|
||||
layout: post
|
||||
title: "BlueWallet v8.0.0 Drops: Fresher, Faster"
|
||||
date: 2026-06-10 12:00:00
|
||||
author: nuno
|
||||
categories: [news, updates]
|
||||
description: BlueWallet v8.0.0 ships a fully refreshed UI, faster performance, and improved Electrum connection for iOS and Android.
|
||||
image: blog/blogv800.png
|
||||
---
|
||||
|
||||
BlueWallet, the most used open-source Bitcoin wallet, just shipped version 8.0.0 for both iOS and Android. And it's a major glow-up.
|
||||
|
||||
We have completely refreshed the app's core screens while keeping the same simple, no-nonsense Bitcoin focus everyone loves.
|
||||
|
||||
Here's what's new:
|
||||
|
||||
* **New Receive screen** — clean, modern, and ready for smooth payments (complete with a beautiful updated QR code experience)
|
||||
* **New Wallet screen** — sleek overview of your total balance and imported wallets
|
||||
* **New Wallet details screen** — clearer transaction history, coin counts, and address management
|
||||
* **New Search screen** — instantly find what you're looking for
|
||||
* **Performance upgrades** — noticeably snappier overall
|
||||
* **Faster Electrum connection** — quicker syncs and better reliability
|
||||
|
||||
The quick demo video shows the fluid navigation and crisp blue-themed UI in action. It feels modern without getting in the way of what matters: holding and sending your sats.
|
||||
|
||||
<video loop autoplay playsinline preload="auto" muted class="uk-width-1-1 uk-border-rounded uk-margin-medium-top uk-margin-medium-bottom">
|
||||
<source src="{{ '/uploads/blog/bluepreview.mp4' | relative_url }}" type="video/mp4">
|
||||
</video>
|
||||
|
||||
As we usually put it: **"Keep building!"**
|
||||
|
||||
**Ready to update?**
|
||||
|
||||
* [App Store](https://apps.apple.com/us/app/bluewallet-bitcoin-wallet/id1376878040)
|
||||
* [Google Play](https://play.google.com/store/apps/details?id=io.bluewallet.bluewallet)
|
||||
* Full release notes on [GitHub](https://github.com/BlueWallet/BlueWallet/releases/tag/v8.0.0)
|
||||
|
||||
If you're already a BlueWallet user, go grab the update. If you've been looking for a straightforward, privacy-focused Bitcoin wallet, this is a perfect time to try it.
|
||||
|
||||
Stay sovereign, stay stacking. ⚡
|
||||
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -5,19 +5,22 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/404.html" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/404.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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, I’m Nuno from Bluewallet, a Bitcoin wallet. I’m 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 I’ve come across, since I first connected to the internet." />
|
||||
<meta property="og:description" content="Hi there, I’m Nuno from Bluewallet, a Bitcoin wallet. I’m 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 I’ve come across, since I first connected to the internet." />
|
||||
<meta name="twitter:description" property="og:description" content="Hi there, I’m Nuno from Bluewallet, a Bitcoin wallet. I’m 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 I’ve 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 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, I’m Nuno from Bluewallet, a Bitcoin wallet. I’m 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 I’ve 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, I’m Nuno from Bluewallet, a Bitcoin wallet. I’m 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 I’ve come across, since I first connected to the internet.","headline":"A glimpse on the future of Bitcoin UX","mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/A-glimpse-on-the-future-of-Bitcoin-UX-4129cca9ece6/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"url":"https://bluewallet.io/A-glimpse-on-the-future-of-Bitcoin-UX-4129cca9ece6/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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>
|
||||
@ -392,6 +395,19 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -421,19 +437,6 @@
|
||||
<li><a href="/introducing-v6-with-multisig/">Introducing v6 with Multisig </a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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="It’s 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="It’s 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 name="twitter:description" property="og:description" content="It’s 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 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":"It’s 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":"It’s 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":"https://bluewallet.io/A-new-Bitcoin-wallet-for-Android-Announcing-Bluewallet-9c716b0e1266/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"url":"https://bluewallet.io/A-new-Bitcoin-wallet-for-Android-Announcing-Bluewallet-9c716b0e1266/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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>
|
||||
@ -368,6 +371,19 @@ Plug your own Bitcoin Core node for a maximum sovereignty.</p>
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -397,19 +413,6 @@ Plug your own Bitcoin Core node for a maximum sovereignty.</p>
|
||||
<li><a href="/introducing-v6-with-multisig/">Introducing v6 with Multisig </a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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" />
|
||||
<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="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 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":"https://bluewallet.io/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"url":"https://bluewallet.io/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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>
|
||||
@ -322,6 +325,19 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -349,28 +365,6 @@
|
||||
|
||||
|
||||
<li><a href="/introducing-v6-with-multisig/">Introducing v6 with Multisig </a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/v5-5-2-Ground-Control-87073ed44910/">v5.5.2 - Ground Control</a></li>
|
||||
|
||||
|
||||
|
||||
@ -742,8 +736,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>
|
||||
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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." />
|
||||
<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="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 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":"https://bluewallet.io/BlueWallet-brings-zero-configuration-Lightning-payments-to-iOS-and-Android-30137a69f071/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"igor"},"url":"https://bluewallet.io/BlueWallet-brings-zero-configuration-Lightning-payments-to-iOS-and-Android-30137a69f071/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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>
|
||||
@ -344,6 +347,19 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -373,19 +389,6 @@
|
||||
<li><a href="/introducing-v6-with-multisig/">Introducing v6 with Multisig </a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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 & 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 & iOS we added a Lapp Browser. Similar to Dapp Browser, Lapp Browser allows you…" />
|
||||
<meta name="twitter:description" 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…" />
|
||||
<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 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 & 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 & 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":"https://bluewallet.io/BlueWallet-introduces-Lapp-Browser-and-Lapp-Marketplace-eed36721d853/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"igor"},"url":"https://bluewallet.io/BlueWallet-introduces-Lapp-Browser-and-Lapp-Marketplace-eed36721d853/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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>
|
||||
@ -327,6 +330,19 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -356,19 +372,6 @@
|
||||
<li><a href="/introducing-v6-with-multisig/">Introducing v6 with Multisig </a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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! 🤯" />
|
||||
<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="https://bluewallet.io/Bluewallet-4-2-0-d31c7c4487fa/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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":"https://bluewallet.io/Bluewallet-4-2-0-d31c7c4487fa/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"url":"https://bluewallet.io/Bluewallet-4-2-0-d31c7c4487fa/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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>
|
||||
@ -305,6 +308,19 @@ undefined</p>
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -334,19 +350,6 @@ undefined</p>
|
||||
<li><a href="/introducing-v6-with-multisig/">Introducing v6 with Multisig </a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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." />
|
||||
<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="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 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":"https://bluewallet.io/Bluewallet-v-4-4-1-Bitcoin-wallet-65705e8a8784/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"url":"https://bluewallet.io/Bluewallet-v-4-4-1-Bitcoin-wallet-65705e8a8784/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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>
|
||||
@ -354,6 +357,19 @@ undefined</p>
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -383,19 +399,6 @@ undefined</p>
|
||||
<li><a href="/introducing-v6-with-multisig/">Introducing v6 with Multisig </a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/Marketplace-removed-from-iOS-app-5630a5c7d2e4/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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":"https://bluewallet.io/Marketplace-removed-from-iOS-app-5630a5c7d2e4/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"url":"https://bluewallet.io/Marketplace-removed-from-iOS-app-5630a5c7d2e4/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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>
|
||||
|
||||
@ -301,6 +304,19 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -330,19 +346,6 @@
|
||||
<li><a href="/introducing-v6-with-multisig/">Introducing v6 with Multisig </a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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 updates — Price 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 updates — Price 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, that’s a good way to be busy and we haven’t 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, that’s a good way to be busy and we haven’t update the blog in awhile, so here it is, an update on the latest releases 😃" />
|
||||
<meta name="twitter:description" property="og:description" content="We have been busy building, that’s a good way to be busy and we haven’t 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 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 updates — Price 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 updates — Price extension, Onchain refill and more","dateModified":"2019-11-26T20:33:00+01:00","description":"We have been busy building, that’s a good way to be busy and we haven’t 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, that’s a good way to be busy and we haven’t update the blog in awhile, so here it is, an update on the latest releases 😃","headline":"November updates — Price extension, Onchain refill and more","mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/November-updates-Price-extension-Onchain-refill-and-more-8b832423a050/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"url":"https://bluewallet.io/November-updates-Price-extension-Onchain-refill-and-more-8b832423a050/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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>
|
||||
@ -346,6 +349,19 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -375,19 +391,6 @@
|
||||
<li><a href="/introducing-v6-with-multisig/">Introducing v6 with Multisig </a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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 war — how 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 war — how 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…" />
|
||||
<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="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 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 war — how 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 war — how 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 war — how was 2019 and a glimpse of the future","mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/Preparing-for-war-how-was-2019-and-a-glimpse-of-the-future-72637ffe58eb/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"igor"},"url":"https://bluewallet.io/Preparing-for-war-how-was-2019-and-a-glimpse-of-the-future-72637ffe58eb/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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>
|
||||
@ -353,6 +356,19 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -382,19 +398,6 @@
|
||||
<li><a href="/introducing-v6-with-multisig/">Introducing v6 with Multisig </a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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 Progress — Building 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 Progress — Building 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á! 👋" />
|
||||
<meta name="twitter:description" 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 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 Progress — Building 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 Progress — Building 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 Progress — Building a Bitcoin wallet","mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/Work-in-Progress-Building-a-Bitcoin-wallet-e81ca6db82d7/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"url":"https://bluewallet.io/Work-in-Progress-Building-a-Bitcoin-wallet-e81ca6db82d7/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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>
|
||||
@ -363,6 +366,19 @@ undefined</p>
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -392,19 +408,6 @@ undefined</p>
|
||||
<li><a href="/introducing-v6-with-multisig/">Introducing v6 with Multisig </a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
|
||||
@ -5,19 +5,22 @@
|
||||
<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" />
|
||||
<meta name="twitter:description" 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 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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/about/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
467
_site/assets/js/contribute.js
Normal file
@ -0,0 +1,467 @@
|
||||
(function () {
|
||||
var REPO_API = 'https://api.github.com/repos/BlueWallet/BlueWallet';
|
||||
var STATS_CACHE_KEY = 'bw_repo_stats';
|
||||
var STATS_CACHE_TTL = 24 * 60 * 60 * 1000;
|
||||
var BASE_URL = 'https://api.github.com/repos/BlueWallet/BlueWallet/issues?state=open&per_page=20&sort=created&direction=desc&labels=';
|
||||
|
||||
function formatStatCount(n) {
|
||||
if (n >= 1000000) return Math.floor(n / 1000000) + 'M+';
|
||||
if (n >= 1000) return Math.floor(n / 1000) + 'K+';
|
||||
return String(n);
|
||||
}
|
||||
|
||||
function paginatedCount(path) {
|
||||
return fetch(path + '?per_page=1')
|
||||
.then(function (res) {
|
||||
if (!res.ok) return Promise.reject();
|
||||
var link = res.headers.get('Link');
|
||||
if (link) {
|
||||
var match = link.match(/[?&]page=(\d+)>; rel="last"/);
|
||||
if (match) return parseInt(match[1], 10);
|
||||
}
|
||||
return res.json().then(function (data) { return data.length; });
|
||||
});
|
||||
}
|
||||
|
||||
function renderRepoStats(stats) {
|
||||
var releasesEl = document.getElementById('contribute-stat-releases');
|
||||
var starsEl = document.getElementById('contribute-stat-stars');
|
||||
var contributorsEl = document.getElementById('contribute-stat-contributors');
|
||||
if (!releasesEl && !starsEl && !contributorsEl) return;
|
||||
|
||||
if (releasesEl && stats.releases != null) {
|
||||
releasesEl.textContent = formatStatCount(stats.releases);
|
||||
}
|
||||
if (starsEl && stats.stars != null) {
|
||||
starsEl.textContent = formatStatCount(stats.stars);
|
||||
}
|
||||
if (contributorsEl && stats.contributors != null) {
|
||||
contributorsEl.textContent = formatStatCount(stats.contributors);
|
||||
}
|
||||
}
|
||||
|
||||
function getStatsCache() {
|
||||
try {
|
||||
var raw = JSON.parse(localStorage.getItem(STATS_CACHE_KEY));
|
||||
if (raw && Date.now() - raw.ts < STATS_CACHE_TTL) return raw.data;
|
||||
} catch (e) {}
|
||||
return null;
|
||||
}
|
||||
|
||||
function setStatsCache(data) {
|
||||
try {
|
||||
localStorage.setItem(STATS_CACHE_KEY, JSON.stringify({ ts: Date.now(), data: data }));
|
||||
} catch (e) {}
|
||||
}
|
||||
|
||||
function loadRepoStats() {
|
||||
if (!document.getElementById('contribute-stat-stars')) return;
|
||||
|
||||
var cached = getStatsCache();
|
||||
if (cached) renderRepoStats(cached);
|
||||
|
||||
Promise.all([
|
||||
fetch(REPO_API).then(function (res) { return res.ok ? res.json() : Promise.reject(); }),
|
||||
paginatedCount(REPO_API + '/releases'),
|
||||
paginatedCount(REPO_API + '/contributors')
|
||||
])
|
||||
.then(function (results) {
|
||||
var stats = {
|
||||
stars: results[0].stargazers_count,
|
||||
releases: results[1],
|
||||
contributors: results[2]
|
||||
};
|
||||
setStatsCache(stats);
|
||||
renderRepoStats(stats);
|
||||
})
|
||||
.catch(function () {
|
||||
if (!cached) return;
|
||||
renderRepoStats(cached);
|
||||
});
|
||||
}
|
||||
|
||||
loadRepoStats();
|
||||
|
||||
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();
|
||||
})();
|
||||
@ -1 +1 @@
|
||||
// Custom scripts
|
||||
// Custom scripts
|
||||
|
||||
@ -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
_site/assets/js/release-info.js
Normal 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);
|
||||
});
|
||||
})();
|
||||
@ -5,19 +5,22 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/bitcoin-wallet/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/bitcoin-wallet/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -5,20 +5,24 @@
|
||||
<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 -->
|
||||
<title>Page 2 of 2 for Blog | BlueWallet - Bitcoin Wallet for iOS and Android</title>
|
||||
<meta name="generator" content="Jekyll v3.8.6" />
|
||||
<!-- Begin Jekyll SEO tag v2.9.0 -->
|
||||
<title>Page 2 of 3 for Blog | BlueWallet - Bitcoin Wallet for iOS and Android</title>
|
||||
<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" />
|
||||
<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="https://bluewallet.io/blog/2/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/blog/2/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="website" />
|
||||
<link rel="prev" href="https://bluewallet.io/blog/" />
|
||||
<link rel="next" href="https://bluewallet.io/blog/3/" />
|
||||
<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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/blog/2/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -211,6 +215,40 @@
|
||||
<h1 class="uk-article-title uk-text-center">Blog</h1>
|
||||
|
||||
|
||||
<div class="uk-card uk-card-default uk-box-shadow-small uk-box-shadow-hover-medium card-post uk-inline border-radius-medium border-xlight uk-width-1-1 uk-margin">
|
||||
<a class="uk-position-cover" href="/Preparing-for-war-how-was-2019-and-a-glimpse-of-the-future-72637ffe58eb/"></a>
|
||||
<div class="uk-card-header">
|
||||
<div class="uk-grid-small uk-flex-middle" uk-grid>
|
||||
|
||||
|
||||
|
||||
<div class="uk-width-auto">
|
||||
|
||||
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/igor.png" alt="Igor">
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="uk-width-expand">
|
||||
<h3 class="uk-card-title uk-margin-remove-bottom">Preparing for war — how was 2019 and a glimpse of the future</h3>
|
||||
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2019-12-25T08:27:00+00:00">
|
||||
|
||||
Dec 25, 2019
|
||||
</time></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="uk-card-body">
|
||||
<p><strong>Preparing for war — how was 2019 and a glimpse of the future</strong></p>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="uk-card-footer">
|
||||
<span class="uk-button uk-button-text">Read more →</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="uk-card uk-card-default uk-box-shadow-small uk-box-shadow-hover-medium card-post uk-inline border-radius-medium border-xlight uk-width-1-1 uk-margin">
|
||||
<a class="uk-position-cover" href="/Work-in-Progress-Building-a-Bitcoin-wallet-e81ca6db82d7/"></a>
|
||||
<div class="uk-card-header">
|
||||
@ -227,7 +265,7 @@
|
||||
|
||||
<div class="uk-width-expand">
|
||||
<h3 class="uk-card-title uk-margin-remove-bottom">Work in Progress — Building 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>
|
||||
@ -261,7 +299,7 @@
|
||||
|
||||
<div class="uk-width-expand">
|
||||
<h3 class="uk-card-title uk-margin-remove-bottom">November updates — Price 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>
|
||||
@ -295,7 +333,7 @@
|
||||
|
||||
<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>
|
||||
@ -329,7 +367,7 @@
|
||||
|
||||
<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>
|
||||
@ -363,7 +401,7 @@
|
||||
|
||||
<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>
|
||||
@ -397,7 +435,7 @@
|
||||
|
||||
<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>
|
||||
@ -431,7 +469,7 @@
|
||||
|
||||
<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>
|
||||
@ -465,7 +503,7 @@
|
||||
|
||||
<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>
|
||||
@ -499,7 +537,7 @@
|
||||
|
||||
<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>
|
||||
@ -517,46 +555,14 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="uk-card uk-card-default uk-box-shadow-small uk-box-shadow-hover-medium card-post uk-inline border-radius-medium border-xlight uk-width-1-1 uk-margin">
|
||||
<a class="uk-position-cover" href="/A-glimpse-on-the-future-of-Bitcoin-UX-4129cca9ece6/"></a>
|
||||
<div class="uk-card-header">
|
||||
<div class="uk-grid-small uk-flex-middle" uk-grid>
|
||||
|
||||
|
||||
|
||||
<div class="uk-width-auto">
|
||||
|
||||
<img class="uk-border-circle avatar" src="https://bluewallet.io/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">
|
||||
|
||||
Oct 1, 2018
|
||||
</time></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="uk-card-body">
|
||||
<p>Hi there, I’m <a href="https://twitter.com/nvcoelho">Nuno</a> from <a href="https://bluewallet.io">Bluewallet, a Bitcoin wallet</a>. I’m 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 I’ve come across, since I first connected to the internet.</p>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="uk-card-footer">
|
||||
<span class="uk-button uk-button-text">Read more →</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Pagination links -->
|
||||
<ul class="uk-pagination uk-margin-medium-top">
|
||||
|
||||
<li><a class="hvr-back" href="/blog/">← Previous</a></li>
|
||||
|
||||
<li class="uk-margin-auto-left"><a class="hvr-forward" href="/blog/3/">Next →</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
@ -913,8 +919,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>
|
||||
|
||||
|
||||
619
_site/blog/3/index.html
Normal file
@ -5,20 +5,23 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/blog/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/blog/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="website" />
|
||||
<link rel="next" href="https://bluewallet.io/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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/blog/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -211,6 +214,40 @@
|
||||
<h1 class="uk-article-title uk-text-center">Blog</h1>
|
||||
|
||||
|
||||
<div class="uk-card uk-card-default uk-box-shadow-small uk-box-shadow-hover-medium card-post uk-inline border-radius-medium border-xlight uk-width-1-1 uk-margin">
|
||||
<a class="uk-position-cover" href="/bluewallet-v8-0-0-drops-fresh-faster/"></a>
|
||||
<div class="uk-card-header">
|
||||
<div class="uk-grid-small uk-flex-middle" uk-grid>
|
||||
|
||||
|
||||
|
||||
<div class="uk-width-auto">
|
||||
|
||||
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/nuno.png" alt="BlueWallet">
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="uk-width-expand">
|
||||
<h3 class="uk-card-title uk-margin-remove-bottom">BlueWallet v8.0.0 Drops: Fresher, Faster</h3>
|
||||
<p class="uk-text-meta uk-margin-remove-top"><time datetime="2026-06-10T13:00:00+01:00">
|
||||
|
||||
Jun 10, 2026
|
||||
</time></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="uk-card-body">
|
||||
<p>BlueWallet, the most used open-source Bitcoin wallet, just shipped version 8.0.0 for both iOS and Android. And it’s a major glow-up.</p>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="uk-card-footer">
|
||||
<span class="uk-button uk-button-text">Read more →</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="uk-card uk-card-default uk-box-shadow-small uk-box-shadow-hover-medium card-post uk-inline border-radius-medium border-xlight uk-width-1-1 uk-margin">
|
||||
<a class="uk-position-cover" href="/sunsetting-lndhub/"></a>
|
||||
<div class="uk-card-header">
|
||||
@ -227,7 +264,7 @@
|
||||
|
||||
<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>
|
||||
@ -261,7 +298,7 @@
|
||||
|
||||
<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>
|
||||
@ -299,7 +336,7 @@
|
||||
|
||||
<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>
|
||||
@ -333,7 +370,7 @@
|
||||
|
||||
<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>
|
||||
@ -367,7 +404,7 @@
|
||||
|
||||
<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>
|
||||
@ -401,7 +438,7 @@
|
||||
|
||||
<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>
|
||||
@ -435,7 +472,7 @@
|
||||
|
||||
<div class="uk-width-expand">
|
||||
<h3 class="uk-card-title uk-margin-remove-bottom">v5.3.5 — SendMax 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>
|
||||
@ -469,7 +506,7 @@
|
||||
|
||||
<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>
|
||||
@ -503,7 +540,7 @@
|
||||
|
||||
<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>
|
||||
@ -521,40 +558,6 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="uk-card uk-card-default uk-box-shadow-small uk-box-shadow-hover-medium card-post uk-inline border-radius-medium border-xlight uk-width-1-1 uk-margin">
|
||||
<a class="uk-position-cover" href="/Preparing-for-war-how-was-2019-and-a-glimpse-of-the-future-72637ffe58eb/"></a>
|
||||
<div class="uk-card-header">
|
||||
<div class="uk-grid-small uk-flex-middle" uk-grid>
|
||||
|
||||
|
||||
|
||||
<div class="uk-width-auto">
|
||||
|
||||
<img class="uk-border-circle avatar" src="https://bluewallet.io/uploads/igor.png" alt="Igor">
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="uk-width-expand">
|
||||
<h3 class="uk-card-title uk-margin-remove-bottom">Preparing for war — how 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">
|
||||
|
||||
Dec 25, 2019
|
||||
</time></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="uk-card-body">
|
||||
<p><strong>Preparing for war — how was 2019 and a glimpse of the future</strong></p>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="uk-card-footer">
|
||||
<span class="uk-button uk-button-text">Read more →</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Pagination links -->
|
||||
<ul class="uk-pagination uk-margin-medium-top">
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -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-----
|
||||
|
||||
739
_site/bluewallet-v8-0-0-drops-fresh-faster/index.html
Normal file
@ -5,19 +5,22 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/changelog-posts/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/changelog-posts/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -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>
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -5,19 +5,22 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/changelog-timeline/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/changelog-timeline/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -5,19 +5,22 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/contact/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/contact/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
819
_site/contribute/index.html
Normal file
@ -5,19 +5,22 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/desktop-bitcoin-wallet/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/desktop-bitcoin-wallet/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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." />
|
||||
<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="https://bluewallet.io/docs/backup-wallet/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/backup-wallet/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2024-09-09T17:21:26+02:00" />
|
||||
<meta property="og:type" content="website" />
|
||||
<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":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"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","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/backup-wallet/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -710,8 +711,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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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." />
|
||||
<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="https://bluewallet.io/docs/batching/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/batching/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2024-09-09T17:21:26+02:00" />
|
||||
<meta property="og:type" content="website" />
|
||||
<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":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"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","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/batching/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -715,8 +716,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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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." />
|
||||
<meta name="twitter:description" 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 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="og:type" content="website" />
|
||||
<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":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"BlueWallet features Cobo Vault hardware wallet support.","headline":"Cobo Vault","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/cobo-vault/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -728,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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/docs/coldcard-dropbox/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/coldcard-dropbox/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2024-09-09T17:21:26+02:00" />
|
||||
<meta property="og:type" content="website" />
|
||||
<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":"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":"Coldcard - Cloud","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/coldcard-dropbox/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -355,14 +356,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 +846,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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/docs/coldcard-watch/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/coldcard-watch/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2024-09-09T17:21:26+02:00" />
|
||||
<meta property="og:type" content="website" />
|
||||
<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":"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":"Coldcard - Watch-only","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/coldcard-watch/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -833,8 +834,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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/docs/coldcard/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/coldcard/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2024-09-09T17:21:26+02:00" />
|
||||
<meta property="og:type" content="website" />
|
||||
<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":"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":"Coldcard with Bluewallet","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/coldcard/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -357,18 +358,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 +711,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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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." />
|
||||
<meta name="twitter:description" 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 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="og:type" content="website" />
|
||||
<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":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"Creating a Bitcoin wallet on BlueWallet is easy.","headline":"Create a Bitcoin wallet","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/create-bitcoin-wallet/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -745,8 +746,9 @@ you’ll 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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/docs/create-lightning-wallet/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/create-lightning-wallet/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2024-09-09T17:21:26+02:00" />
|
||||
<meta property="og:type" content="website" />
|
||||
<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":"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":"Create a Lightning wallet","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/create-lightning-wallet/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -824,8 +825,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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/docs/create-multisig-wallet/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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="og:type" content="website" />
|
||||
<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":"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":"How to create a Vault","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/create-multisig-wallet/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -721,8 +722,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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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 you’ve 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 you’ve previously created on BlueWallet." />
|
||||
<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 you’ve 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 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="og:type" content="website" />
|
||||
<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 you’ve previously created on BlueWallet.","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"Instead of creating a new wallet, you can chose to import a wallet from another source or a wallet that you’ve previously created on BlueWallet.","headline":"Import a wallet","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/import-wallet/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -710,8 +711,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>
|
||||
|
||||
|
||||
@ -5,19 +5,22 @@
|
||||
<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 & 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 & 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" />
|
||||
<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="https://bluewallet.io/docs/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:title" content="Docs & 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 & 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 & Support - Bitcoin wallet and Lightning wallet for iOS and Android","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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" />
|
||||
<meta name="twitter:description" 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 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="og:type" content="website" />
|
||||
<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":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"Contact support for any doubts bluewallet@bluewallet.io","headline":"Help and documentation","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/intro/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -909,8 +910,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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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:" />
|
||||
<meta name="twitter:description" 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 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="og:type" content="website" />
|
||||
<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":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"Requirements:","headline":"LNDHub on Mac OSX","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/lndhub-macos/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -388,16 +389,16 @@
|
||||
|
||||
<p>2A — Set 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>2C — Copy 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>2C — Copy 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 +408,7 @@ cd LndHub</p>
|
||||
|
||||
<p>Copy this file into LndHub folder</p>
|
||||
|
||||
<p>2D — Edit the LndHub <code class="highlighter-rouge">config.js</code> file to add bitcoin RPC credentials</p>
|
||||
<p>2D — Edit 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 +425,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>3B — Edit the <code class="highlighter-rouge">redis.conf</code> file</p>
|
||||
<p>3B — Edit 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/<user>/LndHub/redis</code> :</p>
|
||||
<p>Change the working directory to <code class="language-plaintext highlighter-rouge">dir /Users/<user>/LndHub/redis</code> :</p>
|
||||
|
||||
<p><img src="/assets/img/uploads/7.png" alt="" /></p>
|
||||
|
||||
@ -447,25 +448,25 @@ sudo mkdir redis</p>
|
||||
|
||||
<p>4A — Install Node, and then check versions</p>
|
||||
|
||||
<p>brew install nodenode -v\
|
||||
<p>brew install nodenode -v<br />
|
||||
npm -v</p>
|
||||
|
||||
<p>4B — Install 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>4C — Compile 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>4D — Run 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 +474,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>5A — Head to <code class="highlighter-rouge">192.168.0.1</code> in your browser, and enter your router username and password. Google it if you don’t know, but normally <code class="highlighter-rouge">admin:password</code></p>
|
||||
<p>5A — Head 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 don’t know, but normally <code class="language-plaintext highlighter-rouge">admin:password</code></p>
|
||||
|
||||
<p>5B — Find your computer’s 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>5B — Find your computer’s 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>5C — Navigate 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>5C — Navigate 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 +1000,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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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" />
|
||||
<meta name="twitter:description" 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 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="og:type" content="website" />
|
||||
<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":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"Install Redis","headline":"LNDhub with raspibolt","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/lndhub-raspibolt/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -352,7 +353,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 +362,32 @@ $ cd redis-5.0.3/
|
||||
|
||||
<p>Make & 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 & copy the default conf file to it.</p>
|
||||
<p>Make a directory for the <code class="language-plaintext highlighter-rouge">redis.conf</code> file & 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 & dir options.</p>
|
||||
<p>Edit the <code class="language-plaintext highlighter-rouge">redis.conf</code> to change the supervised & 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 +400,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 +414,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 +431,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 +453,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> ping
|
||||
PONG
|
||||
127.0.0.1:6379> exit
|
||||
@ -466,12 +467,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 +480,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 & 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 +525,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 & 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 +561,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 +579,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 +634,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 +1155,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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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&Lightning node on Ubuntu 16.04, if you already have one you can jump to Step 1.\ You can follow this or other guides as long as LND is the implementation of choice for Lightning, we will apply the necessary changes to configurations files in the next steps. If you are starting from scratch, I suggest to execute this on a VPS, for example a Digital Ocean’s droplet." />
|
||||
<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&Lightning node on Ubuntu 16.04, if you already have one you can jump to Step 1.\ You can follow this or other guides as long as LND is the implementation of choice for Lightning, we will apply the necessary changes to configurations files in the next steps. If you are starting from scratch, I suggest to execute this on a VPS, for example a Digital Ocean’s droplet." />
|
||||
<meta name="description" content="To avoid rewriting things already well explained in other tutorials, I leave here a link to set up your Bitcoin&Lightning node on Ubuntu 16.04, if you already have one you can jump to Step 1. You can follow this or other guides as long as LND is the implementation of choice for Lightning, we will apply the necessary changes to configurations files in the next steps. If you are starting from scratch, I suggest to execute this on a VPS, for example a Digital Ocean’s droplet." />
|
||||
<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&Lightning node on Ubuntu 16.04, if you already have one you can jump to Step 1. You can follow this or other guides as long as LND is the implementation of choice for Lightning, we will apply the necessary changes to configurations files in the next steps. If you are starting from scratch, I suggest to execute this on a VPS, for example a Digital Ocean’s droplet." />
|
||||
<link rel="canonical" href="https://bluewallet.io/docs/lndhub-ubuntu/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/lndhub-ubuntu/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2024-09-09T17:21:26+02:00" />
|
||||
<meta property="og:type" content="website" />
|
||||
<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&Lightning node on Ubuntu 16.04, if you already have one you can jump to Step 1.\\ You can follow this or other guides as long as LND is the implementation of choice for Lightning, we will apply the necessary changes to configurations files in the next steps. If you are starting from scratch, I suggest to execute this on a VPS, for example a Digital Ocean’s droplet.","datePublished":"2024-09-09T17:21:26+02:00","@context":"https://schema.org"}</script>
|
||||
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"To avoid rewriting things already well explained in other tutorials, I leave here a link to set up your Bitcoin&Lightning node on Ubuntu 16.04, if you already have one you can jump to Step 1. You can follow this or other guides as long as LND is the implementation of choice for Lightning, we will apply the necessary changes to configurations files in the next steps. If you are starting from scratch, I suggest to execute this on a VPS, for example a Digital Ocean’s droplet.","headline":"LNDhub on VPS with Ubuntu","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/lndhub-ubuntu/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -346,26 +347,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&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&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 Ocean’s 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 +378,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 +399,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 +420,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&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 +449,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 +473,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 +523,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 +550,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 +576,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 +586,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) -> 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 don’t worry if you don’t 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, it’s all correctly configured.\
|
||||
<p>Open the Bluewallet app on your smartphone, go to settings (top-right corner) -> 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 don’t worry if you don’t 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, it’s all correctly configured.<br />
|
||||
Your bank is born, let’s 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 +1085,9 @@ Your bank is born, let’s 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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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." />
|
||||
<meta name="twitter:description" 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 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="og:type" content="website" />
|
||||
<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":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"BlueWallet supports manual entropy.","headline":"Adding manual entropy","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/manual-entropy/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -350,7 +351,7 @@
|
||||
|
||||
<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>
|
||||
|
||||
@ -902,8 +903,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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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="BlueWallet’s Bitcoin Multisig wallet Vaults feature. Where 2 BlueWallet apps are signing transactions offline and airgapped." />
|
||||
<meta property="og:description" content="BlueWallet’s Bitcoin Multisig wallet Vaults feature. Where 2 BlueWallet apps are signing transactions offline and airgapped." />
|
||||
<meta name="twitter:description" property="og:description" content="BlueWallet’s 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 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="og:type" content="website" />
|
||||
<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":"BlueWallet’s 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":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"description":"BlueWallet’s Bitcoin Multisig wallet Vaults feature. Where 2 BlueWallet apps are signing transactions offline and airgapped.","headline":"Vaults - spending","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/multisig-spend/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -726,8 +727,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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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." />
|
||||
<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="https://bluewallet.io/docs/multisig-wallet/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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="og:type" content="website" />
|
||||
<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":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"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","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/multisig-wallet/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -752,8 +753,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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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." />
|
||||
<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="https://bluewallet.io/docs/recover-lndhub/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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="og:type" content="website" />
|
||||
<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":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"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","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/recover-lndhub/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -353,10 +354,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 +866,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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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:" />
|
||||
<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="https://bluewallet.io/docs/recover-wallet/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/docs/recover-wallet/" />
|
||||
<meta property="og:site_name" content="BlueWallet - Bitcoin Wallet for iOS and Android" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2024-09-09T17:21:26+02:00" />
|
||||
<meta property="og:type" content="website" />
|
||||
<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":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"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","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/recover-wallet/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -721,8 +722,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>
|
||||
|
||||
|
||||
@ -5,21 +5,22 @@
|
||||
<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." />
|
||||
<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="https://bluewallet.io/docs/sign-offline/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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="og:type" content="website" />
|
||||
<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":"WebPage","author":{"@type":"Person","name":"BlueWallet"},"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","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/docs/sign-offline/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -714,8 +715,9 @@ Then scan the QR code or import the file. That’s 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>
|
||||
|
||||
|
||||
@ -5,19 +5,22 @@
|
||||
<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" />
|
||||
<meta name="twitter:description" 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 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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/features/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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" />
|
||||
<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="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 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":"https://bluewallet.io/high-fees-and-transactions-pending-what-to-do/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/high-fees-and-transactions-pending-what-to-do/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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 I’m happy that we did so, there’s 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 there’s now a fee market that we need to optimize for. \
|
||||
\
|
||||
<p>1 sat/b transaction fees are gone (at least for awhile) and there’s now a fee market that we need to optimize for. <br />
|
||||
<br />
|
||||
Keep building!</p>
|
||||
|
||||
|
||||
@ -334,6 +337,19 @@ Keep building!</p>
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -372,19 +388,6 @@ Keep building!</p>
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/v5-5-2-Ground-Control-87073ed44910/">v5.5.2 - Ground Control</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
|
||||
166
_site/index.html
@ -5,19 +5,22 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/" />
|
||||
<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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -206,39 +209,32 @@
|
||||
</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 & 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 &<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="https://bluewallet.io/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="https://bluewallet.io/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">
|
||||
<div class="hero-preview-stack">
|
||||
<img src="https://bluewallet.io/uploads//bluewallet-preview.png" alt="BlueWallet app preview" class="hero-preview-img" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="uk-section">
|
||||
@ -410,6 +406,103 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="uk-section section-power-features">
|
||||
<div class="uk-container">
|
||||
<div class="section-home-header">
|
||||
<h2 class="uk-h1 uk-margin-remove-top">Simple but Powerful</h2>
|
||||
<p class="uk-text-lead uk-margin-small-top">A wallet that tries to keep it simple, but with a lot of power features</p>
|
||||
</div>
|
||||
|
||||
<div class="power-features-list">
|
||||
<div class="power-feature-card power-feature-card--neutral">
|
||||
<div class="uk-grid uk-grid-large uk-flex-middle" data-uk-grid="">
|
||||
<div class="uk-width-1-2@m">
|
||||
<h3 class="power-feature-title">Watch-only Wallets</h3>
|
||||
<p class="power-feature-desc">
|
||||
Use your wallet, but keep your keys out of the device<br />
|
||||
Connect and use with your Hardware Wallet (PSBTs)<br />
|
||||
Watch an address or wallet and keep an eye on all transactions
|
||||
</p>
|
||||
</div>
|
||||
<div class="uk-width-1-2@m power-feature-media">
|
||||
<img src="https://bluewallet.io/uploads//preview-watchonly.png" alt="Watch-only wallet screen in BlueWallet" loading="lazy" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="power-feature-card power-feature-card--accent">
|
||||
<div class="uk-grid uk-grid-large uk-flex-middle power-feature-grid--reverse-desktop" data-uk-grid="">
|
||||
<div class="uk-width-1-2@m power-feature-text">
|
||||
<h3 class="power-feature-title">Transaction control</h3>
|
||||
<p class="power-feature-desc">
|
||||
Know the estimated time to confirm<br />
|
||||
Choose to Speed Up or Cancel when Sending<br />
|
||||
Choose to Speed Up when Receiving
|
||||
</p>
|
||||
</div>
|
||||
<div class="uk-width-1-2@m power-feature-media">
|
||||
<img src="https://bluewallet.io/uploads//preview-txcontrol.png" alt="Transaction control screen in BlueWallet" loading="lazy" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="power-feature-card power-feature-card--neutral">
|
||||
<div class="uk-grid uk-grid-large uk-flex-middle" data-uk-grid="">
|
||||
<div class="uk-width-1-2@m">
|
||||
<h3 class="power-feature-title">Coin Control</h3>
|
||||
<p class="power-feature-desc">
|
||||
See, analyze and use your Coins on a beautiful interface<br />
|
||||
Label your Coins for future reference and granular control<br />
|
||||
Freeze your Coins to not use specific ones on transactions
|
||||
</p>
|
||||
</div>
|
||||
<div class="uk-width-1-2@m power-feature-media">
|
||||
<img src="https://bluewallet.io/uploads//preview-coincontrol.png" alt="Coin Control screen in BlueWallet" loading="lazy" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="uk-section section-community">
|
||||
<div class="uk-container">
|
||||
<div class="section-home-header">
|
||||
<h2 class="uk-h1 uk-margin-remove-top">Community</h2>
|
||||
<p class="uk-text-lead uk-margin-small-top">Be part, contribute as you can and stay up-to-date. Bitcoin is winning.</p>
|
||||
</div>
|
||||
|
||||
<div class="community-grid">
|
||||
<div>
|
||||
<div class="community-card community-card--contribute">
|
||||
<h3 class="community-card-title">Contribute</h3>
|
||||
<p class="community-card-subtitle">Free Open Source Software</p>
|
||||
<p class="community-card-text">BlueWallet is free and open source software. Build in public by a community. 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 class="community-card-actions">
|
||||
<a href="/contribute/" class="uk-button uk-button-primary uk-button-large community-btn">Contribute</a>
|
||||
<a href="https://donate.bluewallet.io" target="_blank" rel="noopener" class="uk-button uk-button-large community-btn community-btn--donate">Donate</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
|
||||
<a href="/bluewallet-v8-0-0-drops-fresh-faster/" class="community-card community-card--blog">
|
||||
|
||||
<div class="community-blog-image">
|
||||
<img src="https://bluewallet.io/uploads/blog/blogv800.png" alt="" loading="lazy" />
|
||||
</div>
|
||||
|
||||
<h3 class="community-blog-title">BlueWallet v8.0.0 Drops: Fresher, Faster</h3>
|
||||
<p class="community-blog-excerpt">BlueWallet, the most used open-source Bitcoin wallet, just shipped version 8.0.0 for both iOS and Android. And it’s a major glow-up.</p>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
|
||||
<div class="uk-section section-featured">
|
||||
@ -1012,8 +1105,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>
|
||||
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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. Let’s 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. Let’s take a look shall we." />
|
||||
<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. Let’s 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 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. Let’s 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. Let’s take a look shall we.","headline":"Introducing Local Trader — v5.2.0","mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/introducing-local-trader-v5-2-0/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"url":"https://bluewallet.io/introducing-local-trader-v5-2-0/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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>
|
||||
@ -353,6 +356,19 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -382,19 +398,6 @@
|
||||
<li><a href="/introducing-v6-with-multisig/">Introducing v6 with Multisig </a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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." />
|
||||
<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="https://bluewallet.io/introducing-v6-with-multisig/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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":"https://bluewallet.io/introducing-v6-with-multisig/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/introducing-v6-with-multisig/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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>
|
||||
@ -299,7 +302,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>\
|
||||
<p><br />
|
||||
Give it a go, feedback and violent reactions welcomed :)</p>
|
||||
|
||||
|
||||
@ -347,6 +350,19 @@ Give it a go, feedback and violent reactions welcomed :)</p>
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -385,19 +401,6 @@ Give it a go, feedback and violent reactions welcomed :)</p>
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/v5-5-2-Ground-Control-87073ed44910/">v5.5.2 - Ground Control</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
|
||||
@ -5,19 +5,22 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/lightning/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/lightning/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -5,19 +5,22 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/lndhub/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/lndhub/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -5,19 +5,22 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/multisig-wallet/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/multisig-wallet/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -5,19 +5,22 @@
|
||||
<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" />
|
||||
<meta name="twitter:description" 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 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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/pgp/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -5,19 +5,22 @@
|
||||
<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" />
|
||||
<meta name="twitter:description" 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 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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/privacy/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
"category" : "",
|
||||
"tags" : "usage, featured",
|
||||
"url" : "/docs/backup-wallet/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -13,7 +13,7 @@
|
||||
"category" : "",
|
||||
"tags" : "usage",
|
||||
"url" : "/docs/batching/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -21,7 +21,7 @@
|
||||
"category" : "",
|
||||
"tags" : "usage",
|
||||
"url" : "/docs/cobo-vault/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -29,7 +29,7 @@
|
||||
"category" : "",
|
||||
"tags" : "hww",
|
||||
"url" : "/docs/coldcard-dropbox/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -37,7 +37,7 @@
|
||||
"category" : "",
|
||||
"tags" : "hww",
|
||||
"url" : "/docs/coldcard-watch/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -45,7 +45,7 @@
|
||||
"category" : "",
|
||||
"tags" : "hww, usage, featured",
|
||||
"url" : "/docs/coldcard/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -53,7 +53,7 @@
|
||||
"category" : "",
|
||||
"tags" : "usage, featured",
|
||||
"url" : "/docs/create-bitcoin-wallet/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -61,7 +61,7 @@
|
||||
"category" : "",
|
||||
"tags" : "setup",
|
||||
"url" : "/docs/create-lightning-wallet/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -69,7 +69,7 @@
|
||||
"category" : "",
|
||||
"tags" : "usage, featured",
|
||||
"url" : "/docs/create-multisig-wallet/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -77,7 +77,7 @@
|
||||
"category" : "",
|
||||
"tags" : "usage, featured",
|
||||
"url" : "/docs/import-wallet/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -85,7 +85,7 @@
|
||||
"category" : "",
|
||||
"tags" : "setup",
|
||||
"url" : "/docs/intro/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -93,7 +93,7 @@
|
||||
"category" : "",
|
||||
"tags" : "lndhub",
|
||||
"url" : "/docs/lndhub-macos/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -101,7 +101,7 @@
|
||||
"category" : "",
|
||||
"tags" : "lndhub",
|
||||
"url" : "/docs/lndhub-raspibolt/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -109,7 +109,7 @@
|
||||
"category" : "",
|
||||
"tags" : "lndhub",
|
||||
"url" : "/docs/lndhub-ubuntu/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -117,7 +117,7 @@
|
||||
"category" : "",
|
||||
"tags" : "setup",
|
||||
"url" : "/docs/manual-entropy/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -125,7 +125,7 @@
|
||||
"category" : "",
|
||||
"tags" : "usage",
|
||||
"url" : "/docs/multisig-spend/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -133,7 +133,7 @@
|
||||
"category" : "",
|
||||
"tags" : "usage, featured",
|
||||
"url" : "/docs/multisig-wallet/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -141,7 +141,7 @@
|
||||
"category" : "",
|
||||
"tags" : "setup",
|
||||
"url" : "/docs/recover-lndhub/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -149,7 +149,7 @@
|
||||
"category" : "",
|
||||
"tags" : "usage, featured",
|
||||
"url" : "/docs/recover-wallet/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
} ,
|
||||
|
||||
{
|
||||
@ -157,7 +157,7 @@
|
||||
"category" : "",
|
||||
"tags" : "usage",
|
||||
"url" : "/docs/sign-offline/",
|
||||
"date" : "2024-09-09 17:21:26 +0200"
|
||||
"date" : ""
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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." />
|
||||
<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="https://bluewallet.io/sunsetting-lndhub/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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":"https://bluewallet.io/sunsetting-lndhub/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"url":"https://bluewallet.io/sunsetting-lndhub/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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>
|
||||
@ -284,6 +287,10 @@ You will always be able to connect to your own LndHub from BlueWallet or other s
|
||||
</div>
|
||||
<div>
|
||||
|
||||
<h4>BlueWallet v8.0.0 Drops: Fresher, Faster</h4>
|
||||
<div class="uk-visible@s uk-text-muted uk-text-small"><p>BlueWallet, the most used open-source Bitcoin wallet, just shipped version 8.0.0 for...</div>
|
||||
<div class="uk-text-right"><a class="remove-underline hvr-forward" href="/bluewallet-v8-0-0-drops-fresh-faster/">Next →</a></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -305,6 +312,19 @@ You will always be able to connect to your own LndHub from BlueWallet or other s
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -343,19 +363,6 @@ You will always be able to connect to your own LndHub from BlueWallet or other s
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/v5-5-2-Ground-Control-87073ed44910/">v5.5.2 - Ground Control</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
@ -725,8 +732,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>
|
||||
|
||||
|
||||
@ -5,19 +5,22 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/thanks/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/thanks/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -5,19 +5,22 @@
|
||||
<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" />
|
||||
<meta name="twitter:description" 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 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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/tos/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
BIN
_site/uploads/blog/blogv800.png
Normal file
|
After Width: | Height: | Size: 462 KiB |
BIN
_site/uploads/blog/bluepreview.mp4
Normal file
BIN
_site/uploads/bluewallet-preview.png
Normal file
|
After Width: | Height: | Size: 403 KiB |
|
Before Width: | Height: | Size: 51 KiB |
BIN
_site/uploads/left-preview.png
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
_site/uploads/preview-coincontrol.png
Normal file
|
After Width: | Height: | Size: 202 KiB |
BIN
_site/uploads/preview-txcontrol.png
Normal file
|
After Width: | Height: | Size: 135 KiB |
BIN
_site/uploads/preview-watchonly.png
Normal file
|
After Width: | Height: | Size: 163 KiB |
BIN
_site/uploads/right-preview.png
Normal file
|
After Width: | Height: | Size: 63 KiB |
@ -5,21 +5,24 @@
|
||||
<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" />
|
||||
<meta name="twitter:description" 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 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":"https://bluewallet.io/v4-0-2-is-out-on-android-and-iOS-73b0133f8916/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"url":"https://bluewallet.io/v4-0-2-is-out-on-android-and-iOS-73b0133f8916/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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>
|
||||
@ -300,6 +303,19 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -329,19 +345,6 @@
|
||||
<li><a href="/introducing-v6-with-multisig/">Introducing v6 with Multisig </a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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á! 👋" />
|
||||
<meta name="twitter:description" 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 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":"https://bluewallet.io/v5-0-0-coldcard-wallet-support/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"url":"https://bluewallet.io/v5-0-0-coldcard-wallet-support/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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>
|
||||
@ -326,6 +329,19 @@
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -355,19 +371,6 @@
|
||||
<li><a href="/introducing-v6-with-multisig/">Introducing v6 with Multisig </a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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.5 — SendMax 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.5 — SendMax 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. Let’s 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. Let’s take a closer look on them." />
|
||||
<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. Let’s 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 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.5 — SendMax 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.5 — SendMax 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. Let’s 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. Let’s take a closer look on them.","headline":"v5.3.5 — SendMax on all wallets","mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/v5-3-5-SendMax-on-all-wallets-9f5566d51a09/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"url":"https://bluewallet.io/v5-3-5-SendMax-on-all-wallets-9f5566d51a09/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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>
|
||||
@ -329,6 +332,19 @@ android: <a href="https://t.co/fUA6dVjtNw?amp=1" title="http://bit.ly/2XjBEnm">h
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -358,19 +374,6 @@ android: <a href="https://t.co/fUA6dVjtNw?amp=1" title="http://bit.ly/2XjBEnm">h
|
||||
<li><a href="/introducing-v6-with-multisig/">Introducing v6 with Multisig </a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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. Let’s take a closer look on the latest developments and updates. There’s 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. Let’s take a closer look on the latest developments and updates. There’s a lot to tell :)" />
|
||||
<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. Let’s take a closer look on the latest developments and updates. There’s 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 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. Let’s take a closer look on the latest developments and updates. There’s 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. Let’s take a closer look on the latest developments and updates. There’s a lot to tell :)","headline":"v5.5.0 — Buy Bitcoin without KYC, Cobo Vault support","mainEntityOfPage":{"@type":"WebPage","@id":"https://bluewallet.io/v5-5-0-buy-bitcoin-without-kyc-cobo-vault-support/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"url":"https://bluewallet.io/v5-5-0-buy-bitcoin-without-kyc-cobo-vault-support/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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 won’t 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 won’t 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>
|
||||
@ -323,6 +326,19 @@ We are going to keep a look on its evolution closely.</p>
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -352,19 +368,6 @@ We are going to keep a look on its evolution closely.</p>
|
||||
<li><a href="/introducing-v6-with-multisig/">Introducing v6 with Multisig </a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
|
||||
@ -5,21 +5,24 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/v5-5-2-Ground-Control-87073ed44910/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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":"https://bluewallet.io/v5-5-2-Ground-Control-87073ed44910/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://bluewallet.io/logo-bluewallet.svg"},"name":"nuno"},"url":"https://bluewallet.io/v5-5-2-Ground-Control-87073ed44910/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -225,7 +228,7 @@
|
||||
|
||||
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>
|
||||
@ -341,6 +344,19 @@ FIX: Font-Color in Input Field “transaction notes”</p>
|
||||
|
||||
|
||||
|
||||
<li><a href="/bluewallet-v8-0-0-drops-fresh-faster/">BlueWallet v8.0.0 Drops: Fresher, Faster</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/sunsetting-lndhub/">Sunsetting Lndhub.io</a></li>
|
||||
|
||||
|
||||
@ -370,19 +386,6 @@ FIX: Font-Color in Input Field “transaction notes”</p>
|
||||
<li><a href="/introducing-v6-with-multisig/">Introducing v6 with Multisig </a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/Bitcoin-Wallet-for-Desktop-v5-5-6-4f2172406155/">Bitcoin Wallet for Desktop - v5.5.6</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
|
||||
@ -5,19 +5,22 @@
|
||||
<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" />
|
||||
<meta name="twitter:description" 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 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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/watch-app/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -5,19 +5,22 @@
|
||||
<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" />
|
||||
<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="https://bluewallet.io/watch-only/" />
|
||||
<meta property="og:url" content="https://bluewallet.io/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":"https://bluewallet.io/logo-bluewallet.svg"},"name":"BlueWallet"},"url":"https://bluewallet.io/watch-only/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -2,18 +2,248 @@
|
||||
# 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-stack {
|
||||
width: 100%;
|
||||
@media (min-width: 768px) {
|
||||
max-width: 90%;
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
.hero-preview-img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
transform-origin: center center;
|
||||
transition: transform 0.45s ease;
|
||||
}
|
||||
@media (hover: hover) {
|
||||
.hero-preview-stack:hover .hero-preview-img {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
}
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.hero-preview-img {
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
.uk-navbar {
|
||||
padding: 26px 0;
|
||||
padding: 16px 0;
|
||||
a {
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
.section-hero {
|
||||
padding-top: 0;
|
||||
}
|
||||
.power-features-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
}
|
||||
.power-feature-card {
|
||||
border-radius: 24px;
|
||||
padding: 32px 32px 0;
|
||||
overflow: hidden;
|
||||
&--neutral {
|
||||
background: #F5F7FA;
|
||||
}
|
||||
&--accent {
|
||||
background: #DEF4FF;
|
||||
.power-feature-title,
|
||||
.power-feature-desc {
|
||||
color: #0070FF;
|
||||
}
|
||||
}
|
||||
}
|
||||
.power-feature-title {
|
||||
font-size: 3rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.15;
|
||||
color: #000000;
|
||||
margin: 0 0 16px 0;
|
||||
@media (max-width: 959px) {
|
||||
font-size: 32px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
}
|
||||
.power-feature-desc {
|
||||
font-size: 1rem;
|
||||
line-height: 1.65;
|
||||
color: #6B7990;
|
||||
margin: 0;
|
||||
padding-bottom: 32px;
|
||||
@media (max-width: 959px) {
|
||||
font-size: 0.9375rem;
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
}
|
||||
.power-feature-media {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
justify-content: center;
|
||||
margin-top: 8px;
|
||||
@media (min-width: 960px) {
|
||||
margin-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
max-width: 500px;
|
||||
height: auto;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
.power-feature-grid--reverse-desktop {
|
||||
@media (min-width: 1200px) {
|
||||
.power-feature-text {
|
||||
order: 2;
|
||||
}
|
||||
.power-feature-media {
|
||||
order: 1;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
}
|
||||
.community-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
gap: 16px;
|
||||
@media (min-width: 960px) {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
}
|
||||
.community-card {
|
||||
border-radius: 24px;
|
||||
padding: 32px;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.community-card--contribute {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #DEF4FF;
|
||||
}
|
||||
.community-card-title {
|
||||
font-size: 48px;
|
||||
font-weight: 700;
|
||||
line-height: 1.1;
|
||||
color: #0070FF;
|
||||
margin: 0 0 8px 0;
|
||||
@media (max-width: 959px) {
|
||||
font-size: 32px;
|
||||
}
|
||||
}
|
||||
.community-card-subtitle {
|
||||
font-size: 1rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.3;
|
||||
color: #0070FF;
|
||||
margin: 0 0 16px 0;
|
||||
}
|
||||
.community-card-text {
|
||||
font-size: 1rem;
|
||||
line-height: 1.65;
|
||||
color: #0070FF;
|
||||
margin: 0;
|
||||
flex: 1;
|
||||
}
|
||||
.community-card-actions {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
margin-top: 32px;
|
||||
.community-btn {
|
||||
flex: 1;
|
||||
border-radius: 8px;
|
||||
font-weight: 700;
|
||||
font-size: 1.125rem;
|
||||
min-height: 56px;
|
||||
line-height: 56px;
|
||||
padding: 0 28px;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
.community-btn--donate {
|
||||
background: #fff;
|
||||
color: #0070FF;
|
||||
border: none;
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: #fff;
|
||||
color: #0056cc;
|
||||
}
|
||||
}
|
||||
.community-card--blog {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #fff;
|
||||
border: 1px solid #ebecee;
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
transition: box-shadow 0.2s ease;
|
||||
&:hover {
|
||||
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
.community-blog-image {
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
margin-bottom: 20px;
|
||||
aspect-ratio: 16 / 10;
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
.community-blog-image--placeholder {
|
||||
background: #E8ECF0;
|
||||
min-height: 180px;
|
||||
}
|
||||
.community-blog-title {
|
||||
font-size: 1.25rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.3;
|
||||
color: #323247;
|
||||
margin: 0 0 8px 0;
|
||||
}
|
||||
.community-blog-excerpt {
|
||||
font-size: 0.9375rem;
|
||||
line-height: 1.6;
|
||||
color: #6B7990;
|
||||
margin: 0;
|
||||
}
|
||||
.uk-heading-primary {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
@ -40,53 +270,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 +402,264 @@
|
||||
color: #ffffff !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
.contribute-oss {
|
||||
text-align: center;
|
||||
padding: 72px 24px 88px;
|
||||
margin-bottom: 80px;
|
||||
border: none;
|
||||
border-radius: 24px;
|
||||
background: #F5F7FA;
|
||||
}
|
||||
.contribute-oss-label {
|
||||
font-size: 0.75rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.12em;
|
||||
text-transform: uppercase;
|
||||
color: #0070FF;
|
||||
margin: 0 0 16px 0;
|
||||
}
|
||||
.contribute-oss-title {
|
||||
font-size: 2.5rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.15;
|
||||
color: #323247;
|
||||
margin: 0 0 20px 0;
|
||||
max-width: 640px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
@media (max-width: 959px) {
|
||||
font-size: 2rem;
|
||||
}
|
||||
}
|
||||
.contribute-oss-lead {
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.65;
|
||||
color: #6B7990;
|
||||
margin: 0 auto 40px;
|
||||
}
|
||||
.contribute-oss-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
gap: 12px;
|
||||
margin-bottom: 56px;
|
||||
}
|
||||
.contribute-oss-btn {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 12px 24px;
|
||||
border: 1px solid #D0D5DD;
|
||||
border-radius: 8px;
|
||||
background: #fff;
|
||||
color: #323247;
|
||||
font-size: 0.9375rem;
|
||||
font-weight: 600;
|
||||
text-decoration: none;
|
||||
transition: border-color 0.2s ease, box-shadow 0.2s ease;
|
||||
&:hover {
|
||||
border-color: #0070FF;
|
||||
box-shadow: 0 2px 12px rgba(0, 112, 255, 0.1);
|
||||
color: #323247;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
.contribute-oss-stats {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 16px;
|
||||
max-width: 720px;
|
||||
margin: 0 auto;
|
||||
@media (max-width: 639px) {
|
||||
grid-template-columns: 1fr;
|
||||
max-width: 280px;
|
||||
}
|
||||
}
|
||||
.contribute-oss-stat {
|
||||
padding: 28px 20px;
|
||||
border: 1px solid #ebecee;
|
||||
border-radius: 12px;
|
||||
background: #fff;
|
||||
}
|
||||
.contribute-oss-stat-value {
|
||||
font-size: 2rem;
|
||||
font-weight: 700;
|
||||
line-height: 1.1;
|
||||
color: #323247;
|
||||
margin: 0 0 8px 0;
|
||||
@media (min-width: 960px) {
|
||||
font-size: 2.25rem;
|
||||
}
|
||||
}
|
||||
.contribute-oss-stat-label {
|
||||
font-size: 0.875rem;
|
||||
color: #6B7990;
|
||||
margin: 0;
|
||||
}
|
||||
.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";
|
||||
|
||||
@ -237,4 +678,22 @@
|
||||
|
||||
// Other vendor styles
|
||||
// @import "syntax-highlighting/cld";
|
||||
@import "syntax-highlighting/bw";
|
||||
@import "syntax-highlighting/bw";
|
||||
|
||||
// After UIkit — section header spacing (2:1 top:bottom, title closer to content below)
|
||||
.uk-section.section-power-features,
|
||||
.uk-section.section-community {
|
||||
padding-top: 0;
|
||||
padding-bottom: 40px;
|
||||
@media (min-width: 960px) {
|
||||
padding-bottom: 70px;
|
||||
}
|
||||
}
|
||||
.section-home-header {
|
||||
--section-header-pad-bottom: 32px;
|
||||
padding-top: calc(var(--section-header-pad-bottom) * 2);
|
||||
padding-bottom: var(--section-header-pad-bottom);
|
||||
@media (min-width: 960px) {
|
||||
--section-header-pad-bottom: 40px;
|
||||
}
|
||||
}
|
||||
467
assets/js/contribute.js
Normal file
@ -0,0 +1,467 @@
|
||||
(function () {
|
||||
var REPO_API = 'https://api.github.com/repos/BlueWallet/BlueWallet';
|
||||
var STATS_CACHE_KEY = 'bw_repo_stats';
|
||||
var STATS_CACHE_TTL = 24 * 60 * 60 * 1000;
|
||||
var BASE_URL = 'https://api.github.com/repos/BlueWallet/BlueWallet/issues?state=open&per_page=20&sort=created&direction=desc&labels=';
|
||||
|
||||
function formatStatCount(n) {
|
||||
if (n >= 1000000) return Math.floor(n / 1000000) + 'M+';
|
||||
if (n >= 1000) return Math.floor(n / 1000) + 'K+';
|
||||
return String(n);
|
||||
}
|
||||
|
||||
function paginatedCount(path) {
|
||||
return fetch(path + '?per_page=1')
|
||||
.then(function (res) {
|
||||
if (!res.ok) return Promise.reject();
|
||||
var link = res.headers.get('Link');
|
||||
if (link) {
|
||||
var match = link.match(/[?&]page=(\d+)>; rel="last"/);
|
||||
if (match) return parseInt(match[1], 10);
|
||||
}
|
||||
return res.json().then(function (data) { return data.length; });
|
||||
});
|
||||
}
|
||||
|
||||
function renderRepoStats(stats) {
|
||||
var releasesEl = document.getElementById('contribute-stat-releases');
|
||||
var starsEl = document.getElementById('contribute-stat-stars');
|
||||
var contributorsEl = document.getElementById('contribute-stat-contributors');
|
||||
if (!releasesEl && !starsEl && !contributorsEl) return;
|
||||
|
||||
if (releasesEl && stats.releases != null) {
|
||||
releasesEl.textContent = formatStatCount(stats.releases);
|
||||
}
|
||||
if (starsEl && stats.stars != null) {
|
||||
starsEl.textContent = formatStatCount(stats.stars);
|
||||
}
|
||||
if (contributorsEl && stats.contributors != null) {
|
||||
contributorsEl.textContent = formatStatCount(stats.contributors);
|
||||
}
|
||||
}
|
||||
|
||||
function getStatsCache() {
|
||||
try {
|
||||
var raw = JSON.parse(localStorage.getItem(STATS_CACHE_KEY));
|
||||
if (raw && Date.now() - raw.ts < STATS_CACHE_TTL) return raw.data;
|
||||
} catch (e) {}
|
||||
return null;
|
||||
}
|
||||
|
||||
function setStatsCache(data) {
|
||||
try {
|
||||
localStorage.setItem(STATS_CACHE_KEY, JSON.stringify({ ts: Date.now(), data: data }));
|
||||
} catch (e) {}
|
||||
}
|
||||
|
||||
function loadRepoStats() {
|
||||
if (!document.getElementById('contribute-stat-stars')) return;
|
||||
|
||||
var cached = getStatsCache();
|
||||
if (cached) renderRepoStats(cached);
|
||||
|
||||
Promise.all([
|
||||
fetch(REPO_API).then(function (res) { return res.ok ? res.json() : Promise.reject(); }),
|
||||
paginatedCount(REPO_API + '/releases'),
|
||||
paginatedCount(REPO_API + '/contributors')
|
||||
])
|
||||
.then(function (results) {
|
||||
var stats = {
|
||||
stars: results[0].stargazers_count,
|
||||
releases: results[1],
|
||||
contributors: results[2]
|
||||
};
|
||||
setStatsCache(stats);
|
||||
renderRepoStats(stats);
|
||||
})
|
||||
.catch(function () {
|
||||
if (!cached) return;
|
||||
renderRepoStats(cached);
|
||||
});
|
||||
}
|
||||
|
||||
loadRepoStats();
|
||||
|
||||
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();
|
||||
})();
|
||||
@ -1 +1 @@
|
||||
// Custom scripts
|
||||
// Custom scripts
|
||||
|
||||
@ -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);
|
||||
});
|
||||
|
||||
});
|
||||