Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Q2C] QubitCoin new secure hashing (CPU mining)
by
ig0tik3d
on 04/02/2014, 16:53:33 UTC
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.1
cd ./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! Cool

Tested on ubuntu 12.04 x64

Thank you!

This issue should be added to wiki

./configure CFLAGS="-O3 -msse2"