Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new lines to improve readability of numbered lists #2

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 4 additions & 0 deletions alpha-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ See https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md
for notes on dependencies that must be installed before beginning.

To run alphad:

1. Download/build bitcoind/alphad
```bash
git clone https://github.com/ElementsProject/elements
Expand All @@ -24,6 +25,7 @@ To run alphad:
Note that once bitcoind finishes syncing, you can set -blindtrust=false to check that transfers to Elements Alpha are from confirmed bitcoin blocks.

To move money into Elements Alpha:

1. See 1 and 2 in "To run alphad"
2. Download secp256k1:
```bash
Expand Down Expand Up @@ -69,6 +71,7 @@ To move money into Elements Alpha:
```

To move money back out of Elements Alpha:

1. See 1-4 of above.
4. Use sidechain-manipulation.py:
```bash
Expand All @@ -79,6 +82,7 @@ To move money back out of Elements Alpha:
[matt@2ca87f82dd9a bitcoin]$ ./contrib/sidechain-manipulation.py send-to-mainchain 2MzqiCCUwtKKEV9Kxiyvk8ZuNCFKbcbneva 1

To run a fedpeg operator (for your own sidechain):

1. See 1 and 2 in "To run alphad" (Do not forget to append -blindtrust=false to the alphad command args once bitcoin syncs!)
2. See 2-4 of "To move money into Elements Alpha"
Note that the bitcoind/sidechaind wallets must be EMPTY of keys/transactions except for those created automatically by fedpeg scripts
Expand Down