Bitcoin Forum
July 29, 2024, 06:15:06 PM *
News: Help 1Dq create 15th anniversary forum artwork.
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: BBQcoin mining  (Read 3017 times)
afroman1131 (OP)
Full Member
***
Offline Offline

Activity: 294
Merit: 100



View Profile
April 24, 2013, 01:54:30 AM
 #1

i was wondering if anyone could tell me how long it takes to solo mine a single block for BBQcoin im mining at roughly 2650kh/s for the last 4 hours and still nothing has happens, im using the BBQcoin wallet to mine would be appreciated if someone could help me out here.

      S P O R T S F I X           ●   BE A GAME CHANGER   ●
|     Whitepaper     |     Twitter     |     Telegram     |     Medium     |
████████████ [ Join SPORTSFIX ] ████████████
Voyager
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
April 24, 2013, 02:56:34 AM
 #2

i was wondering if anyone could tell me how long it takes to solo mine a single block for BBQcoin im mining at roughly 2650kh/s for the last 4 hours and still nothing has happens, im using the BBQcoin wallet to mine would be appreciated if someone could help me out here.
The difficulty of BBQcoin is currently 0.12 according to the client. I've been solo mining BBQcoin with a CPU for a couple weeks now at about 48 kh/s. I usually mine a block every 3-4 hours, but some hours I've gotten lucky and solved 2-3 blocks; other times I've gone over 10 hours without solving one. According to the Litecoin calculators online, at a difficulty of 0.15, I have a 23.53% probability of finding a block in 1 hour with 48 kh/s, which is pretty consistent with what I've seen.

2650 kh/s seems unusually high for the wallet's built-in miner...
afroman1131 (OP)
Full Member
***
Offline Offline

Activity: 294
Merit: 100



View Profile
April 24, 2013, 03:03:58 AM
 #3

well it fluctuates between 2500-2800 according to the client. but i still havent got a block for 5 hours which troubles me a bit. also the client says i hace about 30 some connects to the network so im not sure why im not getting any blocks.

edit: whst program are you using to solo mine?

      S P O R T S F I X           ●   BE A GAME CHANGER   ●
|     Whitepaper     |     Twitter     |     Telegram     |     Medium     |
████████████ [ Join SPORTSFIX ] ████████████
afroman1131 (OP)
Full Member
***
Offline Offline

Activity: 294
Merit: 100



View Profile
April 24, 2013, 03:12:16 AM
 #4

i was wondering if anyone could tell me how long it takes to solo mine a single block for BBQcoin im mining at roughly 2650kh/s for the last 4 hours and still nothing has happens, im using the BBQcoin wallet to mine would be appreciated if someone could help me out here.
The difficulty of BBQcoin is currently 0.12 according to the client. I've been solo mining BBQcoin with a CPU for a couple weeks now at about 48 kh/s. I usually mine a block every 3-4 hours, but some hours I've gotten lucky and solved 2-3 blocks; other times I've gone over 10 hours without solving one. According to the Litecoin calculators online, at a difficulty of 0.15, I have a 23.53% probability of finding a block in 1 hour with 48 kh/s, which is pretty consistent with what I've seen.

2650 kh/s seems unusually high for the wallet's built-in miner...

      S P O R T S F I X           ●   BE A GAME CHANGER   ●
|     Whitepaper     |     Twitter     |     Telegram     |     Medium     |
████████████ [ Join SPORTSFIX ] ████████████
Voyager
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
April 24, 2013, 03:19:11 AM
 #5

well it fluctuates between 2500-2800 according to the client. but i still havent got a block for 5 hours which troubles me a bit. also the client says i hace about 30 some connects to the network so im not sure why im not getting any blocks.

