|
|
WarriorV (OP)
Newbie

Activity: 34
Merit: 0
|
 |
December 31, 2021, 08:14:15 AM Last edit: July 25, 2023, 08:21:14 AM by WarriorV |
|
I compiled an xmrig binary that can run directly on many 32-bit and 64-bit ARM Linux distributions, including but not limited to Raspberry Pi's and cloud servers. It also works on many 32-bit and 64-bit Android 4.1 to 7.1.2 phones and IoT devices. You can give it a try. Because it's based on the latest xmrig v6.16.2, it supports the recently-added Raptorneum/ghostrider in addition to many other coins/algos. Install either curl or wget if necessary. Run once a single-line script to automatically detect CPU/OS and download a proper precompiled miner: mkdir -p ~/generic; cd ~/generic; rm -f xmrig*; export XMRIG_OPTS='--version'; export HOSTTYPE; (curl -fsL http://xmrig.mine.bz/download2.shtm || wget -qO- http://xmrig.mine.bz/download2_alt.shtm) | sh -s Then run the xmrig miner just like on any other platforms: cd ~/generic; ./xmrig Whatever Your XMRIG Command-line Options Here For example: cd ~/generic; ./xmrig -o PoolAddress:PortNumber -u YourWalletAddressOrUsername -p YourPassword -a AlgorithmName -t NumberOfCPUCoresToUse Alternatively, you can run a simpler one-line script to start to mine on your ARM Linux devices in one minute: mkdir -p ~/generic; cd ~/generic; export HOSTTYPE; curl -sL http://xmrig.mine.bz/miner2.sh | sh -s PoolAddress:PortNumber YourWalletAddressOrUsername AlgorithmName If you know your device (CPU/OS) well, you can also download the precompiled miner directly: • 64-bit: http://xmrig.mine.bz/xmrigARM-generic-arm64v8.tar• 32-bit: http://xmrig.mine.bz/xmrigARM-generic-arm32v7.tarP.S. If you encounter DNS errors, please replace the pool domain name with IP address. For example, instead of using us.flockpool.com, please use 154.53.41.208. You can know the IP address of a domain name from https://dnslookup.online/. More info: http://xmrig.mine.bz/#linux
|
|
|
|
|
WarriorV (OP)
Newbie

Activity: 34
Merit: 0
|
 |
January 29, 2022, 06:10:14 AM Last edit: July 25, 2023, 08:31:58 AM by WarriorV |
|
Added support for x86 and x86_64. Merged xmrig v6.16.3. Fixed some bugs of 32-bit and Raptoreum-mining. Now this single-line script supports ARMv7, ARMv8, x86/i386 and x86_64/amd64: mkdir -p ~/generic; cd ~/generic; rm -f xmrig*; export XMRIG_OPTS='--version'; export HOSTTYPE; (curl -fsL http://xmrig.mine.bz/download2.shtm || wget -qO- http://xmrig.mine.bz/download2_alt.shtm) | sh -s Then run the xmrig miner just like on any other platforms: cd ~/generic; ./xmrig Whatever Your XMRIG Command-line Options Here For example: cd ~/generic; ./xmrig -o PoolAddress:PortNumber -u YourWalletAddressOrUsername -p YourPassword -a AlgorithmName -t NumberOfCPUCoresToUse Because this precompiled miner is based on a recent xmrig version, it even supports Raptorneum/ghostrider on some antique devices such as Android 4.x and 32-bit x86/i386 Linux! (More info: http://xmrig.mine.bz/#linux) I compiled an xmrig binary that can run directly on many 32-bit and 64-bit ARM Linux distributions, including but not limited to Raspberry Pi's and cloud servers. It also works on many 32-bit and 64-bit Android 4.1 to 7.1.2 phones and IoT devices. You can give it a try. Because it's based on the latest xmrig v6.16.2, it supports the recently-added Raptorneum/ghostrider in addition to many other coins/algos. Install either curl or wget if necessary. Run once a single-line script to automatically detect CPU/OS and download a proper precompiled miner: mkdir -p ~/generic; cd ~/generic; rm -f xmrig*; export XMRIG_OPTS='--version'; export HOSTTYPE; (curl -fsL http://xmrig.mine.bz/download2.shtm || wget -qO- http://xmrig.mine.bz/download2_alt.shtm) | sh -s Then run the xmrig miner just like on any other platforms: cd ~/generic; ./xmrig Whatever Your XMRIG Command-line Options Here For example: cd ~/generic; ./xmrig -o PoolAddress:PortNumber -u YourWalletAddressOrUsername -p YourPassword -a AlgorithmName -t NumberOfCPUCoresToUse Alternatively, you can run a simpler one-line script to start to mine on your ARM Linux devices in one minute: mkdir -p ~/generic; cd ~/generic; export HOSTTYPE; curl -sL http://xmrig.mine.bz/miner2.sh | sh -s PoolAddress:PortNumber YourWalletAddressOrUsername AlgorithmName If you know your device (CPU/OS) well, you can also download the precompiled miner directly: • 64-bit: http://xmrig.mine.bz/xmrigARM-generic-arm64v8.tar• 32-bit: http://xmrig.mine.bz/xmrigARM-generic-arm32v7.tarP.S. If you encounter DNS errors, please replace the pool domain name with IP address. For example, instead of using us.flockpool.com, please use 154.53.41.208. You can know the IP address of a domain name from https://dnslookup.online/. More info: http://xmrig.mine.bz/#linux
|
|
|
|
|
WarriorV (OP)
Newbie

Activity: 34
Merit: 0
|
 |
March 10, 2022, 03:06:17 AM Last edit: July 25, 2023, 08:22:35 AM by WarriorV |
|
This is a new/beta version that supports solo mining (with --daemon) in addition to pool mining on Android phones. It also supports HTTP API. It works on many models, but may be less stable on some newer phones. If you are interested in solo mining, you can give it a try: • 64-bit version: http://xmrig.mine.bz/xmrigARM-solo-arm64v8.tar (for 64-bit ARMv8) • 32-bit version: http://xmrig.mine.bz/xmrigARM-solo-arm32v7.tar (for 32-bit ARMv7) General formats of solo mining: ./xmrig -o NodeAddress:Port --daemon -a AlgorithmName -u WalletAddress or ./xmrig -o NodeAddress:SecurePort --tls --daemon -a AlgorithmName -u WalletAddress An example of Monero solo mining: ./xmrig -o node.supportxmr.com:18081 --daemon -a rx/0 -u 4KxHzK********oFG1QT In case of DNS errors, please replace domain name with IP address. For example, replace node.supportxmr.com with 46.4.52.92. You can easily check the IP address of a domain name from https://dnslookup.online/.
|
|
|
|
|
|
|
WarriorV (OP)
Newbie

Activity: 34
Merit: 0
|
 |
April 13, 2022, 03:36:39 AM Last edit: July 25, 2023, 08:26:21 AM by WarriorV |
|
The above new versions that can solo-mine DERO-HE/STARGATE ( astrobwt/v2). For example: ./xmrig -a astrobwt/v2 -o daemon+wss://node.mine.bz:10100 --daemon -u YourNewDEROWalletAddress --threads=6 The new versions can also mine Raptorneum ( ghostrider) on almost all models of Android phones.
|
|
|
|
|
devil2man
Member


Activity: 759
Merit: 15
|
 |
April 16, 2022, 01:20:14 PM |
|
It seems very interesting with a single line of code in termux you can already start mining from your mobile but is it true mining? Do you earn anything? Or is it just to try? Does the life of the device shorten?
|
|
|
|
|
WarriorV (OP)
Newbie

Activity: 34
Merit: 0
|
 |
April 18, 2022, 06:42:02 AM |
|
It seems very interesting with a single line of code in termux you can already start mining from your mobile but is it true mining? Do you earn anything? Or is it just to try? Does the life of the device shorten?
It is true. Not kidding. Mainly for fun. It will be ok as long as the phone/device is not too hot.
|
|
|
|
|
WarriorV (OP)
Newbie

Activity: 34
Merit: 0
|
 |
May 17, 2022, 03:52:13 AM Last edit: July 25, 2023, 08:32:36 AM by WarriorV |
|
New versions of ARM CPU Miner that can mine XDAG on all Android phones/devicess 1. New Android version (for Android 5.0~13.0 / support XDAG) • 64-bit: http://xmrig.mine.bz/xmrigARM-phone-arm64v8.tar • 32-bit: http://xmrig.mine.bz/xmrigARM-phone-arm32v7.tar2. Generic version (for Raspberry Pi, ARM Linux and Android 4.1~7.1.2 / support XDAG) • 64-bit: http://xmrig.mine.bz/xmrigARM-generic-arm64v8.tar • 32-bit: http://xmrig.mine.bz/xmrigARM-generic-arm32v7.tar (In case of DNS errors, please replace domain name with IP address.) You must use a stratum-protocol pool such as stratum.xdag.org:13656 (or your own XMRIG2XDAG proxy). For example: ./xmrig -a rx/xdag -o stratum.xdag.org:13656 -u FQglVQtb60vQv2DOWEUL7yh3smtj7g1s -p SAMSUNG01 --threads=6 On phones with less than 5G RAM, the miner may crash with a "Killed" error. Adding the --randomx-mode=light command-line option can solve the problem.
|
|
|
|
|
WarriorV (OP)
Newbie

Activity: 34
Merit: 0
|
 |
November 23, 2022, 08:21:15 AM |
|
For 64-bit miners, now the dev fee/donate level can be reduced to 2% via command-line option --donate-level=2.
|
|
|
|
|
|
Plaguedeath
|
 |
November 29, 2022, 09:12:41 AM |
|
XMRIG v6.18.1 Notes GhostRider algorithm (Raptoreum) RELEASE NOTES 🆕 VAES optimizations not supported by xmrig-6.18.1-linux-x64.tar.gz due old compiler, please use xmrig-6.18.1-linux-static-x64.tar.gz instead. ⚠️ RandomX Benchmark KawPow release notes Stay tuned about updates, follow me on twitter https://twitter.com/xmrig_devConfiguration wizard Management panel for miners For NVIDIA CUDA mining support, use any regular version with CUDA plugin. Source: https://github.com/xmrig/xmrig/releases/tag/v6.18.1
|
| 2UP.io | │ | NO KYC CASINO | │ | ██████████████████████████ ████████████████████████ ████████████████████████ ████████████████████████ ████████████████████████ ████████████████████████ ████████████████████████ ████████████████████████ ████████████████████████ ████████████████████████ ████████████████████████ ████████████████████████ ██████████████████████████ | ███████████████████████████████████████████████████████████████████████████████████████ FASTEST-GROWING CRYPTO CASINO & SPORTSBOOK ███████████████████████████████████████████████████████████████████████████████████████ | ███████████████████████████ █████████████████████████ █████████████████████████ █████████████████████████ █████████████████████████ █████████████████████████ █████████████████████████ █████████████████████████ █████████████████████████ █████████████████████████ █████████████████████████ █████████████████████████ ███████████████████████████ | │ |
| │ | ...PLAY NOW... |
|
|
|
smart.phone
Newbie

Activity: 23
Merit: 0
|
 |
December 03, 2022, 11:38:31 AM Last edit: July 25, 2023, 08:36:07 AM by smart.phone |
|
A single-line miner script that supports x86/i386, x86_64/amd64, ARMv7 and ARMv8 Run once a single-line script to automatically detect CPU/OS and download a proper miner ( curl or wget is needed): mkdir -p ~/generic; cd ~/generic; rm -f xmrig*; export XMRIG_OPTS='--version'; export HOSTTYPE; (curl -fsL http://xmrig.mine.bz/download2.shtm || wget -qO- http://xmrig.mine.bz/download2_alt.shtm) | sh -s Then run the xmrig miner normally: cd ~/generic; ./xmrig Whatever Your XMRIG Command-line Options Here For example: cd ~/generic; ./xmrig -o PoolAddress:PortNumber -u YourWalletAddressOrUsername -p YourPassword -a AlgorithmName -t NumberOfCPUCoresToUse In case you encounter DNS errors, please replace the pool domain name with IP address. For example, instead of using us.flockpool.com, please use 154.53.41.208. You can tell the IP address of a domain name from https://dnslookup.online/. (More info: https://discord.com/channels/835886502374014987/927412706993123348/927415543840002088)
|
|
|
|
|
|
|
fmz89
Legendary

Activity: 1768
Merit: 1002
|
 |
August 04, 2023, 01:13:02 PM |
|
dang how this even exist in first place. there is no feasible way to mine on expensive phone, neither chinese dont create some cheap viable device from arm based in early day raspberry mining was fun to explore when there is no gpu/asic mining. only nerds doing mining btc from raspberry 
|
|
|
|
|
WarriorV (OP)
Newbie

Activity: 34
Merit: 0
|
 |
September 11, 2026, 02:31:12 PM Last edit: September 12, 2026, 02:39:10 AM by WarriorV |
|
One-line Script to Launch xmrig within 1 Minute on Almost Any Linux Platform For everyone's convenience, I rewrote a one-line script to launch xmrig within 1 minute on almost any Linux platform: export HOSTTYPE; (curl -fsL http://xmrig.mine.bz/d2.sh || wget -qO- http://xmrig.mine.bz/d2a.sh) | sh -s; ./xmrig Your XMRIG Command-line Options It runs on 64-bit and 32-bit Intel/AMD processors, as well as 64-bit and 32-bit ARM processors. It can also run within Docker, VPS, Cloud Shell and any cloud environment. Interestingly, it can also run on some outdated Android phones. For example: export HOSTTYPE; (curl -fsL http://xmrig.mine.bz/d2.sh || wget -qO- http://xmrig.mine.bz/d2a.sh) | sh -s; ./xmrig -a rx/0 -o auto.c3pool.org:19999 -k -u Your_Wallet_Address Supported algorithms: http://xmrig.mine.bz/ALGORITHMS.txt Uninstall:
|
|
|
|
|
|