Update README.md
This commit is contained in:
parent
ba7a03b387
commit
8d38611b7c
1 changed files with 14 additions and 3 deletions
17
README.md
17
README.md
|
@ -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 ```
|
||||||
|
|
Loading…
Reference in a new issue