Pages:
Author

Topic: [Ann] Vector A Pow/Pos Hybrid Yobit [Toxic] - page 4. (Read 36503 times)

full member
Activity: 168
Merit: 100
September 09, 2015, 08:12:35 PM
hero member
Activity: 598
Merit: 500
September 09, 2015, 08:01:39 PM
full member
Activity: 168
Merit: 100
September 09, 2015, 07:47:47 PM
█████     R O A D  M A P     ██ ██     V E C T O R  C O I N     ██ ██     R O A D  M A P     █████
█████     R O A D  M A P     ██ ██     V E C T O R  C O I N     ██ ██     R O A D  M A P     █████
█████     R O A D  M A P     ██ ██     V E C T O R  C O I N     ██ ██     R O A D  M A P     █████

   V E C T O R C O I N   D E V E L E O P M E N T   P L A N S 
█████     ANDROID WALLET      MOBILE STAKING ANDROID WALLET     █████
█████     ANDROID WALLET      MOBILE STAKING ANDROID WALLET     █████
█████     ANDROID WALLET      MOBILE STAKING ANDROID WALLET     █████
█████      TOR/I2P  UPDATE      OPTIONAL  ANONYMOUS TOR / I2P      █████
█████      TOR/I2P  UPDATE      OPTIONAL  ANONYMOUS TOR / I2P      █████
█████      TOR/I2P  UPDATE      OPTIONAL  ANONYMOUS TOR / I2P      █████
█████     VECTOR  TRADER      DESKTOP/MOBILE OPEN SOURCE BOT     █████
█████     VECTOR  TRADER      DESKTOP/MOBILE OPEN SOURCE BOT     █████
█████     VECTOR  TRADER      DESKTOP/MOBILE OPEN SOURCE BOT     █████

* A STRIPPED DOWN VERSION OF VECTOR TRADING BOT WILL BE RELEASED AS OPEN SOURCE ON BITBUCKET.
  ADVANCED FEATURES OF THE BOT WILL BE IMPLEMENTED ONLY IN A VECTORCOIN BINARY & REQUIRE 50K VEC
  TO BE DEPOSITED ON A SUPPORTED EXCHANGE TO FUNCTION.

legendary
Activity: 1190
Merit: 1000
Kaspa
September 09, 2015, 03:01:20 PM
how funny is that, that people start to investing/mining some coins without reading OP !
and what do you think JustBob before 3 days, why Network weight is 5.7 mill ?


it's funny cause Justbob was either trying to cause a panic sell or he really thought he revealed a very UN hidden "premine" that no one knew about

when we all knew, how else would the ICO have been able to happen

and network weight now is 9.4 mil Smiley

yup... I knew I had to get more weight for when the net weight climbed lol to bad I was impatient, I could have gotten 2x what I did if I had just put a low buy order instead of buying them from the sell wall

100 VEC per pos block now  Cool

I'm looking forward to the road map, and my fingers are crossed for Poloniex
hero member
Activity: 598
Merit: 500
September 09, 2015, 02:34:23 PM
how funny is that, that people start to investing/mining some coins without reading OP !
and what do you think JustBob before 3 days, why Network weight is 5.7 mill ?


it's funny cause Justbob was either trying to cause a panic sell or he really thought he revealed a very UN hidden "premine" that no one knew about

when we all knew, how else would the ICO have been able to happen

and network weight now is 9.4 mil Smiley
legendary
Activity: 1190
Merit: 1000
Kaspa
September 09, 2015, 02:18:42 PM
how funny is that, that people start to investing/mining some coins without reading OP !
and what do you think JustBob before 3 days, why Network weight is 5.7 mill ?


it's funny cause Justbob was either trying to cause a panic sell or he really thought he revealed a very UN hidden "premine" that no one knew about

when we all knew, how else would the ICO have been able to happen
full member
Activity: 168
Merit: 100
September 09, 2015, 11:44:10 AM
Good Morning:

I will have Roadmap done today and will post it when I am back from work.
I submit Vector to Poloniex and Cryptsy and waiting for reply.
hero member
Activity: 591
Merit: 500
Why oh why Didnt i take the blue pill ?!?!
September 09, 2015, 08:13:53 AM
Hi,dev,what's total of the Vector?





"blocks" : 10118,
"moneysupply" : 10314325.00000000,
"difficulty" : {
"proof-of-work" : 44.75073220,
"proof-of-stake" : 772303.19561524

right now

block rewards just went up !!   Cheesy yay
member
Activity: 159
Merit: 10
https://yadi.sk/i/2bzED4KYxCpgng
September 09, 2015, 08:08:02 AM
Hi,dev,what's total of the Vector?
newbie
Activity: 13
Merit: 0
September 09, 2015, 07:46:56 AM
block reward is now 50 - up from 25...
sr. member
Activity: 951
Merit: 259
September 09, 2015, 05:41:22 AM
how funny is that, that people start to investing/mining some coins without reading OP !
and what do you think JustBob before 3 days, why Network weight is 5.7 mill ?
member
Activity: 113
Merit: 10
September 09, 2015, 04:19:59 AM
Ok.......next....
legendary
Activity: 957
Merit: 1006
September 09, 2015, 03:48:17 AM
of course it was 10million...

what do you think, the amount of VEC was in Yobit-ICO.
Scroll down for answer  Grin































yes, 10 million  Wink
member
Activity: 113
Merit: 10
September 09, 2015, 03:38:13 AM
Oops.....it's not 1 million......it's 10 million VEC
member
Activity: 113
Merit: 10
September 09, 2015, 02:58:43 AM


main.cpp lines 971-992
Code:
{
    int64_t nSubsidy = 5 * COIN;

    if(nHeight == 1)
    {
        nSubsidy = 10000000 * COIN;
    }
    else if(nHeight <= 100)
    {
        nSubsidy = 0 * COIN;
    }
    else if(nHeight <= 10100)
    {
        nSubsidy = 25 * COIN;
    }
    else if(nHeight <= 20100)
    {
        nSubsidy =  50 * COIN;
    }

    return nSubsidy + nFees;

}

Contrary to the ANN front page which states:
 
POW:
Blocks 1 to 100 > 0 VEC
Blocks 101 to 10000 > 25 VEC
Blocks 10001 to 20000 > 50 VEC
Blocks 20001 plus > 5 VEC

Block 1 isn't 0 VEC

From main.cpp lines 971-992 listed above....What's that on line 976?
lock 1 is an unmentioned 1 million coin premine.


legendary
Activity: 1190
Merit: 1000
Kaspa
September 08, 2015, 01:55:15 PM
I'm not too concerned with the news about trex... Poloniex is the exchange with real volume (usually 3+ coins doing over 100 btc+) thats the exchange we should be aiming for anyways
hero member
Activity: 591
Merit: 500
Why oh why Didnt i take the blue pill ?!?!
September 08, 2015, 09:50:28 AM
very nice to see vector getting added to c-cex!!
legendary
Activity: 1169
Merit: 1000
September 08, 2015, 09:10:02 AM
more easy to promote this coin after roadmap.
need to increase community and volume on exchanges.
sr. member
Activity: 951
Merit: 259
September 08, 2015, 08:47:18 AM
Really nice coin, still in the beginning of his phase, the bigger blocks yet coming, dev is very transparent, doesn't hiding "earnings" from yobit, after ICO finished, coin get on 2nd exchange c-cex.....well can't be better !!!
Good luck to all !!!
full member
Activity: 168
Merit: 100
September 08, 2015, 08:04:16 AM
Hey dev, great job so far !! I seriously think we should focus on a nice roadmap and make promotion of the coin in trollbox/twitter/etc. After that, exchange gonna add us without problem.
Yes that sounds good, I will work on a roadmap today and have it done by tomorrow. We do need some promo work.
I will fetch some people on twitter to help. Everyone here can also help on twitter, and in troll boxes.
Pages:
Jump to: