Bitcoin Forum
June 19, 2024, 10:04:48 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 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 61 62 63 64 65 66 67 68 69 70 71 72 73 »
  Print  
Author Topic: [ANN][USB] USBCoin - POS. Listed on Bittrex. No IPO, No Premine, No instamine  (Read 93487 times)
boy play
Full Member
***
Offline Offline

Activity: 123
Merit: 100

123


View Profile
July 28, 2014, 12:02:43 PM
 #761

Lol something is not right here.. again a major 1 mil coins got dumped..

Can any1 check if there is a hidden premine.. Something is really fishy here.

If you look here:

https://github.com/USBCoin/usbcoin/blob/master/src/main.cpp#L967

Code:
int64_t GetProofOfWorkReward(const int nHeight, int64_t nFees)
{
  // PoW block reward: 1000 USB (first 10 blocks reward 1 USB to prevent instamine)

  int64_t nSubsidy = 1000 * COIN;
  if (nHeight <= 10)
    nSubsidy = 1 * COIN;

  if (fDebug && GetBoolArg("-printcreation"))
    printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);

  return nSubsidy + nFees;
}

you'll see that the POW reward code is legit. The first 10 blocks have a reward of 1 USB. After that it goes to 1000 USB.
No problem  The banker in the suction goods Grin Grin Grin Grin

LionCoin!May we all be in safe under the guidance of the Lion
Quantumbud
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
July 28, 2014, 12:03:02 PM
 #762

Lol something is not right here.. again a major 1 mil coins got dumped..

Can any1 check if there is a hidden premine.. Something is really fishy here.

If you look here:

https://github.com/USBCoin/usbcoin/blob/master/src/main.cpp#L967

Code:
int64_t GetProofOfWorkReward(const int nHeight, int64_t nFees)
{
  // PoW block reward: 1000 USB (first 10 blocks reward 1 USB to prevent instamine)

  int64_t nSubsidy = 1000 * COIN;
  if (nHeight <= 10)
    nSubsidy = 1 * COIN;

  if (fDebug && GetBoolArg("-printcreation"))
    printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);

  return nSubsidy + nFees;
}

you'll see that the POW reward code is legit. The first 10 blocks have a reward of 1 USB. After that it goes to 1000 USB.


If the above can be confirmed then all i can say is many people just panic dumped for no reason whatsoever...just another day in cryptoland
jrich76
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
July 28, 2014, 12:03:16 PM
 #763

Here we go up again...

Thats EXACTLY what I was thinking. The SEC is going to shut this forum down LOL
bamb
Sr. Member
****
Offline Offline

Activity: 938
Merit: 251



View Profile
July 28, 2014, 12:04:37 PM
 #764

Say something dev!!!

                                  ██▄▄              ▄▄██
                                   █████▄        ▄█████
      ▄▄▄▄▄        ▄▄▄▄▄ ▄▄▄▄▄▄     █████▄      ▄█████      ▄▄▄▄▄▄▄
  ▄███████████▄    █████████████▄    █████▄    ▄█████   ▄▄███████████▄    █████     █████
 █████▀▀▀▀██████   ██████▀▀▀██████    █████▄  ▄█████   ▄█████▀▀▀▀▀█████▄   █████   █████
█████  ▄▄█████▀▀   █████     █████     █████▄▄█████    █████       █████    █████ █████
██████████▀▀       █████     █████      ██████████     █████       █████     █████████
 ██████▀ ▄▄▄█▄     █████     █████       ████████      ▀█████▄▄▄▄▄█████▀      ███████
  ▀████████████    █████     █████        █████        ▀▀███████████▀         █████
     ▀▀▀▀▀▀▀▀      ▀▀▀▀▀     ▀▀▀▀▀         ▀▀▀▀             ▀▀▀▀▀▀▀           █████
                                                                             █████
                                                                            █████
                                                                           █████
.
                    ▄▄▄████▄
▀████▄▄▄          ▄██████████
 ▀███████▄       ▄██████████
  ▀████████      ██████████
   █████████    ██████████▀
    █████████  ▄█████████▀
     █████████ ██████████
      ██████████████████
      ▀████████████████
       ▀█████████████▀
        ▀████████████▀
         ▀██████████▀
           ▀███████▀
