Bitcoin Forum
May 09, 2024, 05:57:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Local / Annonces / 🇫🇷[ICO SGAT] Dev News🇫🇷 on: June 25, 2018, 04:29:45 PM

Chère communauté,
Parce que nous souhaitons avant tout partager l’aventure SGAT avec vous, nous allons dorénavant vous faire parvenir toutes les deux semaines une newsletter synthétisant les différents avancements sur le développement du projet.
Qu’avons-nous fait depuis le lancement du projet et où en sommes-nous?
La première étape du projet a donc été la création de la blockchain SGAT, en partant du code de la blockchain Monero qui repose également sur le protocole CryptoNote.
Petit rappel, CryptoNote est le protocole/technologie faisant fonctionner la blockchain Monero par exemple, tandis que CryptoNight est l’algorithme de hashage utilisé par CryptoNote (la façon dont les données sont découpées, échangées et vérifiées). Pour Bitcoin il s’agit de l’algorithme SHA256, Scrypt pour Litecoin, X11 pour Dash ou encore Ethhash/Dagger-hashimoto pour Ethereum.
Afin de maîtriser totalement notre blockchain et notre technologie, nous avons pris le parti de faire un fork (au bloc 0) du projet Monero.

Mais qu’est-ce qu’un fork?

Un fork, fourche ou embranchement en anglais, est le fait de prendre, comme son nom l’indique, deux directions. En fait, il s’agit d’un nouveau logiciel créé à partir du code source du logiciel existant. Deux raisons principales peuvent donner naissance à un fork :
une divergence de point de vue et des objectifs liés au projet par les développeurs ;
un conflit personnel au sein de la compagnie qui a créé le logiciel.
Par ailleurs, étant donné que pour faire de telles modifications il faut que les droits du logiciel le permettent, les forks sont généralement effectués sur des logiciels libres, ce qui est le cas de la majorité des crypto-monnaies.

Phase 1 : blockchain testnet et mainnet SGAT

Nous avons donc repris le code de la blockchain Monero en créant une copie à partir de leur Github (le site où est hébergé le code) puis l’avons retravaillé depuis le départ afin de créer notre propre bloc genesis (le bloc numéro 0) qui a été notre premier gros challenge.
En effet, il nous a fallu recréer ce bloc afin de prendre en compte les paramètres spécifiques de notre blockchain. Cela nous a ainsi permis par exemple d’augmenter l’émission maximale d’unités, la vitesse d’émission des blocs ou encore sa courbe d’émission ; ce qui n’aurait pas été possible en faisant un simple fork de Monero. Il nous a par ailleurs fallu reprendre tous les « commits » (modifications, mises à jour ou éditions du code) effectués par les développeurs ayant contribués au projet Monero depuis le départ (de 150 à 200 environ…), afin de les analyser et de les comprendre, ce qui nous a bien entendu demandé des semaines ! J
Une fois le code retravaillé, nous avons alors entamer les phases tests sur le minage de la blockchain, les transferts et échanges entre portefeuilles sur une blockchain test (testnet). Une fois cette étape finalisée, nous avons alors démarré la blockchain SGAT (mainnet) en lançant les premiers nodes (nœuds, ordinateurs faisant tourner la blockchain), mais de façon privée pour le moment.
Cela nous permet ainsi de pouvoir miner de façon exclusive les tokens dans le cadre de l’ICO, de préparer les différents portefeuilles électroniques des utilisateurs, mais également de travailler sur la synchronisation et la compatibilité avec notre web application. Une fois l’ICO terminé, nous dévoilerons les adresses IPs des seeds (graines, c’est-à-dire les premiers machines ayant démarré notre blockchain) afin que la communauté puisse se connecter à notre blockchain , créer des wallets, ou encore participer à la confirmation des transactions au travers du minage via le logiciel daemon (logiciel fonctionnant en arrière-plan et permettant de participer au minage et de synchroniser le portefeuille pour le minage) que nous publierons.

Phase 2 : SGAT Explorer

