It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
1. Create account.
Register here, or login if you already have account
Create a worker that will be used by the miner to login
2. Download a miner.
Intel/ATI/AMD CGMiner Windows Sha256: Download here
Intel/ATI/AMD CGMiner Linux Sha256: Download Here
Intel/ATI/AMD CGMiner 3.7.2 Scrypt Windows: Download here
Intel/ATI/AMD CGMiner 3.7.2 Scrypt Linux: Download Here
Intel/ATI/AMD BFGMiner Linux/Windows: Download here
Fabulous Panda Miner Mac OS X: Download here
Minerd CPU Miner Mac/Linux/Windows: Download here.
NVIDIA Cudaminer: Download here
3. Configure your miner.
If your using Linux, Then type the following into the console:
CGMiner
./cgminer --scrypt -o stratum+tcp://107.170.30.127:3333 -u Weblogin.WorkerName -p WorkerPassword
BFGMiner
./bfgminer --scrypt -o stratum+tcp://107.170.30.127:3333 -u Weblogin.WorkerName -p WorkerPassword
If you want to mine on a Windows Operating System , Then you'll need to create a Batch File to start your miner.
You can download pre-configured one from MEGA Here or you can make your own by opening notepad and then copy and pasting the following:
MinerD
minerd -a --scrypt -t 6 -s 4 -o stratum+tcp://107.170.30.127:3333 -u Weblogin.WorkerName -p WorkerPassword
CGMiner
cgminer --scrypt -o stratum+tcp://107.170.30.127:3333 -u Weblogin.WorkerName -p WorkerPassword
BFGMiner
bfgminer --scrypt -o stratum+tcp://107.170.30.127:3333 -u Weblogin.WorkerName -p WorkerPassword
Cudaminer For NVIDIA Cards
cudaminer -o stratum+tcp://107.170.30.127:3333 -u Weblogin.WorkerName -p WorkerPassword
You then need to change "-u Weblogin.Worker -p Worker password" to reflect your own account. Eg, "-u Steve.StevesWorker -p StevesWorkerPassword" Then go to "File => Save as" and save the file as "RunMe.bat" in the same folder as minerd. You are now ready to mine, double click on "RunMe.bat" to start mining. If you want, you can create additional workers with usernames and passwords of your choice here
4. Create a Pixcoin address to receive payments.
Downloading the client & block chain: Download the Pixcoin client from here.
Generate a new address and input it on your account page to receive payments.
5. Advanced cgminer settings / FAQ
Scrypt readme
Don't set intensity too high, I=11 is standard and safest. Higher intensity takes more GPU RAM. Check for hardware errors in cgminer (HW). HW=0 is good, otherwise lower intensity :)
Set shaders according to the readme (or look at your graphic cards specifications). Cgminer uses this value at first run to calculate thread-concurrency. Easiest way to get this optimized is to use same settings as others have used here: here.
There's also an interesting project which gives you a GUI for cgminer. Windows only it seems.
Here's a great guide how to get up and running with Xubuntu.