Skip to content

Commit

Permalink
updated alpha-README instructions to include adding RPC username/pass…
Browse files Browse the repository at this point in the history
…word to sidechain-manipulation.py
  • Loading branch information
metacoin committed Jun 10, 2015
1 parent 60c582a commit ab97b89
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion alpha-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,13 @@ for notes on dependencies that must be installed before beginning.
```bash
git clone https://github.com/jgarzik/python-bitcoinrpc
```
5\. Use sidechain-manipulation.py:
5\. Edit sidechain-manipulation.py (replace `user:pass` with your RPC username and password):
```python
# VARIOUS SETTINGS...
sidechain_url = "http://user:pass@127.0.0.1:4241"
bitcoin_url = "http://user:pass@127.0.0.1:18332"
```
6\. Use sidechain-manipulation.py:
```bash
[matt@2ca87f82dd9a bitcoin]$ cd elements
[matt@2ca87f82dd9a bitcoin]$ ./contrib/sidechain-manipulation.py generate-one-of-one-multisig sidechain-wallet
Expand Down

0 comments on commit ab97b89

Please sign in to comment.