Guys!
We need a step-by-step tutorial how to compile new miner for different popular linux distribs (Debian/Ubuntu, Fedora, etc.).
Who can write it?
Do you have VPS? Do you have linux server? Don't know how to start mining?
Follow this few simple steps to start mining with optimized miner:
1. Connect with putty
2. Copy and paste this text:
apt-get update
apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm git make
git clone
https://github.com/ig0tik3d/QubitCoin-cpuminer-v.1.1cd ./QubitCoin-cpuminer-v.1.1
sh ./autogen.sh
./configure CFLAGS="-O3"
make
3. If you compiled miner successfully, you can start mining now:
./minerd -a qubit -o stratum+tcp://q2c.cpu-pool.net:3470 -u YourLogin.worker -p password
4. Enjoy!

Tested on ubuntu 12.04 x64