Skip to main content

How to pool mine BBQCoin (BQC)?

Pool Mining BBQCoin is similar to coins like Litecoin which use Scrypt algorithm. When newcomers to mining find no tutorials of BBQCoin mining they are disheartened. So I thought of coming up with this post.BBQCoin Mining Tutorial

Why should I mine BBQCoin?


There are still a lot of people who missed the Bitcoin boom and its already too late for them to mine with their GPU because Bitcoin miners have come up with specific hardware like ASIC (Application Specific Integrated Chip) and Bitcoin Erupters which gives them a cutting edge over GPU in terms of processing / hashing power. What makes BBQCoin different from Bitcoin is it uses Scrypt algorithm, which is different from SHA-256 algorithm of Bitcoin. That’s another reason why Litecoin raised to fame. So it means you can basically mine with your high end graphics card and make reasonable profit without investing much in ASICs which are of no use other than mining.

At present level of difficulty (1.97 for BBQCoin compared to 609482679 of Bitcoin while I’m writing this) BBQCoins  are easier to mine with reward of 42 coins for each block. Profitability is much higher for BBQCoin for my level of power consumption. You may calculate yours from here http://dustcoin.com/mining (This page displays more useful comparative info of Crypto currencies). In recent weeks BBQCoin has been amazingly doing well against Bitcoin in terms of exchange rate and the trend is growing. Here is a snapshot of Trade from Cryptsy. I think that’s enough talking about BBQCoin let’s go to the tutorial. I use Bter to trade my BBQCoins.

BBQCoin vs Bitcoin Price Trend 

Pool Mining BBQCoin

Creating a Wallet

First you need a BBQCoin Wallet Address to receive coins you receive. So download the wallet from here http://sourceforge.net/projects/bbqcoin/ and extract the contents in to a folder. Is should look like this.

BBQCoin Wallet Extracted
Run the bbqcoin-qt.exe to start your wallet. It should take some time to sync with network to download the entire blockchain. Right now its around 600 MB (For Bitcoin it reached 11GB). That’s not our concern anyway because all we need is just a receiving address of our own. So navigate to ‘Receive Coins’ tab. In the bottom right you will have a ‘New Address’ button. Click on it.

BBQCoin Receive Coin Address
BBQCoin Wallet Address Label
Enter any Label name and click ‘OK’. It will autogenerate a receiving address with the label you mentioned. The label is just an identifier and you can create any number of Receiving address with different labels. I create new address for each transactions.

 Finding a Mining Pool

Here is what you need for a Pool Mining
  • A Pool URL with Port Number
  • A Username
  • A Password
Most of the pools out there require you to register. There you need to create something called worker ID. You can create any number of workers with different worker IDs, so that when you mine from different PCs with different worker IDs all their Processing/Hashing power will be consolidated to your account. You obviously need to have added your BBQCoin Wallet address to checkout coins. There is also threshold limit for some pools where you can withdraw only after accumulating certain number of coins. One such example is http://bbq.ltcoin.net/login.php . Anyway I’m not using it myself anymore.

BBQCoin Pool Mining
I use http://p2pool.bbqcoin.darkgamex.ch:19324/static/ where I don’t even need to register.Its simple enough because the web address of the pool by itself gives you the pool URL and Port Number. My BBQCoin Wallet Address would be my Username and Password can be anything. Above all its 0% Fee pool. Its instantly sends you BBQCoins as and when your work is accepted, even in fractions. This is known as PPS (Pay Per Share) system. Its good for beginners.

BBQCoin Mining Coin Received
Here is a wiki on various types of Pools. (Note the Pools mentioned there are for Litecoins) https://litecoin.info/Mining_pool_comparison#Reward_typesYou may also join this pool http://coin-base.org/bbqcoin/

Getting a suitable Miner for your Hardware

Depending on you hardware you can chose the appropriate miner. Let me go through each miner Individually.
  • CPU Miner
  • GPU Miner for Nvidia
  • GPU Miner for ATI

