Primecoin mining

提供: tezos-wiki
2018年4月10日 (火) 02:10時点におけるAdmin (トーク | 投稿記録)による版 (1版 をインポートしました)
移動先: 案内検索

Primecoin is a cute coin. While mining it's calculating big prime numbers.

Primecoin mining on Debian with beeeeer.org

From http://www.peercointalk.org/index.php?topic=937.msg8370#msg8370

sudo apt-get update
sudo apt-get install -y yasm git make g++ build-essential libminiupnpc-dev libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix
git clone https://github.com/thbaumbach/primecoin 
cd primecoin/src
make -f makefile.unix
./primeminer -poolip=176.34.128.129 -poolport=1337 -pooluser=AQeSKRxeptkwbMzX6fTNxqySy8U8NrHhad -poolpassword=PASSWORD -genproclimit=8
./primeminer -poolip=<look below> -poolport=1337 -pooluser=<Enter your payment address here> -poolpassword=<Type the word 'PASSWORD' all caps-beeeeer.org doesn't have actual passwords> -genproclimit=<number of cores your cloud CPU has>
Pool IP 

EU: 176.34.128.129 US: 54.200.248.75 ASIA: 54.251.179.44

http://beeeeer.org/user/<your XPM address>

More links

Source

http://coin.wiki/