Nous avons ensuite développé le SGAT Explorer, le site de recherche et de consultation de notre blockchain. Il permet à n’importe qui de consulter l’historique complet et en temps réel de toutes les transactions effectuées au travers de notre blockchain depuis le bloc genesis (les transactions de minage, d’émission de tokens et de récompenses, hashrate, etc…).
Nous sommes actuellement en train de développer tous les tests unitaires et fonctionnels de l’Explorer et d’entièrement analyser le code. Ces tests permettent de simuler la totalité des actions offertes par l’outil, de A à Z, afin que l’Explorer soit le plus stable possible et afin d’assurer le bon fonctionnement de notre serveur, des différents contrôleurs présents et des routes de l’API.
Celui-ci devrait être mis en ligne cette semaine !

Phase 3 et suivantes : ce que l’on va faire!

→ connecter la webapp avec le système d’authentification de notre plateforme ;
→ synchroniser et centralisé l’ensemble des transferts, rewards (bounty program et partenaires) au sein de la web application ;
→ puis attaquer son déploiement sur mobile, au travers de l’application SGAT.
En parallèle, nous sommes constamment sur la correction des différents bugs du site internet, que ce soit au niveau des traductions ou de la gestion des transactions et de l’ensemble de la plateforme.
Excellente semaine !
SGAT Team
[/center]
2  Local / Annonces / 🇫🇷[ICO SGAT] Dev News🇫🇷 on: June 25, 2018, 04:10:17 PM

Chère communauté,
Parce que nous souhaitons avant tout partager l’aventure SGAT avec vous, nous allons dorénavant vous faire parvenir toutes les deux semaines une newsletter synthétisant les différents avancements sur le développement du projet.
Qu’avons-nous fait depuis le lancement du projet et où en sommes-nous?
La première étape du projet a donc été la création de la blockchain SGAT, en partant du code de la blockchain Monero qui repose également sur le protocole CryptoNote.
Petit rappel, CryptoNote est le protocole/technologie faisant fonctionner la blockchain Monero par exemple, tandis que CryptoNight est l’algorithme de hashage utilisé par CryptoNote (la façon dont les données sont découpées, échangées et vérifiées). Pour Bitcoin il s’agit de l’algorithme SHA256, Scrypt pour Litecoin, X11 pour Dash ou encore Ethhash/Dagger-hashimoto pour Ethereum.
Afin de maîtriser totalement notre blockchain et notre technologie, nous avons pris le parti de faire un fork (au bloc 0) du projet Monero.

Mais qu’est-ce qu’un fork?

Un fork, fourche ou embranchement en anglais, est le fait de prendre, comme son nom l’indique, deux directions. En fait, il s’agit d’un nouveau logiciel créé à partir du code source du logiciel existant. Deux raisons principales peuvent donner naissance à un fork :
une divergence de point de vue et des objectifs liés au projet par les développeurs ;
un conflit personnel au sein de la compagnie qui a créé le logiciel.
Par ailleurs, étant donné que pour faire de telles modifications il faut que les droits du logiciel le permettent, les forks sont généralement effectués sur des logiciels libres, ce qui est le cas de la majorité des crypto-monnaies.

Phase 1 : blockchain testnet et mainnet SGAT

