update readme references

This commit is contained in:
muscleman 2022-01-15 11:35:24 -06:00
parent 29ba08020f
commit b69ece4ab5

View file

@ -149,7 +149,7 @@ sudo su - your-user
Clone the repository and run `npm update` for all the dependencies to be installed:
```bash
git clone https://github.com/muscleman/cryptonote-nodejs-pool.git pool
git clone https://github.com/muscleman/progpowz-nodejs-pool.git pool
cd pool
npm update
@ -624,12 +624,12 @@ node init.js -module=api
[Example screenshot](http://i.imgur.com/SEgrI3b.png) of running the pool in single module mode with tmux.
To keep your pool up, on operating system with systemd, you can create add your pool software as a service.
Use this [example](https://github.com/muscleman/cryptonote-nodejs-pool/blob/master/deployment/cryptonote-nodejs-pool.service) to create the systemd service `/lib/systemd/system/cryptonote-nodejs-pool.service`
Use this [example](https://github.com/muscleman/progpowz-nodejs-pool/blob/master/deployment/progpowz-nodejs-pool.service) to create the systemd service `/lib/systemd/system/progpowz-nodejs-pool.service`
Then enable and start the service with the following commands :
```
sudo systemctl enable cryptonote-nodejs-pool.service
sudo systemctl start cryptonote-nodejs-pool.service
sudo systemctl enable progpowz-nodejs-pool.service
sudo systemctl start progpowz-nodejs-pool.service
```
#### 4) Host the front-end