Bitcoin Forum
June 23, 2024, 08:29:04 AM *
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 »  All
  Print  
Author Topic: [ANN][BBL]BitBlock|X15|Bittrex|Poloniex|Mandatory Update|New Thread  (Read 23336 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
aznboy84
Full Member
***
Offline Offline

Activity: 137
Merit: 100



View Profile
July 06, 2014, 09:49:51 PM
Last edit: July 06, 2014, 10:07:46 PM by aznboy84
 #121

THOSE CODE WAS COPIED FROM MAIN.C - CURRENT VERSION
Correct me if i wrong
 - currently we on the lower bracket, at diff 10 we will have a block reward of 27 (3333 / (pow((10+1),2))
 - if some how to get into block 9876, at diff 10 we have a block reward of 800 (11111 / (pow((10+1)/4,2))) -- actually it's 1469 but max block reward is 800
 - okay now we get into block 18000 at diff 10 we have a block reward of 52 (5555555 / (pow((10+2600)/8,2))
That was a insane block reward formular
Quote
   if(nHeight >= 9876) {
        if((nHeight >= 17000 && dDiff > 75) || nHeight >= 18000) { // GPU/ASIC difficulty calc
            // 2222222/(((x+2600)/9)^2)
            nSubsidy = (5555555.0 / (pow((dDiff+2600.0)/8.0,2.0)));
            if (nSubsidy > 25) nSubsidy = 69;
            if (nSubsidy < 5) nSubsidy = 20;
        } else { // CPU mining calc
            nSubsidy = (11111.0 / (pow((dDiff+1.0)/4.0,2.0)));
            if (nSubsidy > 800) nSubsidy = 800;
            if (nSubsidy < 75) nSubsidy = 75;
        }
    } else {
       nSubsidy = (3333.0 / (pow((dDiff+1.0),2.0)));
        if (nSubsidy > 800) nSubsidy = 800;
        if (nSubsidy < 1) nSubsidy = 1;

    }


AND WE STILL HAVE 1 DAY DIFF RETARGET  Huh
Quote

static const int64 nTargetTimespan = 24 * 60 * 60; // BitBlock: 1 day
static const int64 nTargetSpacing = 1.9 * 60; // BitBlock: 2.5 minutes
static const int64 nInterval = nTargetTimespan / nTargetSpacing; // 576


If i was right then KGW will activate at block 15200  Huh
Quote
           if (pindexLast->nHeight+1 >= 68589) { DiffMode = 4; }
            else if (pindexLast->nHeight+1 >= 34140) { DiffMode = 3; }
            else if (pindexLast->nHeight+1 >= 15200) { DiffMode = 2; }

djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
July 06, 2014, 10:22:55 PM
 #122

that confirms that dev didn't fix anything except a larger block for yesterday instamine... this coin is definitely a scam.

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
bathrobehero
Legendary
*
Offline Offline

Activity: 2002
Merit: 1051


ICO? Not even once.


View Profile
July 06, 2014, 10:25:20 PM
 #123

that's confirm that dev didn't fix anything except a larger block for yesterday instamine... this coin is definitely a scam.

+1

Not your keys, not your coins!
becker
Full Member
***
Offline Offline

Activity: 146
Merit: 100


View Profile
July 06, 2014, 11:32:14 PM
 #124

So, are my 3500 coins from original launch trash now?
radus
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
July 06, 2014, 11:43:40 PM
 #125

So, are my 3500 coins from original launch trash now?

I'm guessing "yes", since dev hasn't been willing to share any info since yesterdays fork trouble

aznboy84
Full Member
***
Offline Offline

Activity: 137
Merit: 100



View Profile
July 06, 2014, 11:48:53 PM
 #126

So, are my 3500 coins from original launch trash now?

I'm guessing "yes", since dev hasn't been willing to share any info since yesterdays fork trouble

But github history is telling everything ... just blocksize change   Angry

broinc4
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 07, 2014, 12:00:14 AM
 #127

I also see BBL is disabled on Bittrex. I hope developer acts swift and resolves everything out.
mrsmrv
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
July 07, 2014, 02:23:28 AM
 #128

developer did not have to touch it, the difficulty was to recalculate itself already more than a day ago.
ynyjl
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
July 07, 2014, 03:21:25 AM
 #129

Mining BBL happily.
Don't want to start again.
cryptoboard
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
July 07, 2014, 03:28:12 AM
 #130

Due to unforeseen problem raised within Bitblock, we Crypto Board will not be publish an article on BBL till further notice.
mrsmrv
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
July 07, 2014, 03:35:50 AM
 #131

Which was a good idea. Maybe it is too late, and the developer will give signs of life, and everything will take off again.
shojayxt
Legendary
*
Offline Offline

Activity: 896
Merit: 1001



View Profile
July 07, 2014, 03:39:05 AM
 #132

Mining BBL happily.
Don't want to start again.


And just why are you mining this shitcoin?  Do you enjoy wasting your time?
ynyjl
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
July 07, 2014, 03:44:37 AM
 #133

Mining BBL happily.
Don't want to start again.


And just why are you mining this shitcoin?  Do you enjoy wasting your time?

Entertainment mindset to electronic currency.
Jenniss
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
July 07, 2014, 06:57:22 AM
 #134

where is the dev? are you still working on BBL or you have gave up already?

Free SIGNs giving everyday. Be part, do not miss!. Sn619bZiCHgx3ayru5cf8wNMiMYoVvY6NC
broinc4
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 07, 2014, 07:30:21 AM
 #135

where is the dev? are you still working on BBL or you have gave up already?

I'm sure dev is working on the issues.  Smiley
znakistu
Full Member
***
Offline Offline

Activity: 263
Merit: 100



View Profile
July 07, 2014, 08:11:49 AM
 #136

where is the dev? are you still working on BBL or you have gave up already?

I'm sure dev is working on the issues.  Smiley

+1

K O N I O S        |│        The World's Most Secure Cash & Crypto Platform
[   PRE-ICO  |  LIVE   ]      [ AIRDROP | LIVE ]      [    ICO  |  May 1st    ]
WHITEPAPER                       TWITTER                       TELEGRAM                       ANN THREAD
mrsmrv
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
July 07, 2014, 09:08:25 AM
 #137

the developer has to deal with these issues, he immediately advertised online poker, and if he in this poker users sent old coins, he will have to make so that it could work and poker with the new.
znakistu
Full Member
***
Offline Offline

Activity: 263
Merit: 100



View Profile
July 07, 2014, 10:01:29 AM
 #138

My wallet is sync nice. GG dev

K O N I O S        |│        The World's Most Secure Cash & Crypto Platform
[   PRE-ICO  |  LIVE   ]      [ AIRDROP | LIVE ]      [    ICO  |  May 1st    ]
WHITEPAPER                       TWITTER                       TELEGRAM                       ANN THREAD
fanchanglong
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
July 07, 2014, 10:29:14 AM
 #139

 where is bbl,   bittrex     Angry
radus
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
July 07, 2014, 12:04:21 PM
 #140

where is bbl,   bittrex     Angry

where is sense,   fanchanglong       Huh

Pages: « 1 2 3 4 5 6 [7] 8 9 10 »  All
  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!