update README

This commit is contained in:
lzx 2025-04-16 19:03:56 +08:00
parent 7e63afd621
commit 614f16a8b6
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
### start common example ### ### start common example ###
```
node app.js <method> <coin> node app.js <method> <coin>
```
# if you used pm2, you can use this command # if you used pm2, you can use this command
``` ```
@ -141,7 +143,7 @@ pm2 start app.js --name <pm2 process name> -- <method> <coin>
``` ```
# start examples # start examples
############# pm2 start common ############# ``` pm2 start common
pm2 start app.js --name nexa-hashratev2 -- hashrate nexa pm2 start app.js --name nexa-hashratev2 -- hashrate nexa
pm2 start app.js --name nexa-reportv2 -- report nexa pm2 start app.js --name nexa-reportv2 -- report nexa
pm2 start app.js --name nexa-confirm -- confirm nexa pm2 start app.js --name nexa-confirm -- confirm nexa
@ -191,3 +193,4 @@ pm2 start app.js --name alph-hashrate -- hashrate alph
pm2 start app.js --name alph-confirm -- confirm alph pm2 start app.js --name alph-confirm -- confirm alph
pm2 start app.js --name alph-distribution -- distribution alph pm2 start app.js --name alph-distribution -- distribution alph
pm2 start app.js --name alph-balance -- balance alph pm2 start app.js --name alph-balance -- balance alph
```