Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [BSTY] * DIGITAL MONEY * YESCRYPT GLOBALBOOST-Y * CPU MINING launches 9pm
by
jasemoney
on 09/09/2014, 02:42:59 UTC
SEND MONEY FAST & EASY
There are multiple ways to send & receive BST, including our online wallet. In fact every Twitter user already has the ability to send and receive the currency in seconds. You can send BST from any mobile device, computer, and also the GlobalBoost Social Media Dashboard, giving users freedom and flexibility.  With 30 seconds blocks, clean code, and innovative development team https://GlobalBoo.st  BST is determined to become the choice digital exchange/payment system for everyday transactions.
Currency Specifications:
Block Target: 10 min


? 10 min block, 30 second block?

answer: 10 min
https://github.com/GlobalBoost/GlobalBoost-Y/blob/master/src/main.cpp
https://github.com/GlobalBoost/GlobalBoost-Y/blob/master/src/main.cpp#L1107
"static const int64 nTargetSpacing = 10*60; // Globalboost: 10 minutes"

Also note...
 int64 nSubsidy = 50 * COIN;

    int halvings = nHeight / 240000;

    if (nHeight <17291)
        nSubsidy = 347 * COIN;

until block 17291 the subsidy will be 347 as we've seen. then it will become 50coin per block after Cheesy