edit: whst program are you using to solo mine?
I'm using pooler's cpuminer (https://bitcointalk.org/index.php?topic=55038.0). I sometimes use cgminer on my GPUs.

You'll have to configure the wallet by making a bbqcoin.conf in AppData/Roaming/BBQCoin and run the wallet with the -server parameter. Some of the Litecoin solo mining guides might help: (https://bitcointalk.org/index.php?topic=83371.0)

Here's a sample bbqcoin.conf:
Code:
rpcuser=username
rpcpassword=password
rpcport=59332
rpcallowip=127.0.0.1
maxconnections=25

Then, you'll need to run bbqcoin-qt with the "-server" parameter. Just create a shortcut to bbqcoin-qt.exe, right click and hit "Properties" and add " -server" to the end of the Target for the shortcut.

Then, I just run minerd like this:
Code:
minerd.exe -t 6 -o http://localhost:59332 -u username -p password
afroman1131 (OP)
Full Member
***
Offline Offline

Activity: 294
Merit: 100



View Profile
April 24, 2013, 03:26:28 AM
 #6

well it fluctuates between 2500-2800 according to the client. but i still havent got a block for 5 hours which troubles me a bit. also the client says i hace about 30 some connects to the network so im not sure why im not getting any blocks.

edit: whst program are you using to solo mine?
I'm using pooler's cpuminer (https://bitcointalk.org/index.php?topic=55038.0). I sometimes use cgminer on my GPUs.

You'll have to configure the wallet by making a bbqcoin.conf in AppData/Roaming/BBQCoin and run the wallet with the -server parameter. Some of the Litecoin solo mining guides might help: (https://bitcointalk.org/index.php?topic=83371.0)

Here's a sample bbqcoin.conf:
Code:
rpcuser=username
rpcpassword=password
rpcport=59332
rpcallowip=127.0.0.1
maxconnections=25

Then, you'll need to run bbqcoin-qt with the "-server" parameter. Just create a shortcut to bbqcoin-qt.exe, right click and hit "Properties" and add " -server" to the end of the Target for the shortcut.

Then, I just run minerd like this:
Code:
minerd.exe -t 6 -o http://localhost:59332 -u username -p password



ah cool thanks for this ill have to try it to see if it works better, its difficult trying to get help with bbqcoin since not many people use it

      S P O R T S F I X           ●   BE A GAME CHANGER   ●
|     Whitepaper     |     Twitter     |     Telegram     |     Medium     |
████████████ [ Join SPORTSFIX ] ████████████
Voyager
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
April 24, 2013, 03:30:15 AM
 #7

ah cool thanks for this ill have to try it to see if it works better, its difficult trying to get help with bbqcoin since not many people use it
Yeah, not a lot of people are mining BBQcoin, the difficulty was 0.007 when I started, and it's 0.15 or so now, but I haven't seen it change a lot in a few weeks. It's good for solo mining! Unlike Feathercoin, which was fun to mine for about an hour Cool
If you're looking for help with mining BBQCoins, it's pretty much identical to Litecoin (you can use the same mining programs, settings, etc.), so if you can't find a resource specifically for BBQcoin, the Litecoin resources are a good place to look.
afroman1131 (OP)
Full Member
***
Offline Offline

Activity: 294
Merit: 100



View Profile
April 24, 2013, 03:35:30 AM
 #8

Well bbqcoin was going good until tht 51% attack which just f**ked alot of people over and cause alot of people just to dtop mining, however that just makes it better for guys like us who solo mine  Grin

      S P O R T S F I X           ●   BE A GAME CHANGER   ●
|     Whitepaper     |     Twitter     |     Telegram     |     Medium     |
████████████ [ Join SPORTSFIX ] ████████████
MarKusRomanus
Legendary
*
Offline Offline

Activity: 910
Merit: 1000



View Profile
April 24, 2013, 03:37:48 AM
 #9

I set up a BBQcoin Pool today if you are interested in pool mining BBQcoin right now.
http://ub3rl33t.com

Yeah, I know since FC came out there's a rush to mine them,  but, you never know.. stock up on BBQ.

I will also set up a Feathercoin Pool very soon too.  We need another good one.
afroman1131 (OP)
Full Member
***
Offline Offline

Activity: 294
Merit: 100



View Profile
April 24, 2013, 03:40:24 AM
 #10

I set up a BBQcoin Pool today if you are interested in pool mining BBQcoin right now.
m]http://ub3rl3[Suspicious link removed]m

Yeah, I know since FC came out there's a rush to mine them,  but, you never know.. stock up on BBQ.

ya i joined the pool, just have to setup my miner and point it your way

edit: joined like 20 min ago but dont have my laptop with me

      S P O R T S F I X           ●   BE A GAME CHANGER   ●
|     Whitepaper     |     Twitter     |     Telegram     |     Medium     |
████████████ [ Join SPORTSFIX ] ████████████
MarKusRomanus
Legendary
*
Offline Offline

Activity: 910
Merit: 1000



View Profile
April 24, 2013, 05:00:37 AM
 #11

Payouts begin after found blocks get confirmed .. so after an hour or 2 you will be receiving regular payments! (depending on your payout threshold you set)
MarKusRomanus
Legendary
*
Offline Offline

Activity: 910
Merit: 1000



View Profile
April 24, 2013, 05:12:44 AM
 #12

Actually there are a lot of people who thought it would get on an exchange very soon.. then Feathercoin happened.  All the scrypt miners are jumping ship..even on litecoin ....so its a frenzy.

After difficulty goes through the roof, there may be a rekindled interest and it could find a niche,  who knows!  Its always a good idea to get them when they are easy to get... Just in case.

I don't know of many BBQ pools so i thought it'd be a good target for my first pool.  It makes it easy to test everything with the scripts when you get regular blocks even solo!

AND.. i guarantee you that alternative small exchanges will have it along with feathercoin.
Eich
Newbie
*
Offline Offline

Activity: 46
Merit: 0



View Profile
April 24, 2013, 06:47:50 AM
 #13

Do people really see BBQcoin as a viable Bitcoin alternative or is it just for fun?

Yeah i dont get it, but it could create an interesting marketplace of competing currencies. Since all of the cryptocoins behave in relatively the same fashion when it comes to how transactions are conducted, the infrastructure wont need to change too much to accommodate the new coins. I feel that a new coin that is like an old coin is going to have an uphill battle with already established coins unless it brings something new to the table like stronger cryptography ?, built in laundering (NICE), or some other awesome feature like that. I could be wrong.
MarKusRomanus
Legendary
*
Offline Offline

Activity: 910
Merit: 1000



View Profile
April 24, 2013, 07:14:01 AM
 #14

The BBQ pool is doing well!  118 blocks found so far, about 4 MHs hashrate.
elgeo
Full Member
***
Offline Offline

Activity: 200
Merit: 100


View Profile
May 08, 2013, 05:15:16 PM
 #15

i was wondering if anyone could tell me how long it takes to solo mine a single block for BBQcoin im mining at roughly 2650kh/s for the last 4 hours and still nothing has happens, im using the BBQcoin wallet to mine would be appreciated if someone could help me out here.
well at my pool with 1500 kh/s i need 6 hours

I don't have a signature because I'm not a customary person.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!