Giter Club home page Giter Club logo

Comments (13)

tant42 avatar tant42 commented on July 24, 2024 5

I found that I had to:

sudo chown -R root:root [claymore dir]
sudo chmod 755 [claymore dir]/ethdcrminer64
sudo chmod u+s [claymore dir]/ethdcrminer64

If I forgot to make root the owner, then it would spit out the error.
If I tried to chown it after the fact but not reset SUID, it wouldn't work.
Running all 3 commands in order fixed things.

from claymore-dual-miner.

mavenius avatar mavenius commented on July 24, 2024 3

from claymore-dual-miner.

odemolliens avatar odemolliens commented on July 24, 2024 2

ethOS Claymore 10:

cd /opt/ethos/lib/
sudo chmod 777 minerprocess.php
vim minerprocess.php

Line 504

Replace:  $command = "su - ethos -c \"" . escapeshellcmd($miner_path[$miner] . " " . $miner_params[$miner]) . " $miner_suffix[$miner]\"";

By: $command = "sudo su - root -c \"" . escapeshellcmd($miner_path[$miner] . " " . $miner_params[$miner]) . " $miner_suffix[$miner]\"";

from claymore-dual-miner.

llang629 avatar llang629 commented on July 24, 2024

Set the SUID bit on ethdcrminer64.
sudo chmod u+s /usr/local/claymore97/ethdcrminer64

from claymore-dual-miner.

alesrebec avatar alesrebec commented on July 24, 2024

Thanks, will try it.

from claymore-dual-miner.

mavenius avatar mavenius commented on July 24, 2024

I just started getting this after upgrading to Claymore 10, and setting the SUID bit did not help.

from claymore-dual-miner.

sumiflow avatar sumiflow commented on July 24, 2024

Same issue, just started getting after upgrade to Claymore 10 on ethOS

from claymore-dual-miner.

raidersan avatar raidersan commented on July 24, 2024

same here

from claymore-dual-miner.

odemolliens avatar odemolliens commented on July 24, 2024

I'm using ETH+DCR and it works on my side.
Sorry for you!

from claymore-dual-miner.

spacepost avatar spacepost commented on July 24, 2024

I am having the same issue. I'm wondering if this doesn't have something to do with the blockchain fix that's in the updated version of ethos.

from claymore-dual-miner.

mavenius avatar mavenius commented on July 24, 2024

from claymore-dual-miner.

cmer avatar cmer commented on July 24, 2024

πŸ‘

from claymore-dual-miner.

Frostcoin avatar Frostcoin commented on July 24, 2024

bug is still there... after months they still didn't resolve. ethos dev is incompetent...

from claymore-dual-miner.

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.