Skip to content

Commit

Permalink
WIP docs
Browse files Browse the repository at this point in the history
  • Loading branch information
micahriggan committed Jan 10, 2019
1 parent 58dbfe9 commit 55fef34
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ npm install

# Setup Guide
1) Setup bitcore config
## Example bitcore.config.json

bitcore.config.json file in ./bitcore

<details>
<summary><b>Example bitcore.config.json</b></summary>
<br>
```
{
"bitcoreNode": {
Expand Down Expand Up @@ -91,8 +90,11 @@ bitcore.config.json file in ./bitcore
}
}
```
2) Setup Bitcoin Node
# Example Bitcoin Mainnet Config
</details>
2) # Setup Bitcoin Node
<details>
<summary><b> Example Bitcoin Mainnet Config </b></summary>
<br>
```
whitelist=127.0.0.1
txindex=0
Expand All @@ -109,6 +111,8 @@ rpcallowip=127.0.0.1
rpcuser=username
rpcpassword=password
```
</details>


3) Run Bitcoin node
4) Start Bitcore
Expand Down

0 comments on commit 55fef34

Please sign in to comment.