当前位置: 首页 > 软件库 > Web3 > 区块链 >

xmr-stak-cpu-linux

monero mining software on linux
授权协议 Readme
开发语言
所属分类 Web3、 区块链
软件类型 开源软件
地区 不详
投 递 者 丁高峯
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Xmr-stak-cpu-linux

Cryptonight mining software on Linux v2.1

Without 2% donation

Make a donation to me here:

Electroneum: etnkPFomBtL1JN1c32tm3VavBMNMhbY8qDLg9kxmYJouQyy55sPaDYA2WwBkRUsD68RWzqobCCNyjWYYKr43y9g437sSVmqFcb
Bitcoin 1wuyXF3cUazUA4hFLg27QyEPYrRXC5ueM
Ethereum 0xc5fedEc444e57bAEB2E32AA6ec69A30be9A48922

Step by Step:

Download script with Linux command:

wget https://raw.githubusercontent.com/ttimt/xmr-stak-cpu-linux/master/run.sh && chmod +x run.sh

Then run the script:

sudo ./run.sh

The download will be at xmr-stak-cpu

cd xmr-stak-cpu/

Before running, we have to change two kinds of memory:

First, add a command to crontab:

sudo crontab -e

Press enter when prompted to choose a text editor
Insert the code below at the bottom line of the file

@reboot sudo sysctl -w vm.nr_hugepages=128 or

@reboot sudo sysctl -w vm.nr_hugepages=256 or

@reboot sudo sysctl -w vm.nr_hugepages=512

Try not to surpass your RAM size 25%

Secondly, open:

sudo nano /etc/security/limits.conf

Edit the lines at the bottom

* soft memlock 262144

* hard memlock 262144

Image for second:

alt text

Now restart with

sudo shutdown -r 0

After that, log back into your Linux

Finally, go to the downloaded xmr-stak-cpu folder and run the mining software with

sudo ./xmr-stak

  • 2019年8月22日 今天一台测试用服务器出现异常,最终确定是挖矿病毒,分享一下排查处理过程。   现象 1.ld-linux-x86-64进程占用CPU 90%,用户为oracle。 2.手工kill掉过一会还会再出现。   排查过程 1.切换到oracle用户,su - oracle 2.查看定时任务,crontab -e,发现有如下定时任务 /home/oracle/.cache/.a 该文

  • 我们工作组的主机集群某天被发现cpu利用率600%多,显然被种了后门来挖矿。写一下这篇文章来记录排查过程中遇到的问题。 1.怎么发现变矿机? 1)top 发现cpu炸了。这个也是常见的查看方法 2) netstat -natp 发现有几个异常的tcp连接,一查ip,发现是俄罗斯,荷兰的ip,估计主机被人种后门了 2.具体流程 crontab -l ,发现果然有一分钟一次的定时任务, * * * *

  • 趋势科技的研究人员最近观察到针对Linux机器的挖矿软件可以从受感染的系统中删除大量其他恶意软件家族。该威胁借用以前看到的恶意软件(如Xbash和KORKERDS)代码,将加密货币挖掘代码安装到受害机器上,并通过将自身植入系统和crontabs来实现持久性。 作为***内容的一部分,初始脚本将提供给目标,以删除大量已知的Linux恶意软件,挖矿软件以及与其他矿工服务和端口的连接,然后下载挖掘加密币

 相关资料
  • xmr-stak-cpu-nvidia-windows Cryptonight mining software on Windows v2.2 Without 2% donation Make a donation to me here: Electroneum: etnkPFomBtL1JN1c32tm3VavBMNMhbY8qDLg9kxmYJouQyy55sPaDYA2WwBkRUsD68R

  • xmr

    Xmr Monero node Xmr is an implementation of the Monero cryptocurrency. It aims to be a fullMonero node with wallet functionality. This is a work in progress that is not yet functional Building Xmr Xmr

  • cryptonote-xmr-pool High performance Node.js (with native C addons) mining pool for CryptoNote based coins such as Bytecoin, DuckNote, Monero, QuazarCoin, Boolberry, Dashcoin, etc..Comes with lightwei

  • Bitcoin & Monero Cross-chain Atomic Swap ia.cr/2020/1126 Abstract In blockchains where hashed timelock contracts are possible atomic swaps are already deployed, but when one blockchain doesn't have th

  • 多CPU与CPU间调度 SMP(对称多处理器)系统中,所有的CPU共享全部资源(总线,内存,I/O等),最大的特点就是所有资源共享,多个CPU之间没有区别。 NUMA(非一致内存访问)的基本特征是具有多个CPU节点,每个CPU节点由多个CPU组成,并且具有独立的本地内存与I/O槽口等。因此,虽然每个 CPU都可以访问整个系统的内存,但是访问本地节点内存的速度远远高于访问其它节点的内存。详见《SMP

  • 链接 perf + FlameGraph v8-profiler Tick Processor