Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Daemon failed to start #499

Closed
babyrig opened this issue Apr 4, 2018 · 8 comments
Closed

HTTP Daemon failed to start #499

babyrig opened this issue Apr 4, 2018 · 8 comments
Labels

Comments

@babyrig
Copy link

babyrig commented Apr 4, 2018

I have this error on start in version 2.5.2 and in this beta anyone more have this issue ?

  • VERSIONS: XMRig/2.6.0-beta1 libuv/1.8.0 gcc/7.1.0
  • HUGE PAGES: available, enabled
  • CPU: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (2) x64 -AES-NI
  • CPU L2/L3: 4.0 MB/24.0 MB
  • THREADS: 12, cryptonight, av=3, donate=5%
  • POOL 128tx exploit #1: failover.xmrig.com:443
  • API BIND: [::]:6000
  • COMMANDS: hashrate, pause, resume
    [2018-04-04 10:08:29] HTTP Daemon failed to start.
    [2018-04-04 10:08:30] use pool failover.xmrig.com:443 108.61.164.63
@Pasha49
Copy link

Pasha49 commented Apr 4, 2018

+1
same problem
on version 2.4.4 works without errors

@xmrig
Copy link
Owner

xmrig commented Apr 4, 2018

What OS do you use? maybe IPv6 not available on your system, try disable it via option "ipv6": false, in api section. This option only available for 2.6.0-beta1. Thank you.

    "api": {
        "port": 600,
        "access-token": "TOKEN",
        "worker-id": null,
        "ipv6": false,
        "restricted": true
    },

@xmrig xmrig added the bug label Apr 4, 2018
@babyrig
Copy link
Author

babyrig commented Apr 4, 2018

I am running with Hive OS (Ubuntu 16.04) like you said ipv6 are disabled by default in the OS but default version are now 2.5.2.

Worked fine in the beta, any tip to make 2.5.2 to work ?

@xmrig
Copy link
Owner

xmrig commented Apr 4, 2018

In 2.5.2 only possible if edit source and recompile https://github.com/xmrig/xmrig/blob/master/src/api/Httpd.cpp#L55 3 lines (55-57) should removed.
Thank you.

@xmrig xmrig added this to the v2.6 milestone Apr 4, 2018
@sergneo
Copy link

sergneo commented Apr 4, 2018

WindowsXP 32bit

  • API BIND: [::]:8888
  • COMMANDS: hashrate, pause, resume
    [2018-04-04 22:51:03] HTTP Daemon failed to start.

@xmrig
Copy link
Owner

xmrig commented Apr 4, 2018

I will disable IPv6 for API by default in next versions.
Thank you.

@Pasha49
Copy link

Pasha49 commented Apr 5, 2018

In 2.5.2 only possible if edit source and recompile https://github.com/xmrig/xmrig/blob/master/src/api/Httpd.cpp#L55 3 lines (55-57) should removed.

It works, thanks!

xmrig added a commit that referenced this issue Apr 6, 2018
@xmrig
Copy link
Owner

xmrig commented Apr 6, 2018

Start from v2.6.0-beta2 IPv6 will be disabled by default.

@xmrig xmrig closed this as completed Apr 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants