Read error end of file xmrig

Describe the bug If I change the preset pool (donate.v2.xmrig.com:3333) I get READ ERROR: "end of file" To Reproduce 1). I download xmrig-6.12.0-msvc-win64.zip (I´m on Windows 10 PRO 64bi...

I am facing the same issue.

net asia1-etc.ethermine.org:4444 read error: «end of file»

Here is my config.

{
    "api": {
        "id": null,
        "worker-id": null
    },
    "http": {
        "enabled": false,
        "host": "127.0.0.1",
        "port": 0,
        "access-token": null,
        "restricted": true
    },
    "autosave": true,
    "background": false,
    "colors": true,
    "title": true,
    "randomx": {
        "init": -1,
        "init-avx2": -1,
        "mode": "auto",
        "1gb-pages": false,
        "rdmsr": true,
        "wrmsr": false,
        "cache_qos": false,
        "numa": true,
        "scratchpad_prefetch_mode": 1
    },
    "cpu": {
        "enabled": true,
        "huge-pages": true,
        "huge-pages-jit": false,
        "hw-aes": null,
        "priority": null,
        "memory-pool": false,
        "yield": true,
        "asm": true,
        "argon2-impl": null,
        "astrobwt-max-size": 550,
        "astrobwt-avx2": false,
        "argon2": [0, 2, 4, 6, 5, 7],
        "astrobwt": [0, 1, 2, 3, 4, 5, 6, 7],
        "cn": [
            [1, 0],
            [1, 2],
            [1, 4]
        ],
        "cn-heavy": [
            [1, 0],
            [1, 2]
        ],
        "cn-lite": [
            [1, 0],
            [1, 2],
            [1, 4],
            [1, 6],
            [1, 5],
            [1, 7]
        ],
        "cn-pico": [
            [2, 0],
            [2, 1],
            [2, 2],
            [2, 3],
            [2, 4],
            [2, 5],
            [2, 6],
            [2, 7]
        ],
        "cn/upx2": [
            [2, 0],
            [2, 1],
            [2, 2],
            [2, 3],
            [2, 4],
            [2, 5],
            [2, 6],
            [2, 7]
        ],
        "ghostrider": [
            [8, 0],
            [8, 2],
            [8, 4]
        ],
        "rx": [0, 2, 4],
        "rx/arq": [0, 1, 2, 3, 4, 5, 6, 7],
        "rx/wow": [0, 2, 4, 6, 5, 7],
        "cn-lite/0": false,
        "cn/0": false,
        "rx/keva": "rx/wow"
    },
    "opencl": {
        "enabled": false,
        "cache": true,
        "loader": null,
        "cn-lite/0": false,
        "cn/0": false
    },
    "cuda": {
        "enabled": false,
        "loader": null,
        "cn-lite/0": false,
        "cn/0": false
    },
    "log-file": null,
    "donate-level": 1,
    "donate-over-proxy": 1,
    "pools": [
        {
            "algo": null,
            "coin": null,
            "url": "asia1-etc.ethermine.org:4444",
            "user": "0x2076F1bDb316a9436736D23d58D3970231c1cB17",
            "pass": "",
            "rig-id": null,
            "nicehash": false,
            "keepalive": false,
            "enabled": true,
            "tls": false,
            "tls-fingerprint": null,
            "daemon": false,
            "socks5": null,
            "self-select": null,
            "submit-to-origin": false
        }
    ],
    "retries": 5,
    "retry-pause": 5,
    "print-time": 60,
    "dmi": true,
    "syslog": false,
    "tls": {
        "enabled": true,
        "protocols": null,
        "cert": null,
        "cert_key": null,
        "ciphers": null,
        "ciphersuites": null,
        "dhparam": null
    },
    "dns": {
        "ipv6": false,
        "ttl": 30
    },
    "user-agent": null,
    "verbose": 0,
    "watch": true,
    "pause-on-battery": false,
    "pause-on-active": false
}

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


Closed

Tawheedop opened this issue

Apr 24, 2021

· 5 comments


Closed

read error end of file

#2310

Tawheedop opened this issue

Apr 24, 2021

· 5 comments

Comments

@Tawheedop

i am using xmrig and getting this error in loop
in first line:- error : «A worker name is required to join pool!», code: -1
in second line :- read error: «end of file»
and this in in loop
although i have worker added in config file and tls is true but still getting this error
pool using rx.unmineable.com:3333
and to start mining
Screenshot from 2021-04-25 05-15-01
i type
1:- ./xmrig -o rx.unmineable.com:3333 -u mywalletaddress -p x -k —coin monero -a rx/0

2:- ./xmrig -o rx.unmineable.com:3333 -a rx -k -u DOGE:mywalletaddress.myworkername #myrefferalcode

@Spudz76

Likely they mean to use:

      --rig-id=ID               rig identifier for pool-side statistics (needs pool support)

So then like:

./xmrig -o rx.unmineable.com:3333 --rig-id=myworkername -u yourwalletaddress -p x -k

Usually the default of coin:auto works fine so I removed those options.

@xmrig

How to specify the worker name is pool specific, but seems documentation on this pool is pretty clear https://www.unmineable.com/coins/XMR and includes an example for XMRig, I just checked it and all works fine. You can’t mine DOGE with XMRig anyway. If you plan mine RandomX and Monero you need a Monero wallet address.
Thank you.

@Tawheedop

Well thanks for help but it actually mines XMR with RandomX algo and pay us
in Doge well i got an idea with your help And somehow i managed to run it
successfully and Mine Doge but Hashrate is little bit lower anyways
everything is working perfectly

If you could help me with Hashrate that would be great

Thank you

On Sun, 25 Apr, 2021, 1:40 pm Tony Butler, ***@***.***> wrote:
Likely they mean to use:

—rig-id=ID rig identifier for pool-side statistics (needs pool support)

So then like:

./xmrig -o rx.unmineable.com:3333 —rig-id=myworkername -u yourwalletaddress -p x -k

Usually the default of coin:auto works fine so I removed those options.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2310 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASYN7VDNYB3FVZHDZZ7A233TKPFATANCNFSM43QUP3ZA>
.

@Tawheedop

thanks for the help now somehow i am mining doge sucessfully on xmrig with unmineable pool although hashrate is little bit low but everything is working fine thanks a lot

@xprimate

thanks for the help now somehow i am mining doge sucessfully on xmrig with unmineable pool although hashrate is little bit low but everything is working fine thanks a lot

Please how where you able to min DOGE on xmrig , I am facing the same error.
Thanks.

Hello Guys,

SOLVED — I accidentally turned on a API key :ugeek:

I have quite problem, on all of my miners start appear read error: «end of file» . Everything was working great on all of my PC´s until restart.
I also try upgrade XMRig to the newest version but without any change. thank´s a lot !!! :oops:

config :
{
«api»: {
«id»: null,
«worker-id»: null
},
«http»: {
«enabled»: false,
«host»: «127.0.0.1»,
«port»: 0,
«access-token»: null,
«restricted»: true
},
«autosave»: true,
«background»: false,
«colors»: true,
«title»: true,
«randomx»: {
«init»: -1,
«init-avx2»: -1,
«mode»: «auto»,
«1gb-pages»: false,
«rdmsr»: true,
«wrmsr»: true,
«cache_qos»: false,
«numa»: true,
«scratchpad_prefetch_mode»: 1
},
«cpu»: {
«enabled»: true,
«huge-pages»: true,
«huge-pages-jit»: false,
«hw-aes»: null,
«priority»: null,
«memory-pool»: false,
«yield»: true,
«asm»: true,
«argon2-impl»: null,
«astrobwt-max-size»: 550,
«astrobwt-avx2»: false,
«argon2»: [0, 1, 2, 3],
«astrobwt»: [0, 1, 2, 3],
«cn»: [
[1, 0],
[1, 1],
[1, 2]
],
«cn-heavy»: [
[1, 0],
[1, 1]
],
«cn-lite»: [
[1, 0],
[1, 1],
[1, 2],
[1, 3]
],
«cn-pico»: [
[2, 0],
[2, 1],
[2, 2],
[2, 3]
],
«cn/upx2»: [
[2, 0],
[2, 1],
[2, 2],
[2, 3]
],
«ghostrider»: [
[8, 0],
[8, 1],
[8, 2]
],
«rx»: [0, 1, 2],
«rx/wow»: [0, 1, 2, 3],
«cn-lite/0»: false,
«cn/0»: false,
«rx/arq»: «rx/wow»,
«rx/keva»: «rx/wow»
},
«opencl»: {
«enabled»: false,
«cache»: true,
«loader»: null,
«platform»: «AMD»,
«adl»: true,
«cn-lite/0»: false,
«cn/0»: false
},
«cuda»: {
«enabled»: false,
«loader»: null,
«nvml»: true,
«cn-lite/0»: false,
«cn/0»: false
},
«log-file»: null,
«donate-level»: 1,
«donate-over-proxy»: 1,
«pools»: [
{
«algo»: «rx/0»,
«coin»: «XMR»,
«url»: «prohashing.com:3359»,
«user»: «adabob»,
«pass»: «a=randomx,c=monero,n=PC5»,
«rig-id»: null,
«nicehash»: false,
«keepalive»: false,
«enabled»: true,
«tls»: false,
«tls-fingerprint»: null,
«daemon»: false,
«socks5»: null,
«self-select»: null,
«submit-to-origin»: false
}
],
«retries»: 5,
«retry-pause»: 5,
«print-time»: 60,
«health-print-time»: 60,
«dmi»: true,
«syslog»: false,
«tls»: {
«enabled»: false,
«protocols»: null,
«cert»: null,
«cert_key»: null,
«ciphers»: null,
«ciphersuites»: null,
«dhparam»: null
},
«dns»: {
«ipv6»: false,
«ttl»: 30
},
«user-agent»: null,
«verbose»: 0,
«watch»: true,
«pause-on-battery»: false,
«pause-on-active»: false
}

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.

  • Laravel photo

    Laravel

    A PHP framework for web artisans

  • 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.

  • Visualization

    Some thing interesting about visualization, use data art

  • 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.

  • Alibaba photo

    Alibaba

    Alibaba Open Source for everyone

  • D3 photo

    D3

    Data-Driven Documents codes.

  • Tencent photo

    Tencent

    China tencent open source team.

Понравилась статья? Поделить с друзьями:
  • Read error code 31 minipro
  • Read error cannot locate basic info data что делать
  • Read error c13 sony minidisc
  • Read error break condition modbus poll
  • Read error abrt указано несуществующее устройство