Skip to content

Commit

Permalink
npm start cmd added
Browse files Browse the repository at this point in the history
  • Loading branch information
BScrk committed Jan 9, 2018
1 parent 5422c85 commit 1597ab8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Successfully tested with [EWBF's Zcash CUDA miner. 0.3.4b](https://bitcointalk.o
* `git clone https://github.com/BScrk/zecproxy.git`
* `cd zec_stratum`
* `npm install`
* `node proxy.js`
* `npm start`

The proxy will automatically listen on port 8000 for miners.

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "1.0.8",
"description": "Zcash Stratum Proxy",
"main": "proxy.js",
"scripts": {},
"scripts": {
"start": "node proxy.js"
},
"dependencies": {
"chalk": "^2.1.0",
"date-and-time": "^0.5.0",
Expand Down

0 comments on commit 1597ab8

Please sign in to comment.