Pages:
Author

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

legendary
Activity: 2940
Merit: 1090
March 01, 2013, 09:05:35 AM
Okay I have used blockhash RPC to get hashes to put into the checkpoints.cpp file and pushed it again to my github repo.

And made a new tarball for my sourceforge files-download page.

-MarkM-
full member
Activity: 182
Merit: 100
March 01, 2013, 08:45:36 AM
Yes.

Tesla71, BBQCoin uses scrypt like Litecoin. You need to use Reaper or --scrypt with cgminer.
legendary
Activity: 2940
Merit: 1090
March 01, 2013, 08:34:46 AM
Take a look at the checkpoints in bitcoin, devcoin, groupcoin and so on.

There are more leading zeros as the block number grow, because checkpoints are the difficulty hash.

Possibly though someone hacked the code to use a different hash in BBQcoin for some reason?

EDIT: Looking at litecoin, though, its checkpoints do not have more and more leading zeroes. So maybe litecoin hacked up the checkpoint system and BBQcoin inherited the hack from litecoin.

-MarkM-
hero member
Activity: 924
Merit: 1005
Product Marketing & Promotion / Software Developer
March 01, 2013, 08:25:24 AM
[Update] Development and Discussion Forum now online on BBQcoin.org website.
hero member
Activity: 924
Merit: 1005
Product Marketing & Promotion / Software Developer
March 01, 2013, 07:32:05 AM
I don't know why that would be the case, I can solo mine BBQcoin just fine with reaper on my 7970.

But I don't solo all the time, I just do it for 20 minutes every few days just to see the network ticking over nicely and to get the difficulty.

It does work perfectly when mining with a cpu you though, which I rotate doing at well.

I think BBQcoin is great, more so without the stresses of exchanges and greed.
sr. member
Activity: 302
Merit: 252
March 01, 2013, 05:28:08 AM
The version that I downloaded a few weeks ago downloaded the whole blockchain fine. With the difficulty so low if someone mines suddenly with a lot of hashing power does that effect the chain at all?

I tried a solo mine with a 5970 and the only result was that I am getting more rejectected blocks than accepted because of finding the next block before the network notified the miner of the previous one..
So I think atm its only reasonable to mine with a cpu, even my celeron can find blocks pretty fast
legendary
Activity: 1792
Merit: 1008
/dev/null
March 01, 2013, 05:11:57 AM
Thanks CaptChadd.

I would say that the checkpoints in the source are wrong.

MarkM, did you make the checkpoints for 86425 and 303403? If so, how did you arrive at those hash values?
its the PoW that created the block
he told me that the PoW is being used as hash, which is wrong.

i just checked it again and its not the PoW at all, its the block hash:
Code:
$ bbqcoind getblockhash 1
65a7f2baaefd3e45d6f355fee028d0e1012b9639bfaf21d8db4ee81a86df41aa
Code:
(     1, uint256("0x65a7f2baaefd3e45d6f355fee028d0e1012b9639bfaf21d8db4ee81a86df41aa"))
so markm, seems i was right all the time, just use getblockhash and ul see im right...
newbie
Activity: 43
Merit: 0
February 28, 2013, 08:14:45 PM
Thanks CaptChadd.

I would say that the checkpoints in the source are wrong.

MarkM, did you make the checkpoints for 86425 and 303403? If so, how did you arrive at those hash values?
hero member
Activity: 924
Merit: 1005
Product Marketing & Promotion / Software Developer
February 28, 2013, 08:08:58 PM
getblockhash 86425 ---- 5bb676c3ea2d9cdc2589e7fa53874c425317aa9dadf0ae503fb7cf804cab9762

getblockhash 303403 --- 6d7493ffc82a9553cf20ffca41ace762c3e4e7db4fe6f820675cdf387116342f

There match yours from the looks for things.

newbie
Activity: 43
Merit: 0
February 28, 2013, 07:41:52 PM
I am running it on linux, so it will not be the same binary. I built from "official" source committed to by MarkM just 6 days ago though.

CaptChadd, I would be interested to see what your client  says the hashes are for blocks 86425 and 303403.

"Debug window" under Help menu should give you the debug window. Then you click on the Console tab to get to the console.

Enter "getblockhash 86425" and "getblockhash 303403".

Please post your output.
hero member
Activity: 924
Merit: 1005
Product Marketing & Promotion / Software Developer
February 28, 2013, 07:30:05 PM
Is it the same one as at bbqcoin.org Windows build?

Thats the one I use and it is upto date right now.
newbie
Activity: 43
Merit: 0
February 28, 2013, 07:26:10 PM
Well, I am telling you, it gets stuck.

I downloaded from https://github.com/Cubox-/BBQCoin and built it from source.


These hashes look suspicious, too many leading zeroes.
 
Code:
         ( 86425, uint256("0x00000b64041067a9cc8ad4b84e6a638ced0513319724bae7ceacbaf97380b4ae"))
         (303403, uint256("0x000000055630929f820ae426788290a5c0235c1f6d7d2d6675865ad757d342c2"))

Here is the block hashes from my client:
Code:
$ ./bbqcoind getblockhash 674
d70cd046b76ab8bd9af9953fa56d852f6a671a1f009322c63b096071723ec8d4
$ ./bbqcoind getblockhash 86425
5bb676c3ea2d9cdc2589e7fa53874c425317aa9dadf0ae503fb7cf804cab9762
$ ./bbqcoind getblockhash 303403
6d7493ffc82a9553cf20ffca41ace762c3e4e7db4fe6f820675cdf387116342f
hero member
Activity: 924
Merit: 1005
Product Marketing & Promotion / Software Developer
February 28, 2013, 07:17:01 PM
I solo mine every few days but only for about 10 or 20 minutes. I just like getting a few blocks now and again and making sure the chain is still running.

