'설치'에 해당되는 글 1건

Ubuntu 16.04 xmr-stak-cpu 및 minergate 설치



우분투 16.04 에서 마이너게이트와 모네로 채굴 XMR-STAK-CPU 를 설치하는 방법입니다.


▶ MinerGate 설치방법


apt-get update
wget -O minergate-cli.deb https://minergate.com/download/deb-cli
dpkg -i minergate-cli.deb


XMR-STAK-CPU 설치에 비해 간단합니다.



▶ MinerGate 작동방법


minergate-cli -user 마이너게이트계정 --bcn 작동시킬쓰레드갯수 &


마이너게이트계정 : minergate.com 에 가입했던 이메일 계정

--bcn : Bytecoin

--xmr : Monero

--fcn : FantomCoin

--qcn : QuazarCoin

등등

작동시킬쓰레드갯수 : CPU가 4 코어가 4 쓰레드라면 작동시킬쓰레드는 4로 해도 됩니다. 하지만 4코어 8쓰레드라면 4로 해야합니다.



▶ XMR-STAK-CPU 설치방법


echo "vm.nr_hugepages=128" >> /etc/sysctl.conf
sysctl -p
ulimit -l 262144
echo "* - memlock 262144" >> /etc/security/limits.conf
apt-get install libmicrohttpd-dev libssl-dev cmake build-essential libhwloc-dev git
git clone https://github.com/fireice-uk/xmr-stak-cpu.git
cd xmr-stak-cpu
cmake .
make install
cd bin



▶ XMR-STAK-CPU 환경설정 ( vi config.txt )


"cpu_threads_conf" :
[
{"low_power_mode":false,"no_prefetch":true,"affine_to_cpu":0},
{"low_power_mode":false,"no_prefetch":true,"affine_to_cpu":1},
],


"cpu_threads_conf" :

null,

이 부분을 찾아서 작동시킬 쓰레드 갯수 만큼 추가하여 주면 됩니다.


"pool_address" : "pool.minexmr.com:7777",

"wallet_address" : "모네로지갑주소",

"pool_password" : "x",



▶ XMR-STAK-CPU 작동방법


환경설정이 끝났으면 ./xmr-stak-cpu & 명령어를 실행하면 됩니다.


블로그 이미지

영은파더♥

가상서버호스팅 VPS 리눅스 서버관리 윈도우 IT

,