Nous avons donc repris le code de la blockchain Monero en créant une copie à partir de leur Github (le site où est hébergé le code) puis l’avons retravaillé depuis le départ afin de créer notre propre bloc genesis (le bloc numéro 0) qui a été notre premier gros challenge.
En effet, il nous a fallu recréer ce bloc afin de prendre en compte les paramètres spécifiques de notre blockchain. Cela nous a ainsi permis par exemple d’augmenter l’émission maximale d’unités, la vitesse d’émission des blocs ou encore sa courbe d’émission ; ce qui n’aurait pas été possible en faisant un simple fork de Monero. Il nous a par ailleurs fallu reprendre tous les « commits » (modifications, mises à jour ou éditions du code) effectués par les développeurs ayant contribués au projet Monero depuis le départ (de 150 à 200 environ…), afin de les analyser et de les comprendre, ce qui nous a bien entendu demandé des semaines ! J
Une fois le code retravaillé, nous avons alors entamer les phases tests sur le minage de la blockchain, les transferts et échanges entre portefeuilles sur une blockchain test (testnet). Une fois cette étape finalisée, nous avons alors démarré la blockchain SGAT (mainnet) en lançant les premiers nodes (nœuds, ordinateurs faisant tourner la blockchain), mais de façon privée pour le moment.
Cela nous permet ainsi de pouvoir miner de façon exclusive les tokens dans le cadre de l’ICO, de préparer les différents portefeuilles électroniques des utilisateurs, mais également de travailler sur la synchronisation et la compatibilité avec notre web application. Une fois l’ICO terminé, nous dévoilerons les adresses IPs des seeds (graines, c’est-à-dire les premiers machines ayant démarré notre blockchain) afin que la communauté puisse se connecter à notre blockchain , créer des wallets, ou encore participer à la confirmation des transactions au travers du minage via le logiciel daemon (logiciel fonctionnant en arrière-plan et permettant de participer au minage et de synchroniser le portefeuille pour le minage) que nous publierons.

Phase 2 : SGAT Explorer

Nous avons ensuite développé le SGAT Explorer, le site de recherche et de consultation de notre blockchain. Il permet à n’importe qui de consulter l’historique complet et en temps réel de toutes les transactions effectuées au travers de notre blockchain depuis le bloc genesis (les transactions de minage, d’émission de tokens et de récompenses, hashrate, etc…).
Nous sommes actuellement en train de développer tous les tests unitaires et fonctionnels de l’Explorer et d’entièrement analyser le code. Ces tests permettent de simuler la totalité des actions offertes par l’outil, de A à Z, afin que l’Explorer soit le plus stable possible et afin d’assurer le bon fonctionnement de notre serveur, des différents contrôleurs présents et des routes de l’API.
Celui-ci devrait être mis en ligne cette semaine !

Phase 3 et suivantes : ce que l’on va faire!

→ connecter la webapp avec le système d’authentification de notre plateforme ;
→ synchroniser et centralisé l’ensemble des transferts, rewards (bounty program et partenaires) au sein de la web application ;
→ puis attaquer son déploiement sur mobile, au travers de l’application SGAT.
En parallèle, nous sommes constamment sur la correction des différents bugs du site internet, que ce soit au niveau des traductions ou de la gestion des transactions et de l’ensemble de la plateforme.
Excellente semaine !
SGAT Team
[/center]
3  Alternate cryptocurrencies / Announcements (Altcoins) / 🇫🇷[ICO SGAT] Dev News🇫🇷 on: June 25, 2018, 04:02:47 PM

Dear community,

Because we wish above all to share SGAT adventure with you, from now on, we will be sending every two weeks a newsletter summarizing the various advancements on the development of the project.
What have we done since the project was launched and where do we stand now?
First step of the project was the creation of SGAT blockchain, starting from the code of Monero blockchain, which is also based on the CryptoNote protocol.
Just a reminder, CryptoNote is the protocol/technology running Monero blockchain for example, while CryptoNight is the hash algorithm used by CryptoNote (the way data is cut, exchanged and verified). For Bitcoin it is the algorithm SHA256, Scrypt for Litecoin, X11 for Dash or Ethhash/Dagger-hashimoto for Ethereum.
In order to fully control our blockchain and our technology, we decided not to simply fork the Monero project.

But what is a fork?

A fork or branch is the fact of taking two directions, as its name indicates. In fact, it is a new software created from the source code of the existing software. Two main reasons can give origin to a fork:
a divergence of views and objectives related to the project by the developers ;
a personal conflict within the company that created the software.
Moreover, since making such modifications requires software’s rights to allow it, forks are generally performed on free software, which is the case of the majority of crypto-currencies.

Phase 1: blockchain testnet and mainnet SGAT

So we took the code from Monero blockchain by creating a copy from their Github (the site where the code is hosted) and then reworked it from the start to create our own genesis block (block number 0) which was our first big challenge.
Indeed, we had to recreate this block in order to take into account the specific parameters of our blockchain. This allowed us, for example, to increase the maximum emission of units, the emission speed of the blocks or its emission curve which would not have been possible with a simple Monero fork. We also had to retake all the “commits” (modifications, updates or editions of the code) made by the developers who contributed to the Monero project since the beginning (from 150 to 200 approximately…), in order to analyse and understand them, which of course took us weeks! J
Once the code was reworked, we then started the test phases on the blockchain mining, transfers and exchanges between portfolios on a test blockchain (testnet). Once this step was completed, we started SGAT blockchain (mainnet) by launching the first nodes (computers running the blockchain), but privately for the moment.
This allows us to exclusively mine tokens as part of the ICO, to prepare the various users’ wallets, but also to work on synchronization and compatibility with our web application. Once the ICO finished, we will reveal the IP addresses of the seeds (i.e. the first machines that started our blockchain) so that the community can connect to our blockchain, create wallets, or participate in the confirmation of transactions through the mining via the daemon software (software running background processes and allowing to participate in the mining and synchronize the portfolio mining) that we will publish.

Phase 2: SGAT Explorer

We then developed SGAT Explorer, the search and consultation website for our blockchain. It allows anyone to consult the complete, and in real time, history of every transactions performed on our blockchain from the genesis block (mining transactions, tokens emission and rewards, hashrate, etc…).
We are currently performing all unit and functional tests on the Explorer as well as fully analyzing the code. These tests simulate all the possible actions of tool, from A to Z, so that the Explorer is as stable as possible and to ensure the proper operation of our server, of the various controllers and the API routes.
This one should be online this week!

Phase 3 and beyond: what we’re gonna do!

→ connect the webapp with our platform authentication system ;
→ synchronize and centralize all transfers, rewards (bounty program and partners) within the web application;
→ then start its deployment on mobile, through SGAT application.
At the same time, we are constantly working on correcting various bugs on the website, whether in terms of translations or transaction management and of the whole platform.
Have a great week !

SGAT Team
4  Alternate cryptocurrencies / Bounties (Altcoins) / [BOUNTY]✅✅ SGAT - Tailor-made smart contracts ✅✅ on: June 05, 2018, 11:24:42 AM
             



Official SGAT bounty thread


Bounty campaign is now open !
Bounty group in telegram https://t.me/sgatcoin

BOUNTY PROGRAM OPENING : 5 JUNE 2018
END : 23 DECEMBER 2018


_____________________________________________________

ICO caps:

Soft cap  : €1.5 millions EUROS
Hard cap : €6.5 millions EUROS

But in any case 2% of tokens will still be designated to the bounty campaign
BOUNTY CAMPAIN : 240 000 SGAT !
1€ = 1 SGAT


_____________________________________________________

BitcoinTalk Signature — 25%

Article & Youtube campaign — 20%

Twitter campaign — 15%

Facebook campaign — 15%

Instagram campaign — 10%

Translation & Community admin contribution — 10%

LinkedIn campaign — 5%

_____________________________________________________

BOUNTY PROGRAM GENERAL TERMS


You must be registred on the ICO website : www.sgat-technologies.com (easy registration, not thousands forms to Smiley )

Tokens will be claimed by completing the Bounty Program form on our dedicated Google Forms at the end of each week.

The token claims will be analyzed and transcripted in a public dedicated Spreadsheet (reader permission only) at the end of every week.

Contents must be available until the end of the sale.

The Bounty Program will be closed at the end of the sale.

Automatic posting, spamming, insulting and any other behaviour contrary to the Program’s chart will result in an immediate dismissal and the loss of the tokens collected during the Program.

In order to be eligible to any of our Bounty Programs, you must follow the SGAT page or account corresponding to the chosen media until the end of the token sale. Otherwise, the SGAT team would deny you the right to claim your tokens.

If you want to go to our spreadsheet: Link to the Spreadsheet

