Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 2 additions & 38 deletions _docs/create-lightning-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,6 @@ title: Create a Lightning wallet
tags: [setup]
---

Creating a Lightning wallet on BlueWallet is easy.

You can either click on the "Add now" button or the "+" icon in the top right corner

{% include phone-screenshot-image.html img="bluewallet-first-page.png" alt="BlueWallet's first page" %}

That will take you to the "add wallet" screen.

## Adding a new wallet

In the "add wallet" screen, you can choose between a Bitcoin wallet and a Lightning wallet.

{% include phone-screenshot-image.html img="add-lightning-wallet.png" alt="Add Lightning wallet" %}

For Lightning, click on the Lightning button. (If you want to create a Bitcoin wallet, see [this guide](/docs/create-bitcoin-wallet).)

You may also name your wallet, or leave the default name.

<div class="side-note" markdown="1">

### Advanced options

If you have "Advanced mode" enabled in general settings,
you'll see one more option for creating the wallet.

{% include phone-screenshot-image.html img="add-lightning-wallet-with-advanced-options.png" alt="Add Lightning wallet with advanced options" %}

#### Connecting to your own LNDHub

Lightning functionality in BlueWallet is powered by [LNDHub](http://lndhub.io/), an open source service that we created for this purpose. We host our own instance of this service and BlueWallet connects to it by default. However, for more privacy you can host your own instance and connect to it.

To do that, you can add the address of your lndhub instance in the specified text field.


</div>

When you're ready, you can click on "Create" to make your new wallet.

Creating a Lightning wallet on BlueWallet is no longer possible since April 30th, 2023.

You can host your own instance or import an custodian lightning service.
8 changes: 4 additions & 4 deletions _includes/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ <h1 class="uk-article-title uk-text-center">Radically Simple 👩‍🎤 Extreme
<div>
<div class="uk-card">
<h2 class="uk-h2 uk-margin">Multiple Wallets</h2>
<p class="uk-text-lead">With a multiple wallet architecture to allow maximum flexibility.
BlueWallet aims to support the highest wallet standards.
Besides Bitcoin Wallets, Watch-only, Multisig Vaults and Lightning. Blue can import most wallet standards including Electrum and Bread wallets.</p>
<p class="uk-text-lead">With a multiple wallet architecture to allow maximum flexibility. 
BlueWallet aims to support the highest wallet standards.
Besides Bitcoin Wallets, Watch-only, Multisig Vaults and Lightning nodes. Blue can import most wallet standards including Electrum and Bread wallets.</p>
</div>
</div>
<div>
Expand Down Expand Up @@ -71,7 +71,7 @@ <h2 class="uk-h2 uk-margin">Multisig Vault</h2>
<img src="{{ site.uploads | absolute_url }}/features/lightning.png" alt="lightning wallet">
</div>
<h2 class="uk-h3 uk-margin">Lightning Wallets</h2>
<p class="uk-text-meta">with zero configuration. You can use our hosted Lightning wallets or connect to your own node. Allows you to seamlessly use the Lightning Network, without the need to open channels, be online or operate and mantain a node.</p>
<p class="uk-text-meta">You can import your own node or a hosted Lightning wallet.</p>
</div>
</div>
<div>
Expand Down Expand Up @@ -199,4 +199,4 @@ <h2 class="uk-h2 uk-margin">Multi-language</h2>
</div>
<div class="uk-container{{container}}">
<hr class="uk-margin-large">
</div>
</div>
79 changes: 1 addition & 78 deletions _includes/lightning.html
Original file line number Diff line number Diff line change
@@ -1,84 +1,7 @@
<div class="uk-section">
<div class="uk-container uk-text-center uk-animation-slide-bottom-medium">
<h1 class="uk-heading-hero">Lightning Wallet</h1>
<h4 class="uk-h2">with zero configuration</h4>
<p class="uk-text-lead">You can use our hosted Lightning wallets <strong>or connect to your own node</strong>. Allows you to seamlessly use the Lightning Network, without the need to open channels, be online or operate and mantain a node. Our goal is to remove friction and provide a great user experience.</p>
<div class="uk-container-medium imghere uk-padding-remove@s uk-padding-remove-bottom uk-animation-slide-bottom-medium">
<img src="{{ site.uploads | absolute_url }}/lightning-wallet.png" alt="lightning wallet bitcoin">
</div>
<p class="uk-text-lead">Creating a Lightning wallet on BlueWallet is no longer possible since April 30th, 2023. You can host your own instance or import an custodian lightning service.</p>
</div>
</div>

<div class="uk-section">
<div class="uk-container{{container}}">
<h1 class="uk-h1">Features</h1>
<div class="uk-child-width-1-3@m uk-grid-match uk-text-center uk-margin-medium-top uk-grid-small" data-uk-grid>
<div>
<div class="uk-card uk-card-default uk-box-shadow-medium uk-card-hover uk-card-body uk-inline border-radius-medium border-light">
<h3 class="uk-card-title uk-margin">Refill</h3>
<p>Allows you to refill your Lightning wallet with Bitcoin. It needs 3 confirmations to validate.</p>
</div>
</div>
<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">
<h3 class="uk-card-title uk-margin">Send</h3>
<p>Make payments after scanning a QR code or through an invoice.</p>
</div>
</div>
<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">
<h3 class="uk-card-title uk-margin">Receive</h3>
<p>Receive instant payments. Generate invoices that can be easily shared. </p>
</div>
</div>
<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">
<h3 class="uk-card-title uk-margin">LNurl <span class="uk-label">new</span></h3>
<p>Allows you to have an easier interaction with services that support LNurl. Pay and Withdraw. </p>
</div>
</div>
<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">
<h3 class="uk-card-title uk-margin">Marketplace</h3>
<p>Access and Explore Lightning ready services and start participating on the new layer for payments.</p>
</div>
</div>
<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">
<h3 class="uk-card-title uk-margin">Browser</h3>
<p>Directly access your favourite lightning ready apps from our browser.</p>
</div>
</div>
</div>
</div>
</div>

<div class="uk-section-large">
<div class="uk-container{{container}} explain">
<h1 class="uk-h1">How to start</h1>
<div class="uk-child-width-1-3@m uk-grid-match uk-text-center uk-margin-medium-top uk-grid-small" data-uk-grid>
<div>
<div class="uk-card uk-card-hover uk-card-body border-radius-medium">
<span class="uk-badge">1</span>
<h3 class="uk-card-title uk-margin">Create a Lightning Wallet</h3>
<p>Once you have created your Lightning Wallet, you will find the option <strong>"manage funds"</strong> inside your wallet. This is where you can refill a new Wallet.</p>
</div>
</div>
<div>
<div class="uk-card uk-card-hover uk-card-body border-radius-medium">
<span class="uk-badge">2</span>
<h3 class="uk-card-title uk-margin">Send an on-chain Transaction</h3>
<p>Choose your favourite refill option and send a transaction with the desired amount. <strong>Keep the amount low</strong>, Lightning is experimental.</p>
</div>
</div>
<div>
<div class="uk-card uk-card-hover uk-card-body border-radius-medium">
<span class="uk-badge">3</span>
<h3 class="uk-card-title uk-margin">Start using Lightning</h3>
<p>Once you send your transaction, it will <strong>require 3 confirmations</strong> before your balance appears on your Lightning wallet. Welcome to Lightning.</p>
</div>
</div>
</div>
</div>
</div>