Search content
Sort by

Showing 20 of 98 results by juantellez
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT] Point[POINT] Stable Coin
by
juantellez
on 24/12/2019, 03:21:25 UTC
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

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT] Point[POINT] Stable Coin
by
juantellez
on 18/12/2019, 18:15:26 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT] Point[POINT] Stable Coin
by
juantellez
on 11/12/2019, 16:09:43 UTC
The production version of Point Wallet is online:

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

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT] Point[POINT] Stable Coin
by
juantellez
on 05/12/2019, 15:56:16 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT] Point[POINT] Stable Coin
by
juantellez
on 02/12/2019, 13:58:10 UTC
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:


Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT] Point[POINT] Stable Coin
by
juantellez
on 14/11/2019, 20:56:58 UTC
After months of work we have a new community, name and mission.

Please check the detail at https://globaldao.network
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT] Point[POINT] Stable Coin
by
juantellez
on 04/12/2018, 17:59:24 UTC
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;
        }
}
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT] Point[POINT] Stable Coin
by
juantellez
on 27/11/2018, 22:14:30 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT] Point[POINT] First Blockchain based loyalty program
by
juantellez
on 21/11/2018, 22:26:55 UTC
White paper is now available at: https://pointcoin.website/Point-White-Paper.pdf
(Spanish only at the moment)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AGAcoin (currency for the Amiga community and others) - Developers wanted!
by
juantellez
on 06/07/2018, 15:58:55 UTC
I read a few pages of the forum, I understand that we need a new wallet, but for now we can mining on the wallet of the exchange.
I hope for the further development of the project

In fact the problem can be updated anytime, the problem is theres no really any community for the coin.

At least the pools will need to be contacted to ask them to update the wallet to a new one.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AGAcoin (currency for the Amiga community and others) - Developers wanted!
by
juantellez
on 24/06/2018, 15:00:41 UTC
Not too much if the diff retargeting time and algo is not updated
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT] Point[POINT] First Blockchain based loyalty program
by
juantellez
on 13/06/2018, 17:29:02 UTC
Could you post errors that you got please. All online nodes are running on Ubuntu server. It should work fine.

