Coder Social home page Coder Social logo

Comments (5)

xmrig avatar xmrig commented on May 18, 2024

In next release (2.2.0), actually I had plan to restore it in current release, but... delay it again)
Related #26
Thank you.

from xmrig.

xmrig avatar xmrig commented on May 18, 2024

Config support need rewritten it not just backport from C version, for example now possibly specify multiple --url options, in JSON it need wrap to array and add new option.
Maybe something like:

{
"pools": [
    {
      "url": "pool1:3333",
      "user": "user1",
      "pass": "x",
      "keepalive": true,
      "nicehash": false
    },
    {
      "url": "pool2:5555",
      "user": "user2",
      "pass": "x",
      "keepalive": true,
      "nicehash": false
    }
  ]
}

from xmrig.

vcambur avatar vcambur commented on May 18, 2024

I see
yes this way it looks good

from xmrig.

xmrig avatar xmrig commented on May 18, 2024

Example config file https://github.com/xmrig/xmrig/blob/dev/src/config.json
Can load multiple config files and combine with command line options.
If no pool specified by command line options will try load config.json from directory with executable.

from xmrig.

vcambur avatar vcambur commented on May 18, 2024

Thanks, going to try from the dev branch

from xmrig.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.