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

dinhtai92dn

Hero
Verified
Joined
Jul 23, 2014
Messages
1,779
Reactions
1,298
MR
0.005
Call me! Call me! Follow me on Facebook Chat with me via Skype
thì gõ thui bạn =))))
ác vừa thôi ông nội =))
có mấy con vps unbu nó không cho coppy và paste lệnh, phải gõ tay thì làm như nào bạn ơi
copy 1 nội dung trên conselo thì chỉ cần bôi đen là đã copy rồi, còn paste vào cửa sổ console thì click chuôt phải nhé
 
Code:
#!/bin/bash
if [ -f ${PWD}/cpuminer-multi/miner.h ]; then
    if pgrep -x "minerd" > /dev/null
then
    echo "minerd is running"
else
    echo "minerd has been installed, starting now"
    cd cpuminer-multi
    screen -dmSL minerd ./minerd -a cryptonight --url=stratum+tcp://xmr.pool.minergate.com:45560 -u [email protected] -p x; sleep 3
fi
exit
fi
sudo apt-get update
sudo apt-get install git make automake screen libcurl4-openssl-dev -y
sudo apt-get install libcurl4-openssl-dev build-essential libjansson-dev -y
sudo sysctl -w vm.nr_hugepages=$((`grep -c ^processor /proc/cpuinfo` * 3))
git clone https://github.com/wolf9466/cpuminer-multi
cd cpuminer-multi
./autogen.sh
CFLAGS="-march=native" ./configure
make
echo "minerd is starting"
screen -dmSL minerd ./minerd -a cryptonight --url=stratum+tcp://xmr.pool.minergate.com:45560 -u [email protected] -p x; sleep 3
 

heopt001

Junior
Pre-verified
Joined
Aug 10, 2012
Messages
44
Reactions
16
MR
0.289
Chat with me via Yahoo Messenger
Code:
#!/bin/bash
if [ -f ${PWD}/cpuminer-multi/miner.h ]; then
    if pgrep -x "minerd" > /dev/null
then
    echo "minerd is running"
else
    echo "minerd has been installed, starting now"
    cd cpuminer-multi
    screen -dmSL minerd ./minerd -a cryptonight --url=stratum+tcp://xmr.pool.minergate.com:45560 -u [email protected] -p x; sleep 3
fi
exit
fi
sudo apt-get update
sudo apt-get install git make automake screen libcurl4-openssl-dev -y
sudo apt-get install libcurl4-openssl-dev build-essential libjansson-dev -y
sudo sysctl -w vm.nr_hugepages=$((`grep -c ^processor /proc/cpuinfo` * 3))
git clone https://github.com/wolf9466/cpuminer-multi
cd cpuminer-multi
./autogen.sh
CFLAGS="-march=native" ./configure
make
echo "minerd is starting"
screen -dmSL minerd ./minerd -a cryptonight --url=stratum+tcp://xmr.pool.minergate.com:45560 -u [email protected] -p x; sleep 3

cái sleep 3 là sao bác?
 

tathienhuong2

Newbie
Joined
Apr 5, 2017
Messages
2
Reactions
2
MR
0.000
Bác cho em hỏi là ví dụ em muốn đào coin XZC và tăng thêm 20% Hs thì mình dán code vào start ntn đúng ko bác???


#!/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 worker.id -p password --thread=số_core_để_đào &&
sudo sysctl -w vm.nr_hugepages=$((`grep -c ^processor /proc/cpuinfo` * 3)) // số core cpu x 3


Em chưa hiểu cả đoạn số core CPU x3 cho lắm
 

vancuongntu

Hero
Verified
Joined
Feb 8, 2012
Messages
1,445
Reactions
607
MR
0.010
Follow me on Facebook Chat with me via Skype
thử đào XZC nhưng chỉ chạy dc tới đây, là sao vậy các pro
17918325_1282091638576182_1442047795_n.png
 
có cách nào kết nối vps amazon ubuntu ngay trên trình duyệt như ggcloud không các bác, với cả lưu đường dẫn file ppk trong putty ntn vậy,chứ kết nối 1 con vào chọn ppk lại oải quá
 

evilbaby

Senior
Joined
May 7, 2013
Messages
503
Reactions
310
MR
0.419
ác vừa thôi ông nội =))

copy 1 nội dung trên conselo thì chỉ cần bôi đen là đã copy rồi, còn paste vào cửa sổ console thì click chuôt phải nhé
giúp mình cái proxy -x sock5://ip:port + username pass với , ý mình cái sock5 có đăng nhập á
 

Announcements

Forum statistics

Threads
427,026
Messages
7,195,545
Members
179,378
Latest member
go88cdev
Back
Top Bottom