11 lines
271 B
Markdown
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
|
|
``` |