The tokens dedicated to the bounty program that will not be distributed will be distributed equitably among the participants

_____________________________________________________


BitcoinTalk Signature - 25%

60,000 SGAT tokens will be offered within the BitcoinTalk Campaign

Application :

To be part of our BitcoinTalk Program ;
1) please first join the official SGAT Telegram Channel : https://www.t.me/sgatcoin/
2) Tokens will have to be claimed at the end of every week in our Bitcoin Talk Participation Form
3) You can follow your contributions to the program in our Public Spreadsheet

Signature / Week


5 token — Junior Member
Quote
Code:
[center][url=sgat-technologies.com]SGAT, NEW ECOSYSTEM ANSWERING TO YOUR DECENTRALIZED PROJECTS[/center]

10 token —Member
Quote
Code:
[center][url=https://sgat-technologies.com/]SGAT, NEW ECOSYSTEM ANSWERING TO YOUR DECENTRALIZED PROJECTS
ICO IN PROGRESS[/url]
[url=https://bitcointalk.org/index.php?topic=4421668.0]ANN[/url]  ●  [url=https://www.sgat-technologies.com/frontend/pdf/WHITE_PAPER_EN.pdf]WHITEPAPER[/url]  ●  [url=https://www.facebook.com/Sgatcoin/]FACEBOOK[/url]  ●  [url=https://twitter.com/Sgatcoin]TWITTER[/url] ●  [url=https://t.me/sgatcoin]TELEGRAM[/url] ● [url=https://github.com/sgat-technologies/sgat]GITHUB[/url] ●  [url=https://www.instagram.com/sgatcoin/]INSTAGRAM[/url] ● [url=https://www.linkedin.com/company/sgat-technologies]LINKEDIN[/url][/center]

15 token —Full Member
Quote
Code:
[center][b][url=https://sgat-technologies.com/][color=#648DAE]SGAT[/color], NEW ECOSYSTEM ANSWERING TO YOUR DECENTRALIZED PROJECTS
[color=#648DAE]ICO IN PROGRESS[/color][/url]
[b][url=https://bitcointalk.org/index.php?topic=4421668.0]ANN[/url]  [color=red]●[/color]   [url=https://www.sgat-technologies.com/frontend/pdf/WHITE_PAPER_EN.pdf]WHITEPAPER[/url]  [color=red]●[/color]  [url=https://www.facebook.com/Sgatcoin/]FACEBOOK[/url]  [color=red]●[/color]  [url=https://twitter.com/Sgatcoin]TWITTER[/url] [color=red]●[/color]  [url=https://t.me/sgatcoin]TELEGRAM[/url] [color=red]●[/color]  [url=https://github.com/sgat-technologies/sgat]GITHUB[/url] [color=red]●[/color]  [url=https://www.instagram.com/sgatcoin/]INSTAGRAM[/url] [color=red]●[/color] [url=https://www.linkedin.com/company/sgat-technologies]LINKEDIN[/url][/center]

25 tokens —Senior Member

Quote
Code:
[center][td]
[url=https://sgat-technologies.com/][font=Arial][size=23pt][color=red][b]SGAT[/b][/size][/font][/url]
[/td][td][/td]
[td][center][url=http://sgat-technologies.com/][color=black][b][size=8pt] [color=#648DAE]●[/color] [color=#648DAE]THE NEW ECOSYSTEM[/color] [color=#648DAE]●[/color]
[size=11pt][font=arial black][color=#000]ANSWERING TO YOUR DECENTRALISED PROJECTS[/size][/size][/b][/url][/center][/td][td][/td]
[td][size=20pt] [color=#648DAE] [b][[/b][/color] [/size][/td]
[td][/td]
[td][center][font=Arial narrow][size=13pt][url=https://www.sgat-technologies.com/frontend/pdf/WHITE_PAPER_EN.pdf][b][color=#000]Whitepaper[/b][/url]    [color=#2E64FE]|    [url=https://www.sgat-technologies.com/][color=#000][b]Website[/b][/url][/size][/font]
[font=arial narrow][size=7pt][color=#648DAE]●[/color] [url=https://bitcointalk.org/index.php?topic=4421668.0][color=#000]ANN[/url] [color=#648DAE]●[/color] [url=https://twitter.com/Sgatcoin][color=#000]TWITTER[/url] [color=#648DAE]●[/color] [url=https://t.me/sgatcoin][color=#000]TELEGRAM[/url] [color=#648DAE]●[/color] [url=https://github.com/sgat-technologies/sgat][color=#000]GITHUB[/url] [color=#648DAE]●[/color][/size][/font][/center][/td][td][/td]
[td][size=20pt][color=#648DAE] [b]][/b][/color][/size][/td]
[/center]

40 tokens —Hero/Legendary
Quote
Code:
[center][td]
[url=https://sgat-technologies.com/][font=Arial][size=23pt][color=black][b]SGAT[/b][/size][/font][/url]
[/td][td][/td]
[td][center][url=http://sgat-technologies.com/][color=black][b][size=8pt] [glow=#000,2][color=white][glow=red,2,300]THE NEW ECOSYSTEM[/glow][/color]
[size=11pt][font=arial black][color=#000][color=white][glow=red,2,300]ANSWERING TO YOUR DECENTRALISED PROJECTS[/glow][/color][/size][/size][/b][/url][/center][/td][td][/td]
[td][size=20pt] [color=#648DAE] [b][[/b][/color] [/size][/td]
[td][/td]
[td][center][font=Arial narrow][size=13pt][url=https://www.sgat-technologies.com/frontend/pdf/WHITE_PAPER_EN.pdf][b][color=#000]Whitepaper[/b][/url]    [color=#2E64FE]|    [url=https://www.sgat-technologies.com/][color=#000][b]Website[/b][/url][/size][/font]
[font=arial narrow][size=7pt][color=#648DAE]●[/color] [url=https://bitcointalk.org/index.php?topic=4421668.0][color=#000]ANN[/url] [color=#648DAE]●[/color] [url=https://twitter.com/Sgatcoin][color=#000]TWITTER[/url] [color=#648DAE]●[/color] [url=https://t.me/sgatcoin][color=#000]TELEGRAM[/url] [color=#648DAE]●[/color] [url=https://github.com/sgat-technologies/sgat][color=#000]GITHUB[/url] [color=#648DAE]●[/color][/size][/font][/center][/td][td][/td]
[td][size=20pt][color=#648DAE] [b]][/b][/color][/size][/td][/center]

Rules :
 You must do a 6 post per week to be eligible of weekly stake
 Only Posts that are useful and constructive will be eligible towards the 6 Posts/Week goal. Posts that are off-topic, or simply made for the intention of raising post count will be disqualified.


_____________________________________________________


Article & Youtube Campaign - 20%

48,000 SGAT tokens will be offered within the Article & Youtube Campaign

Application :

To be part of our Article or Youtube Program ;
1) please first join the official SGAT Telegram Channel : https://www.t.me/sgatcoin/
2) Follow our Medium account or Youtube account
2) Tokens will have to be claimed at the end of every week in our Article Participation Form or Youtube Participation Form
3) You can follow your contributions to the program in our Public Spreadsheet

Token attribution plan for Article

0,1 token — if you follow us on Medium
10 tokens — If you write an article about SGAT in your Medium / Steemit / Blog
10 tokens — If you get more than 25 claps for your article
20 tokens — If you get more than 150 claps for your article
30 tokens — If you get more than 250 claps for your article

We can give more stakes if we think your article deserves it !
If you make an article in your website, we’ll give you a minimum of 20 stakes.
Once again, if you have a large audience, you’ll earn more Wink
(Per view or comments)

Rules :
 Your blog article must be accessible on the web till the end of the token sale.
 Your blog article must contain link to SGAT landing page https://sgat-technologies.com
 Your article must be at least 500 words.


Token attribution plan for Youtube

20 tokens — if you dedicate a part of your video to SGAT
5 tokens for 500 subscribers
10 tokens for 1000 subscribers
100 tokens for 10 000 subscribers

We can adjust the stakes and the reward depending on the quality of your video post.

Rules :
Your channel needs to have 300 minimal subscribers
Your video must be informative and objectively describe the SGAT project and must be published and accessible till the end of the SGAT ico token sale.

_____________________________________________________


Twitter Campaign - 15%

36,000 SGAT tokens will be offered within the Twitter Campaign

Application :

To be part of our Twitter Program ;
1) please first join the official SGAT Telegram Channel : https://www.t.me/sgatcoin/
2) Follow our Twitter account : https://twitter.com/Sgatcoin
3) Tokens will have to be claimed at the end of every week in our Twitter Participation Form
4) You can follow your contributions to the program in our Public Spreadsheet

FOLLOW @sgatcoin

0,1 token — if you have more than 50 followers
0.2 token — If you have 50–250 followers
0.5 token — If you have 250–500 followers
1 token — If you have 500–1000 followers
2 tokens — If you have 1001–5000 followers
5 tokens — If you have 5000+ followers

Per post about SGAT (Using #SGAT)

1 token — if you get more than 5 likes/RT for your Tweet
2 tokens — if you get more than 10 likes/RT for your Tweet
5 tokens — if you get more than 20 likes/RT for your Tweet
10 tokens — if you get more than 50 likes/RT for your Tweet
20 tokens — if you get more than 100 likes/RT for your Tweet
50 tokens — if you get more than 250 likes/RT for your Tweet

Retweet @Sgatcoin posts

0.2 token — If you have 100–250 followers
0.5 token — If you have 250–500 followers
1 token — If you have 500–1000 followers
2 tokens — If you have 1001–5000 followers
5 tokens — If you have 5000+ followers

Rules :
Max 5 Posts/Week for "Post about SGAT"
Unlimited retweet /Week But only the tweets of the week
Your post must include a redirect to the ICO website www.sgat-technologies.com
Must be informative and objectively describe the SGAT project

_____________________________________________________


Facebook Campaign - 15%

36,000 SGAT tokens will be offered within the Facebook Campaign

Application :

To be part of our Facebook Program ;
1) please first join the official SGAT Telegram Channel : https://www.t.me/sgatcoin/
2) Follow our Facebook account : https://www.facebook.com/Sgatcoin/
3) Tokens will have to be claimed at the end of every week in our Facebook Participation Form
4) You can follow your contributions to the program in our Public Spreadsheet

Presence on the Facebook Page

0,1 token — if you like SGAT Facebook page’s

Sharing of SGAT posts

0.2 token — if you public share SGAT Facebook page content
0.5 token — if you get more than 10 likes/comments/shares for your share
2 tokens — if you get more than 25 likes/comments/shares for your share
5 tokens — if you get more than 50 likes/comments/shares for your share
20 tokens  — if you get more than 100 likes/comments/shares for your share

Publication of SGAT content in specialized groups

1 token — if you post about SGAT
3 tokens — if you get more than 10 likes for your share
5 tokens — if you get more than 20 likes for your share
10 tokens — if you get more than 50 likes for your share
20 tokens — if you get more than 100 likes for your share

If you’re an admin of a crypto/trading/ai page or a group and would like to support SGAT, please write us at contact@sgat-technologies.com and so we can discuss the details.

Rules :
Max 5 Posts/Week for "Publication of SGAT content in specialized groups"
Unlimited shares /Week But only the shares of the week
Your post must include a redirect to the ICO website www.sgat-technologies.com
Must be informative and objectively describe the SGAT project

_____________________________________________________


Instagram Campaign - 10%

24,000 SGAT tokens will be offered within the Instagram Campaign

Application :

To be part of our Instagram Program ;
1) please first join the official SGAT Telegram Channel : https://www.t.me/sgatcoin/
2) Follow our Instagram account : https://www.instagram.com/sgatcoin/
3) Tokens will have to be claimed at the end of every week in our Instagram Participation Form
4) You can follow your contributions to the program in our Public Spreadsheet

FOLLOW @sgatcoin

0.1 token — if you have more than 50 followers
0.5 token — If you have 250–500 followers
1 token — If you have 500–1000 followers
2 tokens — If you have 1001–5000 followers
5 tokens — If you have 5000+ followers

Use #SGAT in a blockchain post with a SGAT’s subject.

0.5 token — if you post once about SGAT
1 token — if you get more than 20 likes for your Pic
2 tokens— if you get more than 50 likes for your Pic
5 tokens — if you get more than 100 likes for your Pic
10 tokens — if you get more than 250 likes for your Pic
25 tokens — il you get more than 500+ likes for your pic


_____________________________________________________


Translation & Community ADMIN Campaign - 10%

24,000 SGAT tokens will be offered within the Translation & Community Admin Campaign

Application :

To be part of our Translation & community admin Program ;
1) please first join the official SGAT Telegram Channel : https://www.t.me/sgatcoin/
2) For translation, please send mail to : contact@sgat-technologies.com if you want to know the availability and accept your proposition
3) Tokens will have to be claimed at the end of every week in our Translation & C.A Participation Form
4) You can follow your contributions to the program in our Public Spreadsheet