.
AltcoinRambo
Full Member
***
Offline Offline

Activity: 148
Merit: 100


View Profile
July 28, 2014, 12:05:05 PM
 #765

Lol something is not right here.. again a major 1 mil coins got dumped..

Can any1 check if there is a hidden premine.. Something is really fishy here.

If you look here:

https://github.com/USBCoin/usbcoin/blob/master/src/main.cpp#L967

Code:
int64_t GetProofOfWorkReward(const int nHeight, int64_t nFees)
{
  // PoW block reward: 1000 USB (first 10 blocks reward 1 USB to prevent instamine)

  int64_t nSubsidy = 1000 * COIN;
  if (nHeight <= 10)
    nSubsidy = 1 * COIN;

  if (fDebug && GetBoolArg("-printcreation"))
    printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);

  return nSubsidy + nFees;
}

you'll see that the POW reward code is legit. The first 10 blocks have a reward of 1 USB. After that it goes to 1000 USB.


If the above can be confirmed then all i can say is many people just panic dumped for no reason whatsoever...just another day in cryptoland

I can confirm that this is the code in github (check the link). Other than that, I don't know. I have no affiliation with the dev or the coin but I bought some USB @ 2500 and for now see no reason to panic sell it.
barryzand
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


Growcoin Chief


View Profile
July 28, 2014, 12:05:38 PM
 #766

SUCHPOOL.PW