CPU Miners

Enough said about high power consumption and low profitability of CPU Miners but we are experimenters. Aren’t we?

So you are going to start by downloading a CPU Miner from the below link:


I’m going to talk about only mining in Windows here. Once downloading the zip file extract it in to a folder. It should look something like below.

CPU Miner for BBQCoin
CPU Miner for BBQCoin Extracted
Now open a Notepad. You have to type in a single batch file command in the notepad. The syntax of it is like below that contains your Pool URL, Pool Port Number, Username and Password.

minerd –o startum+tcp://[Pool URL]:[Pool Port Number] –O [Username]:[Password]
In my case minerd –o startum+tcp://p2pool.bbqcoin.darkgamex.ch:19324 –O bLgDbq98q58V9mpcoXVSR3goEbbonB6G2R:x Now save this file with any name but in .bat format in the folder where you have extracted the CPU Miner files. This acts as a launcher for the miner.BBQCoin Mining CPU Miner Batch File
Everything is set up. Now you just Double-click on the .bat file to run the miner. Is should show be like this. My Intel i7 First Gen Processor is giving one hell of fight.

BBQCoin Mining CPU Miner Running
Sometimes if you get any error in connecting, try changing the syntax like below.minerd -o http://[Pool URL]:[Pool Port Number] –O [Username]:[Password]
Its probably due to the pool not supporting Stratum protocol.

GPU Miner for Nvidia

For Nvidia GPUs you need CUDA Miner. You can download it from here (both 32-bit and 64-bit included) https://mega.co.nz/#!FUZjHbJQ!HLooZl2hP9ctks1GgylbE1ouclUaW5TqS-0ftb-DOgc.

Always check for the latest version of CUDA Miner here https://bitcointalk.org/index.php?topic=167229.0

Sometimes you need Nvidia CUDA Toolkit (if not available in your PC) to run CUDA Miner. You can download it from here https://developer.nvidia.com/cuda-downloads [CUDA Toolkit requires Microsoft Visual Studio to install some components]. So install CUDA Toolkit before running CUDA Miner.

Extract the downloaded CUDA Miner in to a folder. It should look like below. You can choose ‘x64’ or ‘x86’ folder.

BBQCoin CUDA Miner Extracted
You can see a ‘cudaminer-src-2013.11.20 zip’ file among the extracted files. If you open it you can see around some 69 files.

BBQCoin CUDA Miner Source Zip File
Just select all the contents of the Zip FIle and drag in to x64 or x86 Folder as you need.

BBQCoin Mining CUDA Miner Extracted
BBQCoin Mining CUDA Miner Extracted Source
Now we have to do the same step as we did for CPU Miner. Create a .bat file to launch the CUDA Miner. The synatx is as follows.

cudaminer.exe –o startum+tcp://[Pool URL]:[Pool Port Number] –O [Username]:[Password]

In my case

cudaminer.exe –o startum+tcp://p2pool.bbqcoin.darkgamex.ch:19324 –O bLgDbq98q58V9mpcoXVSR3goEbbonB6G2R:x

Now your batch file is ready and you can simply run it to start GPU mining. The good thing about CUDA Miner is it can self optimize according to your GPU.BBQCoin Mining with CUDA Miner 

GPU Miner for ATI/AMD

For ATI cards you can download CG Miner from here http://ck.kolivas.org/apps/cgminer/Always check for the latest version here http://ck.kolivas.org/apps/cgminer/

Install AMD App SDK before you run the CG Miner.

In case of Intel Chipset download and install OpenCL SDK from here http://software.intel.com/en-us/vcsource/tools/opencl-sdk

The method is same as in CPU Miner and CUDA Miner. Just extract the contents of CG Miner and create a .bat file in the extracted folder as I have mentioned in CPU Miner section in this post. The Syntax for CG Miner is

