Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from justmoon/patch-1
Browse files Browse the repository at this point in the history
Improve quickstart guide
  • Loading branch information
Timothy authored Apr 21, 2017
2 parents 0ac56cd + 269eb9a commit 6c97315
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ https://bitcoinmoonbeam.org:
```

`refundaddr` is your own wallet address where the balance of coins will be
sent when the channel is eventually closed.
sent when the channel is eventually closed. Note that bitcoinmoonbeam.org is
running on testnet, so this must be a regular Bitcoin testnet address.

The funding address and channel ID are printed if successful.

Expand All @@ -58,6 +59,11 @@ Once the transaction has confirmed run:
./bin/mbclient fund <id> <txid> <vout> <amount_in_satoshi>
```

* `id` is the ID of the channel, you can find it by running `bin/mbclient list -a`
* `txid` is the ID of the funding Bitcoin transaction
* `vout` denotes the output of the transaction that contains the channel funding address, e.g. `0` for the first output
* `amount_in_satoshi` is the number of satoshis (1 satoshi = 0.00000001 bitcoin) to send

If successful, the channel is now open. To see your open channels, run:

```bash
Expand Down

0 comments on commit 6c97315

Please sign in to comment.