Translation Campaign

150 tokens — if you translate Website in your language
500 tokens — if you translate Whitepaper in your language

TRANSLATION AVAILABLE


• Indonesian : (ANN, Whitepaper, Website)
• Vietnamese : (ANN, Whitepaper, Website)
• Portuguese : (ANN, Whitepaper, Website)
• Hindi : (ANN, Whitepaper, Website)
• Russian: (ANN,Whitepaper, Website)
• Filipino: (ANN, Whitepaper, Website)
• Spanish : (ANN, Whitepaper, Website )
• Italian : (ANN, Whitepaper, Website)
• Romanian : (ANN, Whitepaper, Website)


• Chinese Simplified : (ANN, Whitepaper, Website)
• Korean : (ANN, Whitepaper, Website)
• Japanese : (ANN, Whitepaper, Website)
• Turkish: (ANN, Whitepaper, Website)
• German : (ANN, Whitepaper, Website)
• Dutch : (ANN, Whitepaper, Website)
• Bulgarian : (ANN, Whitepaper, Website)
• Slovenian : (ANN, Whitepaper, Website)
• Thai : (ANN, Whitepaper, Website)
• Danish : (ANN, Whitepaper, Website)
• Greek : (ANN, Whitepaper, Website)
• Polish : (ANN, Whitepaper, Website)
• Croatian : (ANN, Whitepaper, Website)

