Tổng hợp lệnh đào XMR, XZC trên Linux

daosinguyen

Junior
Joined
Aug 22, 2014
Messages
282
Reactions
154
MR
0.072
Lệnh đơn giản để đào với pool minergate đây. Tắt kết nối ssh vẫn chạy nhé.

1. Cập nhật
apt-get update

2. Tải minergate-cli
apt-get update && wget https://minergate.com/download/deb-cli -O minergate-cli.deb && sudo dpkg -i minergate-cli.deb

3. Cài đặt screen
apt-get install screen

4. Đào XMR
screen minergate-cli -user emailaddress -xmr 2
 

lamvanhieu

Hero
Joined
Nov 9, 2010
Messages
1,091
Reactions
430
MR
1.175
Chat with me via Skype
Lệnh đơn giản để đào với pool minergate đây. Tắt kết nối ssh vẫn chạy nhé.

1. Cập nhật
apt-get update

2. Tải minergate-cli
apt-get update && wget https://minergate.com/download/deb-cli -O minergate-cli.deb && sudo dpkg -i minergate-cli.deb

3. Cài đặt screen
apt-get install screen

4. Đào XMR
screen minergate-cli -user emailaddress -xmr 2
Để test cái :)
Số 2 là gi đo cậu
 

quyendang

Junior
Joined
Jul 13, 2014
Messages
63
Reactions
35
MR
0.000
Lệnh đơn giản để đào với pool minergate đây. Tắt kết nối ssh vẫn chạy nhé.

1. Cập nhật
apt-get update

2. Tải minergate-cli
apt-get update && wget https://minergate.com/download/deb-cli -O minergate-cli.deb && sudo dpkg -i minergate-cli.deb

3. Cài đặt screen
apt-get install screen

4. Đào XMR
screen minergate-cli -user emailaddress -xmr 2
Code này là chuẩn nhất!
Các bác không nên chạy code ở post 1. Mình test rồi code post 1 tốc độ thấp hơn code chính chủ do minegate cấp
=>> Code post 1 có nhét chạy đào cho acc khác.
Mình test thấy tốc độ thấp hơn 100HS bằng con vps mình xài
 
mình chạy code xzc của thớt, sao mình tắt pm ZOC7 Terminal là vps nó ko đào nữa vậy?
Ai biết lỗi gì ko ? huhu

#!/bin/bash

sudo apt-get update

sudo apt-get install -y automake build-essential autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev

sudo sysctl -w vm.nr_hugepages=$((`grep -c ^processor /proc/cpuinfo` * 3))

git clone https://github.com/zcoinofficial/cpuminer-xzc && cd cpuminer-xzc && ./autogen.sh

if [ ! "0" = `cat /proc/cpuinfo | grep -c avx2` ];

then

CFLAGS="-O2 -mavx2" ./configure --with-crypto --with-curl

elif [ ! "0" = `cat /proc/cpuinfo | grep -c avx` ];

then

CFLAGS="-O2 -mavx" ./configure --with-crypto --with-curl

else

CFLAGS="-march=native" ./configure --with-crypto --with-curl

fi

make clean && make && ./cpuminer -a lyra2z -o stratum+tcp://xzc.suprnova.cc:1598 -u mmonhatrang.1 -p 1

code ntn có sai chỗ não ko mà nó ko chạy đc v mn ? help me :(
 

trutran

Pre-verified
Joined
May 8, 2017
Messages
34
Reactions
9
MR
0.000
Call me! Call me! Follow me on Facebook Chat with me via Skype
Bác ơi, em dư mấy con server ở VN nhưng mà toàn cài Centos, không biết có đào được không, e chạy script toàn báo lổi này bác ạ,
"make: *** No rule to make target `clean'. Stop."
 

Announcements

Today's birthdays

Forum statistics

Threads
423,813
Messages
7,133,484
Members
176,256
Latest member
dieply

Most discussed of week

Most discussed of week

Back
Top Bottom