Socket
Socket
Sign inDemoInstall

goldshellminer

Package Overview
Dependencies
34
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    goldshellminer

```v10.15.3``` is recommended and tested #### 2.Clone code ```$:git clone https://github.com/goldshellminer/goldshellminer-cli.git``` #### 3.Install dependency ```$:npm install``` #### 4.Config pool Config `./config.json` to set your pool. ######


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Goldshellminer-cli

MINING GUILD

1.Install Node.js

v10.15.3 is recommended and tested

2.Clone code

$:git clone https://github.com/goldshellminer/goldshellminer-cli.git

3.Install dependency

$:npm install

4.Config pool

Config ./config.json to set your pool.

DXPOOL for example
{
  "loglevel": -1,
  "miners": [
    {
      "cryptoname": "hns",
      "minername": ["Goldshell-HS1", "Goldshell-HS1-Plus"],
      "pool": {
        "host": "hns.ss.dxpool.com",
        "port": 3009,
        "user": "USERNAME.WORKERNAME",
        "pass": "x"
      }
    }
  ]
}
5.Start Mining

$:npm run dashboard

6.Stop Mining

(Ctrl+C, Q, or ESC to stop the dashboard miner)

Keywords

FAQs

Last updated on 07 May 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc