We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c582a commit ab97b89Copy full SHA for ab97b89
alpha-README.md
@@ -46,7 +46,13 @@ for notes on dependencies that must be installed before beginning.
46
```bash
47
git clone https://github.com/jgarzik/python-bitcoinrpc
48
```
49
-5\. Use sidechain-manipulation.py:
+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:
56
57
[matt@2ca87f82dd9a bitcoin]$ cd elements
58
[matt@2ca87f82dd9a bitcoin]$ ./contrib/sidechain-manipulation.py generate-one-of-one-multisig sidechain-wallet
0 commit comments