Skip to content
Merged
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
11 changes: 2 additions & 9 deletions docs/quick-start/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,7 @@ If at anytime the page freezes please hit Refresh on your browser

## Initial Setup (Onboarding)

## Step 1: Select Your Business Type

### Store
- Recommended for: Retail shops, boutiques, hardware stores, electronics shops, Bitcoin merchandise stores

:::info
Restaurant is unavailable at the moment
:::
## Step 1: Select Store

## Step 2: Create Your Admin Account

Expand All @@ -41,7 +34,7 @@ Admin
0000
```

### Password
### Wallet Password

**Password Example**:
```
Expand Down
22 changes: 21 additions & 1 deletion docs/quick-start/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,27 @@ docker exec phoenixd sh -c "\
" && docker restart phoenixd
```

# Step 7: Access Ambrosia
# Step 7: Verify auto-liquidity settings in phoenix.conf

```
docker exec phoenixd cat /phoenix/.phoenix/phoenix.conf
```

You should see the following two lines at the bottom:
```
auto-liquidity=off
max-mining-fee=5000
```

If you don’t see these values, it means auto-liquidity is still ON. In that case, Phoenixd will require you to open a channel with 25,000 sats, which will give you about 2M sats of inbound liquidity.
If you want less liquidity (and therefore pay less to open the channel), return to Step 6: Configure phoenixd for inbound liquidity and adjust your settings.

:::info
These sats cover the mining fee to open a channel with ACINQ.
They are not refundable.
:::

# Step 8: Access Ambrosia

1. Open your web browser (Chrome, Firefox, Safari, Edge, etc.)
2. Navigate to: **http://localhost:3000**
Expand Down
Loading