Pages:
Author

Topic: BBQCoin, the coin you want to eat. - page 41. (Read 143477 times)

full member
Activity: 224
Merit: 100
April 16, 2013, 08:23:05 AM
Bad luck maybe?
Well that's what I thought but it's still really bad. It's been mining 6 hours and got one block. But 5 blocks in 2 hours? It just seems a bit weird to me. I thought maybe I'm doing something wrong or it's broken :/
legendary
Activity: 1386
Merit: 1000
English <-> Portuguese translations
April 16, 2013, 06:05:42 AM
Bad luck maybe?
full member
Activity: 224
Merit: 100
April 16, 2013, 05:14:46 AM
Having a bit of trouble now guys.
Yesterday I managed to mine 5 blocks in 2 hours Cheesy But since then the miner has been running for 12 hours (with an increased hash rate from 680 to 920) and I haven't accepted any blocks since then! Sad
I just got the:
new block detected on network
message over and over again for 12 hours. That doesn't seem right to me as I mined so many in 2 hours, but none in 12?
Can anyone suggest what's going on here?
member
Activity: 70
Merit: 10
April 15, 2013, 07:44:11 PM
Any progress on the bbqcoin.org pool?
sr. member
Activity: 322
Merit: 250
April 15, 2013, 06:08:17 PM
I got current number of blocks and multiplied by 42 (assuming 42 was the block reward from the beginning of its time)

so we have 366331 blocks * 42 reward = 15385902 coins in circulation atm
dont know the final number of coins though, maybe its the same as litecoin, 84M(?!)


uh, and btw it maybe forked again?
I have current number of blocks: 366537 and Estimated total blocks: 366331
Which indicates something is wrong here  Angry

EDIT: uh ignore me on the last one, i see that current & estimated # on bitcoin and litecoin and current is always higher
So I keep on sellin Wink
legendary
Activity: 1611
Merit: 1001
April 15, 2013, 04:24:43 PM
yes but what is the total number of coins?
hero member
Activity: 687
Merit: 509
April 15, 2013, 04:06:29 PM
ah ok thx  Shocked
sr. member
Activity: 252
Merit: 250
April 15, 2013, 03:39:53 PM
int64 nSubsidy = 42 * COIN;

    // Subsidy is cut in half every 4 years
    nSubsidy >>= (nHeight / 24000000); // BBQCoin: 2400k blocks in ~4 years

    return nSubsidy + nFees;
}

static const int64 nTargetTimespan = 60 * 60; // BBQCoin: 1 hours
static const int64 nTargetSpacing = 60; // BBQCoin: 1 minutes
static const int64 nInterval = nTargetTimespan / nTargetSpacing;


can anyone decipher this for us?
It says 42 coins per block + fees, 1 block per minute (on average)
legendary
Activity: 1611
Merit: 1001
April 15, 2013, 03:28:58 PM
 int64 nSubsidy = 42 * COIN;

    // Subsidy is cut in half every 4 years
    nSubsidy >>= (nHeight / 24000000); // BBQCoin: 2400k blocks in ~4 years

    return nSubsidy + nFees;
}

static const int64 nTargetTimespan = 60 * 60; // BBQCoin: 1 hours
static const int64 nTargetSpacing = 60; // BBQCoin: 1 minutes
static const int64 nInterval = nTargetTimespan / nTargetSpacing;


can anyone decipher this for us?
legendary
Activity: 1386
Merit: 1000
English <-> Portuguese translations
April 15, 2013, 03:19:35 PM
how many coins can generate?
is the creation of BQC eventually halved?

sorry for bad english

40 per block, forever; 4 Million limit.
Correct Chad i I'm wrong.
full member
Activity: 224
Merit: 100
April 15, 2013, 03:02:48 PM
127.0.0.1 is ALWAYS your IP
10.0.0.127 can also be your IP, in your network (home, work, etc)

