Update README.md

This commit is contained in:
manfromafar 2021-04-30 17:40:27 -06:00 committed by GitHub
parent ba7a03b387
commit 8d38611b7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ Tested on Linux, Windows and Mac OS.
#### 1.Install Node.js #### 1.Install Node.js
```v10.15.3``` is recommended and tested ```v10.15.3``` is recommended and tested
#### 2.Clone code #### 2.Clone code
```$:git clone https://github.com/goldshellminer/goldshellminer-cli.git``` ```$:https://github.com/manfromafar/goldshell-miner-lb1.git```
#### 3.Install dependency #### 3.Install dependency
```$:npm install``` ```$:npm install```
#### 4.Config pool #### 4.Config pool
@ -31,13 +31,24 @@ Config `./config.json` to set your pool.
"minername": ["Goldshell-HS1", "Goldshell-HS1-Plus"], "minername": ["Goldshell-HS1", "Goldshell-HS1-Plus"],
"pool": { "pool": {
"host": "hns.ss.dxpool.com", "host": "hns.ss.dxpool.com",
"port": 3009, "port": 3008,
"user": "USERNAME.WORKERNAME", "user": "user.name",
"pass": "x"
}
},
{
"cryptoname": "lbc",
"minername": ["Goldshell-LB1"],
"pool": {
"host": "lbc.viabtc.com",
"port": 3002,
"user": "user.name",
"pass": "x" "pass": "x"
} }
} }
] ]
} }
``` ```
#### 5.Start Mining #### 5.Start Mining
```$:npm run dashboard ``` ```$:npm run dashboard ```