Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Hampuz on November 27, 2013, 11:43:03 PM



Title: Help with mining XPM
Post by: Hampuz on November 27, 2013, 11:43:03 PM
Could someone help me setting up a miner at Amazon Ec2 and mining XPM?

Would liket o mine at beeeeer.org, but I cant seem to find anywhere how to set up linux or ubuntu instances and mine from them.

Any help is apprieciated and if you make me mine correctly ill send you a gift as thanks!

-Hampuz


Title: Re: Help with mining XPM
Post by: belltown on November 27, 2013, 11:54:50 PM
This is how you do it:

sudo apt-get update
sudo apt-get install yasm -y git make g++ build-essential libminiupnpc-dev
sudo apt-get install -y 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=54.200.248.75 -poolport=1337 -pooluser=AXyv8ehdKouqPW96aBVQaVtxTBYyjxK2yi -poolpassword=anything -genproclimit=8

Your pool ip will vary per location. Here are your choices:
EU: 176.34.128.129
US: 54.200.248.75
ASIA: 54.251.179.44

Your genproclimit is the number of CPU cores

Your pooluser ... you don't really need to change it:) Please just keep mining and donating to my account. Thank you!


Title: Re: Help with mining XPM
Post by: Hampuz on November 27, 2013, 11:57:41 PM
This is how you do it:

sudo apt-get update
sudo apt-get install yasm -y git make g++ build-essential libminiupnpc-dev
sudo apt-get install -y 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=54.200.248.75 -poolport=1337 -pooluser=AXyv8ehdKouqPW96aBVQaVtxTBYyjxK2yi -poolpassword=anything -genproclimit=8

Your pool ip will vary per location. Here are your choices:
EU: 176.34.128.129
US: 54.200.248.75
ASIA: 54.251.179.44

Your genproclimit is the number of CPU cores

Your pooluser ... you don't really need to change it:) Please just keep mining and donating to my account. Thank you!

Hehe, but is that ubuntu?


Title: Re: Help with mining XPM
Post by: belltown on November 28, 2013, 12:02:32 AM
Yes. I used these instructions to setup miners on my Ubuntu VPS machines. If I remember correctly it's Ubuntu 13.10


Title: Re: Help with mining XPM
Post by: Hampuz on November 28, 2013, 12:04:45 AM
Yes. I used these instructions to setup miners on my Ubuntu VPS machines. If I remember correctly it's Ubuntu 13.10

Thanks! If it works ill donate to you, got your adress now :)


Title: Re: Help with mining XPM
Post by: belltown on November 28, 2013, 12:06:25 AM
BTW, get yourself $100 mining credit from Amazon http://www.powerof60.com/en/
Now, you definitely need to donate to my account:)


Title: Re: Help with mining XPM
Post by: Hampuz on November 28, 2013, 12:18:41 AM
BTW, get yourself $100 mining credit from Amazon http://www.powerof60.com/en/
Now, you definitely need to donate to my account:)

Already got that one yesterday, soz ;)


Title: Re: Help with mining XPM
Post by: Hampuz on November 28, 2013, 12:45:23 AM
No XPM's showing up on my account even tho i have found about 20shares already, whats gooing on?