Hey, is everyone tired of developer fees on linux versions of xptminer? Sure - the developers made it all possible, but if you are like me, you are pretty greedy with your coins. That's why, I took the open source code for xptminer, and removed all of the developer fee sections of code! Why am I posting it here, well to get donations of course! I'm well aware most people wont tip or donate, but it's worth a shot! Here's how you do it:
I accept tips to: M8u6BhbCF4YfRVWshixCneZ74gN6JXdWHG
Type the following lines in the terminal:
sudo apt-get update
sudo apt-get install build-essential bc curl dos2unix fail2ban haveged libboost-all-dev libdb++-dev libminiupnpc-dev libssl-dev m4 -y
wget —no-check-certificate
https://www.dropbox.com/s/c1761a414nldhpr/xptminer.zip unzip xtpminer.zip
sudo CFLAGS="-march=native -mtune=native” make
./xpt -o
http://ypool.net -u user -p pass
I am running this on several of my machines with ubuntu, and it has worked fine for me. Let me know what you think. It's exactly the code off github, with donation code literally just commented out haha.