cgminer--scrypt –o http://[Pool URL]:[Pool Port Number] –u [Username] –p[Password] --thread-concurrency [Concurrency] –I [Intensity] –g [GPU Threads] –w [Work Size]

You additionally need to know about ConcurrencyFor more info in customizing it for your ATI card you can refer to Step 4 of this article http://cryptocur.com/litecoin/litecoin-ltc-gpu-mining/, which is about Litecoin and it applies perfectly to BBQCoin Mining.

If you are planning to invest in GPU for mining better have a quick look at this comparison of various GPUshttps://litecoin.info/Mining_hardware_comparison---------------------------------------------------------------------------------------------------------------------------------For updates and queries about BBQCoin you can go to the Official Thread of BBQCoin Foundation here : https://bitcointalk.org/index.php?topic=310290.0Facebook : https://www.facebook.com/BBQCoinTwitter : https://twitter.com/BBQCoin

Hope this post helped you to some extent to start with BBQCoin. If you appreciate my effort you are free to be generous

BQC : basZiqa7GNfHqWtyQSCyAVSoZ9EEC3EyNh
BTC :  1PGXWmomcG3dNMrt636UBR2s6SVHtS75U8

Comments

Popular posts from this blog

How to use JCalendar date picker in your Java Swing Applications with NetBeans

If you are one of those JAVA beginners like me who wants to implement a datepicker module in your experimental/business critical application developed with NetBeans IDE , then this for you. Let me share how I figured out to do so in simple steps with a sample code. Assuming that you have your Java Swing application ready, you will need to download the JCalendar package from here http://www.toedter.com/en/jcalendar/index.html . The page lists out various modules available with descriptions like JDateChooser, JCalendar, JYearChooser, JMonthChooser, JDayChooser, JSpinField and JLocaleChooser. The one I chose for my app was JDateChooser. After downloading and opening the ZIP file, you can see a whole set of files in it. The one we need is in the folder ‘lib’ with the name jcalendar-1.4.jar (this is the latest version while I was writing this). extract that file to your folder of comfort. The jar file you just extracted contains everything you need to implement the date picker in y

Configuring Google Cardboard to work with Ant VR Headset for Lenovo Vibe K4 Note

Let me make it short. Open the Google Cardboard app from your Lenovo Vibe K4 Note. Go to Switch Viewer option and scan the following QR code. This makes Google Cardboard app to work perfectly with Ant VR Headset. Thanks to this Quora thread . Note : Dont use the inbuilt VR mode and Google Cardboard together. VR mode tries to make the whole android experience viewable through VR headset whereas Google Cardboard only produces VR experience for selective apps with Cardboard compatibility. So they dont work at the same time. Nothing goes wrong even if you activate them together, you only see VRception. Dont use default Ant VR app As mentioned in the Quora thread, dont use Ant VR app. It looks fishy and amateurish. May be its even a spying venture of PLA. who knows. Difference between 360 and 3D videos? If you open 360 videos from Google Cardboard you can watch selected 360 videos (like this one ), where you can rotate your head and look everywhere within t

Honda CB Twister India : A Quick Review

I came across a dozen reviews of Honda CB Twister on web and finally decided to buy it. I owned it on last March, 2012. It costed around ₹63,000 with disc brakes, alloy wheels, road tax and stuffs. The reason why I have included ‘India’ in title is because Twister is also available as Honda CB110 in other countries. Here is my short account on my experience with Twister. Mileage Mileage is a very essential part of my riding experience. I travel around 200 Kms every week, so fuel expenses shouldn't make me bankrupt. Twister’s 60 – 65 KmpL mileage is one of the factors that influenced my choice while buying. Anyway in advertisements its claimed to be 70KmpL.   Engine Nowadays its a increasing trend to see Indians going for high end bikes, but in my case I am good with medium performance engines. Twister’s 110CC engine makes riding smooth up to 55Kmph speed, beyond that Honda Twister turns in to a Honda Vibrator. Considering the fact that I’m not an adrenalized rider,