Everything seems to be running nice and smooth right now.
legendary
Activity: 2940
Merit: 1090
February 28, 2013, 03:21:42 PM
It should not get stuck on checkpoints, I think that idea might be mostly superstition.

If someone mines hard to drive the difficulty up I do not know if it has fast adapting like DeVCoin and GRouPcoin or will get stuck at high difficulty a long time like NaMeCoin did way back when.

I think though that litecoin did improve adapting speed at least slightly, else it would be getting stuck at high difficulty each time all the miners go back to bitcoin after heavily mining litecoin during moments when it is momentarliy looking more profitable to mine than bitcoin.

As a largely-ignored coin everyone mining it might be better off to mine no harder than necessary for however many months they can instead of rushing into a period where most of them can't really get any coin as difficulty is way high.

For a long time the main attraction of BBQcoin, GRouPcoin, CoiLedCoin and I0Coin has been they are so ignored you can quietly mine at low difficulty month after month slowly building up a nice stash.

BBQcoin are relatively valuable right now because only people who care about them have them thus might be less inclined to dump them. Once heavy mining happens it will mostly by people looking to dump them, they might make an exchange too, or maybe our not making an exchange will cause them to ignore it longer - if so the longer we can hum away at low difficulty with no exchange the better! Once it has gone through a subsidy halving, or even a few of them, will be plenty time to think about making an exchange to see what they might be worth by then. Smiley

-MarkM-
hero member
Activity: 924
Merit: 1005
Product Marketing & Promotion / Software Developer
February 28, 2013, 02:53:27 PM
The version that I downloaded a few weeks ago downloaded the whole blockchain fine. With the difficulty so low if someone mines suddenly with a lot of hashing power does that effect the chain at all?
newbie
Activity: 43
Merit: 0
February 27, 2013, 09:37:37 PM
I had to disable the 86425 and 303403 checkpoints in order to continue downloading the blockchain. It gets stuck on both.  I hope this is the right thing to do....

Now I have the whole block chain.
legendary
Activity: 2940
Merit: 1090
February 24, 2013, 05:56:57 PM
I managed to push the source code up to https://github.com/knotwork/bbqcoin

Whereupon he was able to clone it over to https://github.com/Cubox-/BBQCoin and give me push ability there.

-MarkM-
legendary
Activity: 1420
Merit: 1010
February 24, 2013, 05:51:11 PM
Just a question: Is there any alive repository of the BBQCoin client?
You know, I needed to search a lot in this topic to find out the WIndows Binaries and no repository.

I got my Windows client off here aswell, there is not an official repository I don't think yet but as soon as there is I will post the link on my website.

this was last post by original dev...

Hi,

I am really happy of how this is going.
I made the #bbqcoin IRC channel up. It's on freenode.
I don't have any sources here. I can rebuild the repo on GitHub if someone have them and can maintain it. (I don't know coding.)

And, I am really happy that Greedi have left crypto coins. Please, tell me that Luke-Jr did this too. (He killed BBQCoin.)

Thanks for your support, and see you soon on the IRC channel!

Andy "Cubox" Pilate.

so he will happily rebuild the repo in github for us.. and i'd love to add it to my repo collection once it avaliable and could give out access to push pull requests if needs be? though if someone else want to take main responsibility for it that cool to
hero member
Activity: 924
Merit: 1005
Product Marketing & Promotion / Software Developer
February 24, 2013, 05:40:26 PM
Just a question: Is there any alive repository of the BBQCoin client?
You know, I needed to search a lot in this topic to find out the WIndows Binaries and no repository.

I got my Windows client off here aswell, there is not an official repository I don't think yet but as soon as there is I will post the link on my website.
legendary
Activity: 2940
Merit: 1090
February 24, 2013, 05:16:56 PM
Because of the long period during which GPU miners were off doing other things, leaving BBQcoin to CPU miners, this coin is one that quite a few players have been able to accumulate.

What we have been looking into is ways in which CPU mining can still be fun, something that GPU miners cannot do.

The DevTome wiki's page about CPU mining is where I have been writing up some of the findings-so-far.

Basically the current approach is kind of indirect mining: players have plenty of BBQcoin to play with, in fact some also have quite a bit of GRouPcoin too, so we are trying to put together economies whereby CPUs can earn such coins by mining stone and metals to trade for such coins, foraging for fruit and vegetables and such to trade for such coins, digging up gems to trade for such coins and so on.

Players who for whatever reason prefer to purchase the products of other character's labour than to keep their own characters busily at work obtaining such products by their own labour, and players who despite having all their own characters working working working all the time, can use cryptocoins to motivate the labour of others.

Of course that tended not to be more lucrative (in terms of how much stone, metal, vegetables, gemstones or whatever a given CPU could buy) than mining cryptocoins directly back when all the GPU miners were off doing other things, but if the GPU miners are coming back to mine the actual coins, CPUs might find they get their characters more gear resources etc soon by just getting in there and digging those gems or mining that metal or foraging for fruit or whatever occupation it is that most directly gets them the "stuff" they are after than mining cryptocoins to buy the stuff will as cryptocoin difficulty climbs.

-MarkM-
Pages:
Jump to: