Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matiu committed Feb 28, 2014
1 parent 0a41fd9 commit af15f70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ Now you will need to create and configure your config.json file, one for the mai
cp config.template.json config.json
```

Edit the file to connect to `bitcoind`. Use port `18332` for testnet, `8332` for production. Also remove the `testnet` entry for production:
Edit the file to connect to `insight api`. Remove the `testnet` entry for production:

```
{
"bitcoind": "http://NEWUSERNAME:NEWPASSWORD@127.0.0.1:18332",
"insight": "http://127.0.0.1:3001/api",
"pricesUrl": "https://bitpay.com/api/rates",
"testnet": true,
"httpPort": 8080
Expand All @@ -87,7 +87,7 @@ For SSL:

```
{
"bitcoind": "http://NEWUSERNAME:NEWPASSWORD@127.0.0.1:18332",
"insight": "http://127.0.0.1:3001/api",
"pricesUrl": "https://bitpay.com/api/rates",
"testnet": true,
"httpPort": 8085,
Expand Down

0 comments on commit af15f70

Please sign in to comment.