PLS PROCES OUR WITHDRAWS
USB Coin (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 28, 2014, 12:06:16 PM
 #767

Say something dev!!!

What can I do? People are dumping as they will. I don't have any coins to dump myself... I`m going to continue developing stuff.
devachelekar
Sr. Member
****
Offline Offline

Activity: 382
Merit: 250


View Profile
July 28, 2014, 12:06:58 PM
 #768

Say something dev!!!

What can I do? People are dumping as they will. I don't have any coins to dump myself... I`m going to continue developing stuff.

Haha...........i got cheaps!!! Grin Grin
AltcoinRambo
Full Member
***
Offline Offline

Activity: 148
Merit: 100


View Profile
July 28, 2014, 12:07:46 PM
 #769

Say something dev!!!

What can I do? People are dumping as they will. I don't have any coins to dump myself... I`m going to continue developing stuff.

Bravo. The best you can do is confirm that you're still here and that you're planning to move the coin forward. Thank you.
JonathanHe
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
July 28, 2014, 12:07:46 PM
 #770

Say something dev!!!

What can I do? People are dumping as they will. I don't have any coins to dump myself... I`m going to continue developing stuff.
Awsome dev
devachelekar
Sr. Member
****
Offline Offline

Activity: 382
Merit: 250


View Profile
July 28, 2014, 12:07:54 PM
 #771

There was no special reason why people dumped this coin!!!! Grin
brightlight
Legendary
*
Offline Offline

Activity: 1288
Merit: 1000


View Profile
July 28, 2014, 12:08:02 PM
 #772

Say something dev!!!

What can I do? People are dumping as they will. I don't have any coins to dump myself... I`m going to continue developing stuff.

Thank you!
bitbituser
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
July 28, 2014, 12:08:13 PM
 #773

147.33901932 BTC TRADING VOLUME!!

Guys we must recognize that this coin is amazing, it will go up to 0.0001 easily and now we have low price to buy in!!
bamb
Sr. Member
****
Offline Offline

Activity: 938
Merit: 251



View Profile
July 28, 2014, 12:08:26 PM
 #774

Say something dev!!!

What can I do? People are dumping as they will. I don't have any coins to dump myself... I`m going to continue developing stuff.
Okkkkk!

                                  ██▄▄              ▄▄██
                                   █████▄        ▄█████
      ▄▄▄▄▄        ▄▄▄▄▄ ▄▄▄▄▄▄     █████▄      ▄█████      ▄▄▄▄▄▄▄
  ▄███████████▄    █████████████▄    █████▄    ▄█████   ▄▄███████████▄    █████     █████
 █████▀▀▀▀██████   ██████▀▀▀██████    █████▄  ▄█████   ▄█████▀▀▀▀▀█████▄   █████   █████
█████  ▄▄█████▀▀   █████     █████     █████▄▄█████    █████       █████    █████ █████
██████████▀▀       █████     █████      ██████████     █████       █████     █████████
 ██████▀ ▄▄▄█▄     █████     █████       ████████      ▀█████▄▄▄▄▄█████▀      ███████
  ▀████████████    █████     █████        █████        ▀▀███████████▀         █████
     ▀▀▀▀▀▀▀▀      ▀▀▀▀▀     ▀▀▀▀▀         ▀▀▀▀             ▀▀▀▀▀▀▀           █████
                                                                             █████
                                                                            █████
                                                                           █████
.
                    ▄▄▄████▄
▀████▄▄▄          ▄██████████
 ▀███████▄       ▄██████████
  ▀████████      ██████████
   █████████    ██████████▀
    █████████  ▄█████████▀
     █████████ ██████████
      ██████████████████
      ▀████████████████
       ▀█████████████▀
        ▀████████████▀
         ▀██████████▀
           ▀███████▀
.
barryzand
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


Growcoin Chief


View Profile
July 28, 2014, 12:08:30 PM
 #775

Say something dev!!!

What can I do? People are dumping as they will. I don't have any coins to dump myself... I`m going to continue developing stuff.

HAHAHA what a pro...

If you really dont have any/many coins, pls open up a donation adress... if youre legit... you deserve it Wink
SnjafSnjaf
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
July 28, 2014, 12:09:04 PM
 #776

ROFL got some serious amount of coins for "free"...
Liquid71
Hero Member
*****
Offline Offline

Activity: 835
Merit: 1000


There is NO Freedom without Privacy


View Profile
July 28, 2014, 12:09:09 PM
 #777

Another Shittrex scam..wonder how profit shitrex gets from these scam devs

cryptoholic11
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
July 28, 2014, 12:09:45 PM
 #778

Let the panic buyin begin I guess. Thanks for the cheap coins?

mikesrevenge
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
July 28, 2014, 12:09:57 PM
 #779

Another Shittrex scam..wonder how profit shitrex gets from these scam devs

.25% of all volume
bamb
Sr. Member
****
Offline Offline

Activity: 938
Merit: 251



View Profile
July 28, 2014, 12:10:49 PM
 #780

147.33901932 BTC TRADING VOLUME!!

Guys we must recognize that this coin is amazing, it will go up to 0.0001 easily and now we have low price to buy in!!

Just loading a lot of coin this is the last time you will ever get this cheap

                                  ██▄▄              ▄▄██
                                   █████▄        ▄█████
      ▄▄▄▄▄        ▄▄▄▄▄ ▄▄▄▄▄▄     █████▄      ▄█████      ▄▄▄▄▄▄▄
  ▄███████████▄    █████████████▄    █████▄    ▄█████   ▄▄███████████▄    █████     █████
 █████▀▀▀▀██████   ██████▀▀▀██████    █████▄  ▄█████   ▄█████▀▀▀▀▀█████▄   █████   █████
█████  ▄▄█████▀▀   █████     █████     █████▄▄█████    █████       █████    █████ █████
██████████▀▀       █████     █████      ██████████     █████       █████     █████████
 ██████▀ ▄▄▄█▄     █████     █████       ████████      ▀█████▄▄▄▄▄█████▀      ███████
  ▀████████████    █████     █████        █████        ▀▀███████████▀         █████
     ▀▀▀▀▀▀▀▀      ▀▀▀▀▀     ▀▀▀▀▀         ▀▀▀▀             ▀▀▀▀▀▀▀           █████
                                                                             █████
                                                                            █████
                                                                           █████
.
                    ▄▄▄████▄
▀████▄▄▄          ▄██████████
 ▀███████▄       ▄██████████
  ▀████████      ██████████
   █████████    ██████████▀
    █████████  ▄█████████▀
     █████████ ██████████
      ██████████████████
      ▀████████████████
       ▀█████████████▀
        ▀████████████▀
         ▀██████████▀
           ▀███████▀
.
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 61 62 63 64 65 66 67 68 69 70 71 72 73 »
  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!