From ab97b89269f0cbe8076477c9b7ca4194634e3b35 Mon Sep 17 00:00:00 2001 From: metacoin Date: Wed, 10 Jun 2015 10:49:50 -0400 Subject: [PATCH] updated alpha-README instructions to include adding RPC username/password to sidechain-manipulation.py --- alpha-README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/alpha-README.md b/alpha-README.md index 300af596d7..64d4da1c10 100644 --- a/alpha-README.md +++ b/alpha-README.md @@ -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