Community Admin

3 tokens — if you sent at least 7–10 messages on Telegram or Bitcointalk / week


_____________________________________________________


Linkedin Campaign - 5%

12,000 SGAT tokens will be offered within the Linkedin Campaign

Application :

To be part of our Linkedin Program ;
1) please first join the official SGAT Telegram Channel : https://www.t.me/sgatcoin/
2) Follow our Linkeldin account : https://www.linkedin.com/company/sgat-technologies/
3) Tokens will have to be claimed at the end of every week in our Linkedin Participation Form
4) You can follow your contributions to the program in our Public Spreadsheet

Repost SGAT publication

0.2 token — if you have more than 250 followers
0.5 token — if you have more than 500 followers
1 token — if you have more than 1000 followers
3 token — if you have more than 2500 followers

Post about SGAT


(NEW RULES)



2 tokens/post
5 tokens —if you have more than 5 likes/repost
10 tokens —if you have more than 10 likes/repost
15 tokens —if you have more than 20 likes/repost
30 tokens —if you have more than 50 likes/repost

Rules :
Max 5 Posts/Week for "Post about SGAT"
Your post must include a redirect to the ICO website www.sgat-technologies.com
Must be informative and objectively describe the SGAT project

_____________________________________________________
5  Alternate cryptocurrencies / Announcements (Altcoins) / 🔥🔥🔥✅[ICO LIVE] SGAT Platform for data storage, certification and traceability on: June 05, 2018, 11:14:43 AM


             

























Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!