Bitcoin Forum
May 27, 2024, 06:05:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4]  All
  Print  
Author Topic: [ANN][ALT] Point[POINT] Stable Coin  (Read 1114 times)
juantellez (OP)
Jr. Member
*
Offline Offline

Activity: 101
Merit: 1


View Profile WWW
November 27, 2018, 10:14:30 PM
 #61

Point have 16 days working with is new supply algorithm in operation searching for a way to be a stable coin not backed by FIAT and without be associated to any FIAT.

Sebastián Téllez
Premia Network and Point coin developer

https://pointcoin.website - https://premia.network
juantellez (OP)
Jr. Member
*
Offline Offline

Activity: 101
Merit: 1


View Profile WWW
December 04, 2018, 05:59:24 PM
 #62

The new algorithm actually is working fine. It is the first step to make a monetary policy for stablecoin based only from data obtained from it's own blockchain.

Would be grate hear opinions about it.

Here's the GetBlockValue function from main.cpp:

int64 static GetBlockValue(int nHeight, int64 nFees, int64 nLastBlockTx, int64 nLastBlockTotalVout)
{   
        int64 nSubsidy = (nHeight/1000000) * COIN;
        if (nHeight == 2)
   {
      int64 nSubsidy = 1000000000 * COIN;
      return nSubsidy + nFees;
   }else if (nHeight > 50000 && nHeight <= 1200000)
   {
      int64 nSubsidy = nHeight * 0.00001 * COIN;
      return nSubsidy + nFees;
   }
        else if(nHeight > 1200000)
        {
      if (nLastBlockTx <= 30)
      {
          return nSubsidy + nFees;
      }else if (nLastBlockTx > 30)
      {
          if ((nLastBlockTotalVout/nLastBlockTx)<(nHeight/10000) && (nLastBlockTotalVout>(nHeight/100000)))
          {
              int64 nSubsidy = (nHeight/100000) * COIN;
              return nSubsidy + nFees;
          }else
          {
              return nSubsidy + nFees;
          }
      }else
      {
          return nSubsidy + nFees;
      }
        }
        else
   {
            int64 nSubsidy = 5 * COIN;
            return nSubsidy + nFees;
        }
}

Sebastián Téllez
Premia Network and Point coin developer

https://pointcoin.website - https://premia.network
juantellez (OP)
Jr. Member
*
Offline Offline

Activity: 101
Merit: 1


View Profile WWW
November 14, 2019, 08:56:58 PM
 #63

After months of work we have a new community, name and mission.

Please check the detail at https://globaldao.network

Sebastián Téllez
Premia Network and Point coin developer

https://pointcoin.website - https://premia.network
juantellez (OP)
Jr. Member
*
Offline Offline

Activity: 101
Merit: 1


View Profile WWW
December 02, 2019, 01:58:10 PM
 #64

News
Point has just won the vote to be listed a https://birake.com
goo! Rewards, the loyalty program is just about to start with a 1,200+ rewards catalog for services in México with POINT. Just the first step before go to other into countries.

Remember the links:



Sebastián Téllez
Premia Network and Point coin developer

https://pointcoin.website - https://premia.network
juantellez (OP)
Jr. Member
*
Offline Offline

Activity: 101
Merit: 1


View Profile WWW
December 05, 2019, 03:56:16 PM
 #65

Android Beta wallet is ready.

https://play.google.com/apps/testing/network.globaldao.goowallet

Sebastián Téllez
Premia Network and Point coin developer

https://pointcoin.website - https://premia.network
juantellez (OP)
Jr. Member
*
Offline Offline

Activity: 101
Merit: 1


View Profile WWW
December 11, 2019, 04:09:43 PM
 #66

The production version of Point Wallet is online:

https://play.google.com/store/apps/details?id=network.globaldao.goowallet


Sebastián Téllez
Premia Network and Point coin developer

https://pointcoin.website - https://premia.network
juantellez (OP)
Jr. Member
*
Offline Offline

Activity: 101
Merit: 1


View Profile WWW
December 18, 2019, 06:15:26 PM
 #67

We are pleased to announce the launch of Point on the Birake.com exchange network.  Now you can exchange in the #BTC the points that will be delivered and accepted in the participating businesses of the Global DAO Goo Rewards rewards program.

 Links
 Exchange: https://trade.birake.com/market/BIRAKE.POINT_BIRAKE.BTC
  Point Facebook: https://fb.com/pointblockchain
  Block Explorer: https://explorer.globaldao.network

 Global DAO
  Web: https://globaldao.network
  Facebook: https://fb.com/globaldao
  Twitter: https://twitter.com/globaldao
  Discord: https://discord.gg/nZPs7JC
  Telegram: https://t.me/globaldao

 goo!  Rewards
  Web: https://goorewards.com
  Google Play Store: https://play.google.com/store/apps/details
  Facebook: https://fb.com/goorewards
  Twitter: https://twitter.com/goorewards
  Instagram: https://instagram.com/goorewards

Sebastián Téllez
Premia Network and Point coin developer

https://pointcoin.website - https://premia.network
juantellez (OP)
Jr. Member
*
Offline Offline

Activity: 101
Merit: 1


View Profile WWW
December 24, 2019, 03:21:25 AM
 #68

goo! Rewards is in pre registy stage for local bussines in México, we spect business start giving Point as a reward for ther consumers buys very soon.

You can find more about goo! Rewards at https://goorewards.com


Sebastián Téllez
Premia Network and Point coin developer

https://pointcoin.website - https://premia.network
Pages: « 1 2 3 [4]  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!