when i try to send a command to daemon like "pointcoind getinfo" it writes "could not connect to server" (((

Ok, it would take some time to sync the Blockchain, please check with top if the pointcoind process is active. Also check the debug.log to see if it is logging info about block.

Once the wallet has synced the blockchain it will respond to commands.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT] Point[POINT] First Blockchain based loyalty program
by
juantellez
on 12/06/2018, 15:32:56 UTC
Hi folks. Just want to comment some things about Point project

This is an open source project that aim to work as base for many types of business, one of them is a loyalty program, i which im working at. It is working as a web wallet for Point coin.

Some other projects that will be developed to work with Point coin are:

A online store to sell Point coin's - Here the miners will be able to sell their minted Point to bussines affiliated to the Points R Cool loyalty program. It will be online in the next week's

A travel reward agency - It is in developmente for Colombia and Panama market.

A payment gateway - To send money inside Paraguay and México and betwen other countries in a near future.

A social network - In which every time you make a "Like" you give 1 Point coin to the author of the post or comment, acting too as a web wallet.

Why am i telling you this? Well, because yes, the coin was developed with business in mind, but not in the way all new crypto coins do. It was conceived as a work source, where miners can get retribution for their work and investment, selling their minted Point coins to business, who gives Point coins to their customers making promotions to reward their loyalty, customers who buy products and services from business accepting Point coins as a total or partial payment method.

There wasnt Initial Coin Offer (ICO) so nobody have funds to speed the development of Point coin utilities as Windows, Mac, Android or iOS wallet's ,so it will be released as soon as me and the people who contribute to it's development can.

Today, Point coin is mined by some people from México, Colombia, USA, Japan and Rusia and i'm sure they know why, some of them have compiled their own core wallet and others are mining at the Points R Cool Point pool.

This month, some of us have started selling Point coin's directly to business by incorporating them to the Points R Cool loyalty program at a price of $0.01 USD per Point coin. In the north of México there's a established company specialized in loyalty programs who have seen Point as a way to improve it's actual program and has started the adoption process, so very soon we will see Point coin at some Mexican gas stations and fast food restaurants, and yes, they will need to buy Point coins. They are not waiting for me or any Point coin project member to release a windows or mac wallet or any other utility program, they are doing it by they own and for they own loyalty program.

So, you want to make business? well, it is over the table. This is not  a mint and exchange coin, neither yesterday or today was the best moment to mint Point, the best moment for miners and when they get more block reward is in the next 15 seconds and so on.

Want a Windows or Mac wallet? well, invest some time or money compiling it, out there are thousand of programers who will be happy to do that job for a very low ammount and you will be generating work.

So, after all this, just want to tell that any help to the project is really appreciated and i will make my best effort to develop improvements as fast as i can. The Point coin Blockchain is there and is for all of you.

And thanks again for be part of this.

Juan Sebastian Téllez
Point coin developer

Can I know where is the company registered?


Are you the Ubex dev?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT] Point[POINT] First Blockchain based loyalty program
by
juantellez
on 12/06/2018, 15:24:24 UTC
Hi folks. Just want to comment some things about Point project

This is an open source project that aim to work as base for many types of business, one of them is a loyalty program, i which im working at. It is working as a web wallet for Point coin.

Some other projects that will be developed to work with Point coin are:

A online store to sell Point coin's - Here the miners will be able to sell their minted Point to bussines affiliated to the Points R Cool loyalty program. It will be online in the next week's

A travel reward agency - It is in developmente for Colombia and Panama market.

A payment gateway - To send money inside Paraguay and México and betwen other countries in a near future.

A social network - In which every time you make a "Like" you give 1 Point coin to the author of the post or comment, acting too as a web wallet.

Why am i telling you this? Well, because yes, the coin was developed with business in mind, but not in the way all new crypto coins do. It was conceived as a work source, where miners can get retribution for their work and investment, selling their minted Point coins to business, who gives Point coins to their customers making promotions to reward their loyalty, customers who buy products and services from business accepting Point coins as a total or partial payment method.

There wasnt Initial Coin Offer (ICO) so nobody have funds to speed the development of Point coin utilities as Windows, Mac, Android or iOS wallet's ,so it will be released as soon as me and the people who contribute to it's development can.

Today, Point coin is mined by some people from México, Colombia, USA, Japan and Rusia and i'm sure they know why, some of them have compiled their own core wallet and others are mining at the Points R Cool Point pool.

This month, some of us have started selling Point coin's directly to business by incorporating them to the Points R Cool loyalty program at a price of $0.01 USD per Point coin. In the north of México there's a established company specialized in loyalty programs who have seen Point as a way to improve it's actual program and has started the adoption process, so very soon we will see Point coin at some Mexican gas stations and fast food restaurants, and yes, they will need to buy Point coins. They are not waiting for me or any Point coin project member to release a windows or mac wallet or any other utility program, they are doing it by they own and for they own loyalty program.

So, you want to make business? well, it is over the table. This is not  a mint and exchange coin, neither yesterday or today was the best moment to mint Point, the best moment for miners and when they get more block reward is in the next 15 seconds and so on.

Want a Windows or Mac wallet? well, invest some time or money compiling it, out there are thousand of programers who will be happy to do that job for a very low ammount and you will be generating work.

So, after all this, just want to tell that any help to the project is really appreciated and i will make my best effort to develop improvements as fast as i can. The Point coin Blockchain is there and is for all of you.

And thanks again for be part of this.

Juan Sebastian Téllez
Point coin developer

Can I know where is the company registered?

Sure, is registered in México City as Internet sin cables, S.A. de C.V. This is for the Premia Network loyalty program. Point as a cryptocurrencie is and open source project supported by Internet sin cables, S.A. de C.V.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT] Point[POINT] First Blockchain based loyalty program
by
juantellez
on 12/06/2018, 14:54:17 UTC
We have some business accepting Point. The list is at: https://premia.network/socios.php
 Cheesy Cheesy Cheesy
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT] Point[POINT] First Blockchain based loyalty program
by
juantellez
on 12/06/2018, 14:51:01 UTC
Could you post errors that you got please. All online nodes are running on Ubuntu server. It should work fine.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT] Point[POINT] First Blockchain based loyalty program
by
juantellez
on 03/06/2018, 23:25:02 UTC
Scrypt is supposed to be ASIC resistant?  Grin

My IQ is 81 and I'm supposed to be a genius!

Hi

It's resistant not because ASIC miners can't mint, it's because they owners will not want to use high power miners at Point coin

It's social, not technical.

Cheers
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT] Point (POINT) Blockchain based loyalty program
by
juantellez
on 15/05/2018, 19:05:34 UTC
It's always a mess when someone mint at the pool with too mucho hash power. The pool was reporting not finding block some minutes ago, now it is fine again. Just was a speed mining problem.

Well, now he leave the coin with an 11 DIFF, we will have to wait a couple of hours to DIFF get low again..

https://pool.pointsr.cool
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALT] Point (POINT) Blockchain based loyalty program
by
juantellez
on 15/05/2018, 17:49:48 UTC
Now you can print a QR code so your customer can win POINT every time they check in at your business just scanning it.

Check it out at https://negocios.pointsr.cool
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Elements - ELM X11 [Digishield] [POW] [ HITBTC, CCEX , Cryptopia]
by
juantellez
on 15/05/2018, 17:03:23 UTC
Anyone having sync problems? i just installed the wallet and won't pass from block 8315

018-05-15 17:00:17 send version message: version 70011, blocks=8315, us=187.172.71.132:6455, them=13.56.7.195:6455, peer=13.56.7.195:6455
2018-05-15 17:00:18 socket recv error 104
2018-05-15 17:00:18 disconnecting node 13.56.7.195:6455
2018-05-15 17:00:18 trying connection 52.53.50.42:6455 lastseen=396223.2hrs
2018-05-15 17:00:18 connected 52.53.50.42:6455
2018-05-15 17:00:18 send version message: version 70011, blocks=8315, us=187.172.71.132:6455, them=52.53.50.42:6455, peer=52.53.50.42:6455
2018-05-15 17:00:18 socket recv error 104
2018-05-15 17:00:18 disconnecting node 52.53.50.42:6455
2018-05-15 17:00:19 trying connection 68.225.223.162:6455 lastseen=396223.2hrs