Skip to content

Commit ab97b89

Browse files
committed
updated alpha-README instructions to include adding RPC username/password to sidechain-manipulation.py
1 parent 60c582a commit ab97b89

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

alpha-README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,13 @@ for notes on dependencies that must be installed before beginning.
4646
```bash
4747
git clone https://github.com/jgarzik/python-bitcoinrpc
4848
```
49-
5\. Use sidechain-manipulation.py:
49+
5\. Edit sidechain-manipulation.py (replace `user:pass` with your RPC username and password):
50+
```python
51+
# VARIOUS SETTINGS...
52+
sidechain_url = "http://user:pass@127.0.0.1:4241"
53+
bitcoin_url = "http://user:pass@127.0.0.1:18332"
54+
```
55+
6\. Use sidechain-manipulation.py:
5056
```bash
5157
[matt@2ca87f82dd9a bitcoin]$ cd elements
5258
[matt@2ca87f82dd9a bitcoin]$ ./contrib/sidechain-manipulation.py generate-one-of-one-multisig sidechain-wallet

0 commit comments

Comments
 (0)