Bitcoin Forum
April 26, 2024, 10:36:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ... 62 »
  Print  
Author Topic: BBQCoin, the coin you want to eat.  (Read 142815 times)
markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
February 24, 2013, 10:56:57 PM
 #181

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-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714170980
Hero Member
*
Offline Offline

Posts: 1714170980

View Profile Personal Message (Offline)

Ignore
1714170980
Reply with quote  #2

1714170980
Report to moderator
1714170980
Hero Member
*
Offline Offline

Posts: 1714170980

View Profile Personal Message (Offline)

Ignore
1714170980
Reply with quote  #2

1714170980
Report to moderator
1714170980
Hero Member
*
Offline Offline

Posts: 1714170980

View Profile Personal Message (Offline)

Ignore
1714170980
Reply with quote  #2

1714170980
Report to moderator
BTCSylar
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
February 28, 2013, 02:37:37 AM
 #182

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.
CaptChadd
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1005


Product Marketing & Promotion / Software Developer


View Profile
February 28, 2013, 07:53:27 PM
 #183

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?
markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
February 28, 2013, 08:21:42 PM
 #184

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-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
CaptChadd
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1005


Product Marketing & Promotion / Software Developer


View Profile
March 01, 2013, 12:17:01 AM
 #185

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.
BTCSylar
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
March 01, 2013, 12:26:10 AM
 #186

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
CaptChadd
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1005


Product Marketing & Promotion / Software Developer


View Profile
March 01, 2013, 12:30:05 AM
 #187

Is it the same one as at bbqcoin.org Windows build?

Thats the one I use and it is upto date right now.
BTCSylar
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
March 01, 2013, 12:41:52 AM
 #188

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.
CaptChadd
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1005


Product Marketing & Promotion / Software Developer


View Profile
March 01, 2013, 01:08:58 AM
 #189

getblockhash 86425 ---- 5bb676c3ea2d9cdc2589e7fa53874c425317aa9dadf0ae503fb7cf804cab9762

getblockhash 303403 --- 6d7493ffc82a9553cf20ffca41ace762c3e4e7db4fe6f820675cdf387116342f

There match yours from the looks for things.

BTCSylar
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
March 01, 2013, 01:14:45 AM
 #190

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?
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
March 01, 2013, 10:11:57 AM
 #191

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...

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
Tesla71
Sr. Member
****
Offline Offline

Activity: 302
Merit: 252



View Profile
March 01, 2013, 10:28:08 AM
 #192

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
CaptChadd
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1005


Product Marketing & Promotion / Software Developer


View Profile
March 01, 2013, 12:32:05 PM
 #193

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.
CaptChadd
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1005


Product Marketing & Promotion / Software Developer


View Profile
March 01, 2013, 01:25:24 PM
 #194

[Update] Development and Discussion Forum now online on BBQcoin.org website.
markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
March 01, 2013, 01:34:46 PM
 #195

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-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
t1000
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
March 01, 2013, 01:45:36 PM
 #196

Yes.

Tesla71, BBQCoin uses scrypt like Litecoin. You need to use Reaper or --scrypt with cgminer.

Did you find my posts helpful? Did I say say something nice? Your generosity is much appreciate.
BTC: 1G7chBLoYqGfdyfkrox53yDn6sS65PgFYk
LTC: LiYeFdbv5oxin9S3Wmn4v84LuGZ9nsE4XZ
markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
March 01, 2013, 02:05:35 PM
Last edit: March 01, 2013, 02:52:55 PM by markm
 #197

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-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
Tesla71
Sr. Member
****
Offline Offline

Activity: 302
Merit: 252



View Profile
March 01, 2013, 02:32:39 PM
 #198

Yes.

Tesla71, BBQCoin uses scrypt like Litecoin. You need to use Reaper or --scrypt with cgminer.

Yeah I know, otherwise no block would be accepted.. but the problem with such a low difficulty with mining on QT-Client is that there is no LP and therefore the miner keeps mining on the block he has just found and rejects it then..
CaptChadd
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1005


Product Marketing & Promotion / Software Developer


View Profile
March 01, 2013, 02:57:40 PM
 #199

Yes.

Tesla71, BBQCoin uses scrypt like Litecoin. You need to use Reaper or --scrypt with cgminer.

Yeah I know, otherwise no block would be accepted.. but the problem with such a low difficulty with mining on QT-Client is that there is no LP and therefore the miner keeps mining on the block he has just found and rejects it then..

This seems strange as I solo on a 7970 and I get blocks but no rejects.
Tesla71
Sr. Member
****
Offline Offline

Activity: 302
Merit: 252



View Profile
March 01, 2013, 03:01:20 PM
 #200

the problem seems to be the qt-client. If  a block was found, it takes about 30-60 sec. in cgminer for the "new Block detected on Network" message.
If another Block is found before that it is rejected.
Any suggestions to speed up the notify to the miner ?
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ... 62 »
  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!