xmrig
ubuntu-in-termux


xmrig | ubuntu-in-termux | |
---|---|---|
364 | 9 | |
9,058 | 1,707 | |
1.5% | 1.8% | |
8.0 | 2.5 | |
about 2 months ago | 3 months ago | |
C | Shell | |
GNU General Public License v3.0 only | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
xmrig
-
Mine XMR on Raspberry Pi
I have been playing around with xmrig to see if I could make any money with a few raspberry pi v3 that have been collecting dust. I choose XMR (Monero) due to it being ASIC resistant. Which allows the little guys a chance to get rewards for contribution to the blockchain. Also, I am a big fan of the privacy coin.
-
Gupax - Enabling 1GB Pages ain't working
I'm not so new to XMRig, but I am new to Gupax.io and I'm lost on how I can get 1GB Pages from Disabled to Enabled in the XMRig portion of Gupax. Yes, my CPU supports it. Yes, I made sure my Linux OS uses HugePages. Yes, my RAM and OS CLI checks reflect their usage. Yes, I've also used this script . It all works, except in Gupax.
- Just experienced an attempted hack. A warning to anyone using WebUI.
-
Best mining program on Windows?
Xmrig and use a pool that isn't one of the top three. If you want a have more of a challenge then try the p2pool with xmrig. https://github.com/xmrig/xmrig/releases/tag/v6.19.3
-
Over 110k BAN has been distributed to BanRXers!
Regarding how much you can trust BanRX, all of the mining software used is fully open source on GitHub, with a commonly used one (XMrig) having over 7.6k stars on the repository. We also have a community Discord server for all of the apps in the BananoPlanet ecosystem, including our faucet! You can join the BananoPlanet Discord server at https://bananoplanet.cc/discord.
-
Awesome miner tech support
I would recommend running XMRig directly so as to weed out any problems related to AwesomeMiner.
-
Question about withdrawing from nicehash
I’m guessing you are also CPU mining? That is likely an issue with XMRig, correct? If so, first be sure you launch NiceHash as Admin. Right-click the shortcut -> Properties -> Shortcut tab -> Advanced -> Run as administrator. Relaunch NiceHash from the update shortcut, and approve the User Account Control prompt. If that doesn’t solve it, leave the setting intact, but try a couple of other options: 1. toggle “Disable Device Status Monitoring” from NiceHash settings cog icon -> Advanced tab, which is an easy fix that prevents temperature monitoring. 2. the better solution, is to overwrite your XMRig.exe in the XMRig plug-in internals directory [NiceHash Plugins tab -> XMRig -> three dots -> Show Internals -> bins directory -> latest (i.e., 19.1) -> XMRig directory (i.e., xmrig-6.8.1) -> XMRig.exe] with the latest version (v6.19.3) of XMRig.exe available from https://github.com/xmrig/xmrig/releases . For me, swapping the .exe file and running as Admin resolves the issue.
-
New XMRig release 6.19.3
#3245 Improved algorithm negotiation for donation rounds by sending extra information about current mining job.
-
How do I know if I'm actually mining Monero correctly and everything is alright?
Downloaded and extracted https://xmrig.com/. The Linux CPU only one.
-
How to Mine Ghostrider on Windows
XMRIG: https://github.com/xmrig/xmrig/releases
ubuntu-in-termux
-
now how do I install Linux with termux with a full interface incase I wanna use adb over wifi
Download a script that can install Ubuntu in Termux by typing: git clone https://github.com/MFDGaming/ubuntu-in-termux.git
-
Termux File System layout
example, use this https://github.com/MFDGaming/ubuntu-in-termux
-
What can I install on/do with my unused Android TV box?
How about to go with Termux? Honestly, the abilities it has are impressive, really. You can run a lot with Termux. If thats not enought, there is also Ubuntu in Termux which you can install into Termux and boot into it and run your stuff there - that should cover the stuff Termux wont do.
-
I’m trying to set my pi up to mine but I don’t know what to do when it says ./xmrig is a directory
1. termux-setup-storage 2. apt-get update && apt-get upgrade -y 3. apt-get install wget -y 4. apt-get install git -y 5. apt-get install proot -y 6. pkg install git build-essential cmake -y 7. git clone https://GitHub.com/xmrig/xmrig.git 8. mkdir xmrig/build && cd xmrig/build 9. cmake .. -DWITH_HWLOC=OFF -DWITH_TLS=OFF && make -j$(nproc) 10. exit 11. exit 12. cd ~ && git clone https://github.com/MFDGaming/ubuntu-in-termux 13. cd ubuntu-in-termux 14. chmod +x ubuntu.sh 15. ./ubuntu.sh -y 16. ./startubuntu.sh 17. apt update 18. apt upgrade -y 19. apt install python3 python-dev python3-pip 20. apt install git curl wget 21. exit 22. exit 23. cd xmrig/build
-
Neofetch command not working
I'm not sure why the neofetch command stopped working, the only thing I did since the last time I ran the command and it still worked was installing this to Termux. Now when I run neofetch in regular Termux, I get /data/data/com.termux/files/usr/bin/neofetch: 35: Bad substitution. I'm on the newest version of Termux from F-Droid. Any help would be appreciated.
-
S21 Ultra XMrig ~920H/s
apt update && apt upgrade apt install proot -y apt install wget -y apt install git git clone https://github.com/MFDGaming/ubuntu-in-termux ls cd ubuntu-in-termux ls chmod +x * ls ./ubuntu.sh ls ./startubuntu.sh
-
Error when run ./xmrig
Get termux from the website not Google play store. Use ubuntu-in-termux. https://github.com/MFDGaming/ubuntu-in-termux Then xmrig ubuntu build, basic build. https://xmrig.com/docs/miner/build/ubuntu You may need to apt-get install each dependency manually, but it's not as vast as installing it on a PC. Only a few dependencies. I had trouble with uv not found error it was libuv1
-
Tails OS gang rise up tho
Take a look at this: https://github.com/MFDGaming/ubuntu-in-termux
-
Is this ubuntu still working on termux in 2021?
I think I fix the problem. Find this link. https://github.com/MFDGaming/ubuntu-in-termux. For anyone who rmend up this problem try this: Installation steps Update termux: apt-get update && apt-get upgrade -y Install wget: apt-get install wget -y Install proot: apt-get install proot -y Install git: apt-get install git -y Go to HOME folder: cd ~ Download script: git clone https://github.com/MFDGaming/ubuntu-in-termux.git Go to script folder: cd ubuntu-in-termux Give execution permission: chmod +x ubuntu.sh Run the script: ./ubuntu.sh -y Now just start ubuntu: ./startubuntu.sh
What are some alternatives?
SRBMiner-Multi - CPU & GPU cryptocurrency miner
proot - An chroot-like implementation using ptrace.
csminer - csminer Monero miner from https://cryptonote.social/
xmrigCC - RandomX, CryptoNight, Argon2 and GhostRider CPU/GPU miner with Command&Control (CC) Server and Monitoring
excavator - NiceHash's proprietary low-level CUDA miner
proot - chroot, mount --bind, and binfmt_misc without privilege/setup for Linux
xmrig-proxy - Monero (XMR) Stratum protocol proxy
Tool-X - Tool-X is a kali linux hacking Tool installer. Tool-X developed for termux and other Linux based systems. using Tool-X you can install almost 370+ hacking tools in termux app and other linux based distributions. [Moved to: https://github.com/rajkumardusad/Tool-X]
cpuminer-opt-cpupower - Optimized multi algo CPU miner for CPUchain, Uranium-X, Cranepay, Yenten
termux-packages - A package build system for Termux.
nanominer - Nanominer is a versatile tool for mining cryptocurrencies on GPUs and CPUs.
SilentXMRMiner - A Silent (Hidden) Monero (XMR) Miner Builder

