node-open-mining-portal/README.md
2014-01-13 18:58:27 -07:00

11 lines
271 B
Markdown

Setup for development of stratum-pool
=====================================
```
git clone https://github.com/zone117x/node-stratum-portal.git
cd node-stratum-portal
git clone https://github.com/zone117x/node-stratum node_modules/stratum-pool
npm update
node init.js
```