Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SAPIS] SOCRATESCOIN - THE COIN OF KNOWLEDGE & THE PAYMENT METHOD OF NAUKA
by
JohnGN
on 27/02/2018, 07:19:36 UTC
Assingning the scientists to the wrong siences (Hippocrates -> Physicist, Tesla -> Mathematician, Faraday -> Chemistry....) is not a red flag but it implicates a lot of incompetence. We have here a project which claims to be the coin of education (whatever that means) and they are not able to sort mankinds most famous scientists in the right way. Even too lazy to google it. It seems they think, lets do easy money, our investors are stupid anyway so we dont have to write a convincingly whitepaper.
The bitcointalk thread was launched after the ico started. Normaly project start discussions on forums a few months before the ico beginns to answear questions...
You are right mr.Troll. Their whole behavior reminds me on the pr of the mlm ponzishemes which i investigated a lot in the past (Onecoin, Habcoin, My Advertising Pays, Kairos, starad24 <- all colapses meanwhile). This brings me to Pirmin Troger. He claimes to be an Networkmarketing professional. Most of this mlm are ponzishemes. So i will do some research about him.

I find it strange that the raised amount is written directly in the sourcecode. So they update it manualy. Its not any connection to a ethereum or bitcoin node or nodeinterface. Very unprofessional. Everybody can write in the sourcecode a not proofed number.
      
Excerpt of the sourcecode of socratescoin.io website

function setContributed(){
         var hardCap = 46900000;
               var percent = (parseInt(8711330.0) / hardCap) * 100;
               $("#progress_bar span").css("width", percent+"%");
          $("#raisedsofarUSD").text("$"+parseInt(8711330.0).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","));

setContributedBTC();
      function setContributedBTC(){
               $("#raisedsofarBTC").text(parseFloat(477.61).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")+" BTC");
      }
      
      setContributedETH();
      function setContributedETH(){

               $("#raisedsofarETH").text(parseFloat(3649.11).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")+" ETH");
      }