Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ npm run test

## Running Node REPL

Ensure the following are in your environment...

* BITCOIN_USER - username for Bitcoin RPC
* BITCOIN_PASS - password for Bitcoin RPC
* BITCOIN_CORS_RPC_URL - URL of RPC endpoint on bitcoin node
* NETWORK_INTERFACE - address to bind to (listening)
* PORT - port to listen on

```
npm run start-node
```
Expand Down