광업Mining - 프라임코인PrimeCoin

less than 1 minute read

공식사이트 : http://primecoin.org/

특징 : CPU로 마이닝을 하는게 가장 효율적

… 왜 그런지는 아직 모른다. 특징까지 못 찾아봐서… 시간남으면 알아봐야지.. 일단 달려

채굴방법:

위키 :  http://ypool-mining.wikia.com/wiki/Ypool_Mining_Wiki

마이닝코드 : https://github.com/clintar/jhPrimeminer-Aero

코드는 ubuntu, centos, windows에서 다 잘 컴파일될것같다. 일단 센트는 잘된다.

 

그대로 쓰기

CentOS

# yum groupinstall “Development Tools”

yum install openssl openssl-devel openssh-clients gmp gmp-devel gmp-static git

git clone https://github.com/clintar/jhPrimeminer-Aero.git

cd jhPrimeminer-Aero

make

./jhprimeminer -o http://ypool.net:10034 -m 37 -m2 47 -split 1 -p jkl -u rudora.idc1

list : idc1 idc2 nt1 linux1

Ubuntu

# apt-get install build-essential libssl-dev openssl git libgmp libgmp-dev

git clone https://github.com/clintar/jhPrimeminer-Aero.git

cd jhPrimeminer

make

./jhprimeminer -o http://ypool.net:10034 -m 37 -m2 47 -split 1 -p jkl -u rudora.linux1