Ahh okay. Thanks for clearing that up. Just an update on the whole issue:
After getting the "no suitable long-poll" message I left cgminer on for a bit and it started working. After approximately 2 hours of mining I've made exactly 210 BQC Cheesy
hero member
Activity: 687
Merit: 509
April 15, 2013, 01:59:12 PM
how many coins can generate?
is the creation of BQC eventually halved?

sorry for bad english
sr. member
Activity: 302
Merit: 252
April 15, 2013, 12:33:02 PM
Try to connect with firefox to that port eg.  http://172.0.0.1:59332

then a box with username / password should appear. If you enter the same user/password as for cgminer it should give something back like
"{"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}"
legendary
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
April 15, 2013, 12:30:47 PM
10.0.0.127 ?  I think it should be 127.0.0.1

Yeah I thought it was 127.0.0.1 as well, but I think I changed it to 10.0.0.127 because I thought that was my ip. Got a bit confused there. Although I tried it with 127.0.0.1 and that didn't work either.
127.0.0.1 is ALWAYS your IP
10.0.0.127 can also be your IP, in your network (home, work, etc)
hero member
Activity: 602
Merit: 500
April 15, 2013, 12:27:26 PM
removed.
full member
Activity: 224
Merit: 100
April 15, 2013, 12:26:08 PM
10.0.0.127 ?  I think it should be 127.0.0.1

Yeah I thought it was 127.0.0.1 as well, but I think I changed it to 10.0.0.127 because I thought that was my ip. Got a bit confused there. Although I tried it with 127.0.0.1 and that didn't work either.
sr. member
Activity: 302
Merit: 252
April 15, 2013, 12:08:38 PM
10.0.0.127 ?  I think it should be 127.0.0.1
full member
Activity: 224
Merit: 100
April 15, 2013, 12:02:49 PM
Hi guys. I was wondering if anyone can help me set up solo mining with cgminer for bbqcoin.
I launch Guiminer and then start the bbqcoin wallet in server mode. Then I close Guiminer down, go into cgminer and I have:
cgminer --scrypt -o http://10.0.0.127:59332 -u xxxx -p xxxx
I also have a bbqcoin conf file in the appdata directory for bbqcoin, with username password, ip and port settings.
Then when i launch cgminer, I get the pool slow down error, invalid credentials.

If anyone could help that would be awesome. I really wanna mine my first solo block soon!
sr. member
Activity: 323
Merit: 250
April 15, 2013, 09:36:34 AM
Trading section for BBQcoin at the bbqcoin.org forum

I think these "buy" orders need to be a little bit more realistic and with the general crypto market having just had a big shake-up/mini crash, I think that the future worth of any coin right now is debatable.

If people are mining BQC to eventually trade them at some point then setting a ridiculous buy order price will just hinder your efforts instead of helping them.

The worth of a coin has to be proven and cannot be done with random buy orders.

The trade section of the bbqcoin.org forum is going to be revamped and designed to reflect a more in line trading, not to be dictated by me but to keep down the unrealistic orders.

Neither can it be proven by random "sell" orders. The sell orders are equally unrealistic at the moment, if not more.
I'm already offering 2 times the accepted price of a month ago (stated on the trading section of the bbqforum), and sellers are claiming that i need to pay another 80 times more. :p
Are you seriously stating that an increase of 160x (16000%) in 7 days is valid and realistic? :p

I'm disagreeing with the offered price, and sellers are disagreeing with me, thats fine! thats how supply and demand work.
Sellers and buyers will continue to dissagree on the price of everything you can buy until the end of time, thats just normal.
Once the gap between what seller asks and what buyer offers closes, trades happen.

I would say that random buy/sell offers are very much a way to prove the worth of a coin. Everyone states his trading rules and nothing happens until one or both parties bend towards each other.

 
legendary
Activity: 1386
Merit: 1000
English <-> Portuguese translations
April 15, 2013, 08:39:27 AM
The pool at pool.bbqcoin.org should be up and running properly over the next few days. In beta right now.

Nice news! Smiley
Pages:
Jump to: