BitShares Forum

Main => General Discussion => Topic started by: stuartcharles on January 03, 2014, 04:35:58 pm

Title: What is going to be the total amount of bitshares
Post by: stuartcharles on January 03, 2014, 04:35:58 pm
I seem to remember it was 20 million? Is that still the case
10% PTS 2 mil
10% Angel shares 2 mil

Is that correct? I have tried to look around but cant find anything recent.

And how will the extra 16 million shares be allocated if you don't plan on having mining?

Im trying to decide whether to buy some angel shares with BTC and would like this clear in my mind.
 
Title: Re: What is going to be the total amount of bitshares
Post by: bytemaster on January 03, 2014, 04:44:08 pm
I seem to remember it was 20 million? Is that still the case
10% PTS 2 mil
10% Angel shares 2 mil

Is that correct? I have tried to look around but cant find anything recent.

And how will the extra 16 million shares be allocated if you don't plan on having mining?

Im trying to decide whether to buy some angel shares with BTC and would like this clear in my mind.

4 M total BitShares in the first chain, 50% PTS holders, 50% AGS holders.
Title: Re: What is going to be the total amount of bitshares
Post by: stuartcharles on January 03, 2014, 04:50:00 pm
I seem to remember it was 20 million? Is that still the case
10% PTS 2 mil
10% Angel shares 2 mil

Is that correct? I have tried to look around but cant find anything recent.

And how will the extra 16 million shares be allocated if you don't plan on having mining?

Im trying to decide whether to buy some angel shares with BTC and would like this clear in my mind.

4 M total BitShares in the first chain, 50% PTS holders, 50% AGS holders.

Thanks for the quick reply,
and the first chain will include 16-32 bit assets? including bitusd ect?
Title: Re: What is going to be the total amount of bitshares
Post by: bytemaster on January 03, 2014, 04:53:49 pm
I seem to remember it was 20 million? Is that still the case
10% PTS 2 mil
10% Angel shares 2 mil

Is that correct? I have tried to look around but cant find anything recent.

And how will the extra 16 million shares be allocated if you don't plan on having mining?

Im trying to decide whether to buy some angel shares with BTC and would like this clear in my mind.

4 M total BitShares in the first chain, 50% PTS holders, 50% AGS holders.

Thanks for the quick reply,
and the first chain will include 16-32 bit assets? including bitusd ect?


First chain will be 16 assets:  there is another thread discussing those assets.  Top currencies, gold, silver, oil, BTC
Title: Re: What is going to be the total amount of bitshares
Post by: stuartcharles on January 03, 2014, 04:56:13 pm
I seem to remember it was 20 million? Is that still the case
10% PTS 2 mil
10% Angel shares 2 mil

Is that correct? I have tried to look around but cant find anything recent.

And how will the extra 16 million shares be allocated if you don't plan on having mining?

Im trying to decide whether to buy some angel shares with BTC and would like this clear in my mind.

4 M total BitShares in the first chain, 50% PTS holders, 50% AGS holders.

Thanks for the quick reply,
and the first chain will include 16-32 bit assets? including bitusd ect?


First chain will be 16 assets:  there is another thread discussing those assets.  Top currencies, gold, silver, oil, BTC


Great work, i will be putting some more into this
Title: Re: What is going to be the total amount of bitshares
Post by: Amazon on January 03, 2014, 05:02:16 pm
Thanks for the quick reply,
and the first chain will include 16-32 bit assets? including bitusd ect?

Some discussion here:
https://bitsharestalk.org/index.php?topic=1696.0

https://github.com/InvictusInnovations/BitShares/blob/master/include/bts/blockchain/asset.hpp

Code: [Select]
struct asset
  {
      enum type
      {
          bts      = 0,  // 1 BitShare (smallest storable unit)
          btc      = 1,
          gld      = 2,
          slv      = 3,
          usd      = 4,  // $0.001 = 1 BitUSD
          count, // TODO: move this to the end, for now this will shorten print statements
          cny      = 5,
          gbp      = 6,
          eur      = 7,
          jpy      = 8,  // Japan Yen
          chf      = 9,  // Swiss Frank #5 world currency
          aud      = 10, // Austrialia
          cad      = 11, // Canada
          sek      = 12, // Sweedish Krona
          hkd      = 13, // Hong Kong
          wti      = 14, // Light Sweet Crude Oil
          iii      = 15, // value of 1 of 1 billion shares in Invictus Innovations, Inc
      };
   }

This was my initial list of 16.  I think fewer is better based upon the volume of trades each of these will generate.