1
0
Fork 0

Merge remote-tracking branch 'upstream/master' into docker

merge-requests/1/head
Nuno Ferro 2019-03-18 17:16:52 +00:00
commit 2e28007214
160 changed files with 8453 additions and 3392 deletions

Binary file not shown.

Binary file not shown.

View File

@ -5,9 +5,9 @@ The API is designed to make it easier to write third-party applications. Server-
This API is available if server is running http and hosting included constant USE_HARD_API_V2.
### Set the constants:
* HTTP_HOSTING_PORT:80
* USE_HARD_API_V2:1
### Set the constants (file const.lst):
* "HTTP_HOSTING_PORT":80,
* "USE_HARD_API_V2":1,
Although the API is designed for use in POST requests, it can be used for GET requests in a limited mode.
@ -299,3 +299,152 @@ http://127.0.0.1/api/v2/GetHistoryTransactions
=Addition API2=
Case for use:
1. Computer A (has public keys) creates a raw unsigned transaction
2. Computer B (has secret keys) grabs and signs the raw transaction
3. computer A grabs the signed transaction and transmits it.
7)**/api/v2/CreateRawTransaction** - create json payment tx without a signature
#### Parameters:
* FromID - the account number of the sender
* ToID - the account number of the recipient, the number or public key in hex format (in this case, it will create a new account with the name specified in the first line of the description of the payment and the payment the account will be charged 10 Tera)
* Amount - sum, floating-point number, or object format {SumCOIN,SumCENT}
* Description - description of payment order (optional)
example:
```js
http://127.0.0.1/api/v2/CreateRawTransaction
{
"FromID": 187004,
"ToID":190650,
"Amount":10.5,
"Description":"Тест"
}
```
return:
```js
{
"result": 1,
"Tx": {
"Type": 111,
"Version": 3,
"FromID": 187004,
"OperationID": 118,
"To": [
{
"PubKey": "",
"ID": 190650,
"SumCOIN": 10,
"SumCENT": 500000000
}
],
"Description": "Тест",
"Sign": ""
}
}
```
8)**/api/v2/SignRawTransaction** - sign tx
#### Parameters:
* Tx - JSON object
* FromPrivKey - sender private key in hex format
example:
```js
http://127.0.0.1/api/v2/SignRawTransaction
{
"Tx": {
"Type": 111,
"Version": 3,
"FromID": 187004,
"OperationID": 118,
"To": [
{
"PubKey": "",
"ID": 190650,
"SumCOIN": 10,
"SumCENT": 500000000
}
],
"Description": "Тест",
"Sign": ""
},
"FromPrivKey": "98765432108AC931F32480BFE3E78D26E45B0A4F88045D6518263DA12FA9C033"
}
```
return:
```js
{
"result": 1,
"Tx": {
"Type": 111,
"Version": 3,
"FromID": 187004,
"OperationID": 118,
"To": [
{
"PubKey": "",
"ID": 190650,
"SumCOIN": 10,
"SumCENT": 500000000
}
],
"Description": "Тест",
"Sign": "123456789ABCD931F3A2D45610FE8AC931F32480BFE3E78D26E45B0A4F88045D6518263DA12FA9C0332480BFE3E78D26E45B0A4F88045D6518263DA12FA9C033"
}
}
```
9)**/api/v2/SendRawTransaction** - send tx to TERA network
#### Parameters:
* Tx -JSON object
* Wait - if the number 1 is set, the response to the request is not returned until the transaction is written to the blockchain (the response time to the request is increased to 8 seconds)
example:
```js
http://127.0.0.1/api/v2/SendRawTransaction
{
"Tx": {
"Type": 111,
"Version": 3,
"FromID": 187004,
"OperationID": 118,
"To": [
{
"PubKey": "",
"ID": 190650,
"SumCOIN": 10,
"SumCENT": 500000000
}
],
"Description": "Тест",
"Sign": "123456789ABCD931F3A2D45610FE8AC931F32480BFE3E78D26E45B0A4F88045D6518263DA12FA9C0332480BFE3E78D26E45B0A4F88045D6518263DA12FA9C033"
},
"Wait":1
}
```
return:
```js
{
"result": 1,
"text": "Add to blockchain",
"TxID": "1234567891ABF4062B149B7C2F010000",
"BlockNum": 22222900
}
```

View File

@ -44,7 +44,6 @@
"COUNT_MINING_CPU": 0, //number of processes to run during mining
"SIZE_MINING_MEMORY": 20000000, //the total number of memory allocated for mining on all processes (in bytes)
"POW_RUN_COUNT": 5000, //the number of hashes (hash1, hash2) calculated at each mining iteration in each process (each iteration is started once in 1 MS - but within this second the POW_MAX_PERCENT parameter is taken)
"POW_RUN_COUNT_FIND": 1000, //the number of hashes (hash2) that are searched by brute force to improve the search probability. Recommended value is equal to the number of network nodes (with the same power)
//ETC

View File

@ -6,9 +6,9 @@ API предназначено для облегчения написания с
Данный API доступен если на ноде запущен http-хостинг и включена константа USE_HARD_API_V2.
### Для этого задайте константы:
* HTTP_HOSTING_PORT:80
* USE_HARD_API_V2:1
### Для этого задайте константы (файл const.lst):
* "HTTP_HOSTING_PORT":80,
* "USE_HARD_API_V2":1,
Несмотря на то что API разработано для использования в POST запросах, в ограниченном режиме его можно использовать для GET запросов.
@ -304,3 +304,153 @@ http://127.0.0.1/api/v2/GetHistoryTransactions
"NextPos": 439090
}
```
=Добавочная часть к API2=
Вариант использования:
1. Computer A (has public keys) creates a raw unsigned transaction
2. Computer B (has secret keys) grabs and signs the raw transaction
3. computer A grabs the signed transaction and transmits it.
7)**/api/v2/CreateRawTransaction** - create json payment tx without a signature
#### Parameters:
* FromID - номер счета отправителя
* FromPrivKey - приватный ключ отправителя в hex-формате
* ToID - номер счета получателя, число или публичный ключ в hex-формате (в этом случае будет создан новый счет с именем заданным в первой строке описания платежа и в качестве оплаты создания счета спишется 10 Тера)
* Amount - сумма, число с плавающей точкой или объект в формате {SumCOIN,SumCENT}
* Description - описание платежка (необязательный параметр)
example:
```js
http://127.0.0.1/api/v2/CreateRawTransaction
{
"FromID": 187004,
"ToID":190650,
"Amount":10.5,
"Description":"Тест"
}
```
return:
```js
{
"result": 1,
"Tx": {
"Type": 111,
"Version": 3,
"FromID": 187004,
"OperationID": 118,
"To": [
{
"PubKey": "",
"ID": 190650,
"SumCOIN": 10,
"SumCENT": 500000000
}
],
"Description": "Тест",
"Sign": ""
}
}
```
8)**/api/v2/SignRawTransaction** - sign tx
#### Parameters:
* Tx - JSON object
* FromPrivKey - sender private key in hex format
example:
```js
http://127.0.0.1/api/v2/SignRawTransaction
{
"Tx": {
"Type": 111,
"Version": 3,
"FromID": 187004,
"OperationID": 118,
"To": [
{
"PubKey": "",
"ID": 190650,
"SumCOIN": 10,
"SumCENT": 500000000
}
],
"Description": "Тест",
"Sign": ""
},
"FromPrivKey": "98765432108AC931F32480BFE3E78D26E45B0A4F88045D6518263DA12FA9C033"
}
```
return:
```js
{
"result": 1,
"Tx": {
"Type": 111,
"Version": 3,
"FromID": 187004,
"OperationID": 118,
"To": [
{
"PubKey": "",
"ID": 190650,
"SumCOIN": 10,
"SumCENT": 500000000
}
],
"Description": "Тест",
"Sign": "123456789ABCD931F3A2D45610FE8AC931F32480BFE3E78D26E45B0A4F88045D6518263DA12FA9C0332480BFE3E78D26E45B0A4F88045D6518263DA12FA9C033"
}
}
```
9)**/api/v2/SendRawTransaction** - send tx to TERA network
#### Parameters:
* Tx -JSON object
* Wait - if the number 1 is set, the response to the request is not returned until the transaction is written to the blockchain (the response time to the request is increased to 8 seconds)
example:
```js
http://127.0.0.1/api/v2/SendRawTransaction
{
"Tx": {
"Type": 111,
"Version": 3,
"FromID": 187004,
"OperationID": 118,
"To": [
{
"PubKey": "",
"ID": 190650,
"SumCOIN": 10,
"SumCENT": 500000000
}
],
"Description": "Тест",
"Sign": "123456789ABCD931F3A2D45610FE8AC931F32480BFE3E78D26E45B0A4F88045D6518263DA12FA9C0332480BFE3E78D26E45B0A4F88045D6518263DA12FA9C033"
},
"Wait":1
}
```
return:
```js
{
"result": 1,
"text": "Add to blockchain",
"TxID": "1234567891ABF4062B149B7C2F010000",
"BlockNum": 22222900
}
```

View File

@ -47,7 +47,6 @@
"COUNT_MINING_CPU": 0, //число процессов запускаемых при майнинге
"SIZE_MINING_MEMORY": 20000000, //общее число памяти выделяемое для майнинга на все процессы (величина в байтах)
"POW_RUN_COUNT": 5000, //число хешей (hash1, hash2) рассчитанных при каждой итерации майнинга в каждом процессе (каждая итерация запускается раз в 1 мс - но в пределах секунды учитывается параметр POW_MAX_PERCENT)
"POW_RUN_COUNT_FIND": 1000, //число хешей (hash2), которые ищутся путем перебора для улучшения вероятности поиска. Рекомендуется значение равное количеству нод сети (с такой же мощностью).
//ПРОЧЕЕ

View File

@ -224,7 +224,6 @@ pm2 start run-test.js
* [Документация по смарт-контрактам на русском](https://docs.google.com/document/d/1SkD4yc_POaGRMJRC6yGkDfdJUuKbcyq3JpG0cBXeYGM/edit?usp=sharing)
* [Руководство по созданию ордеров на Tera DEX](https://docs.google.com/document/d/1rWGOrx9gabsu866zqJ2so6Mp0WUGh9t0BIWjz4kAIBw/edit?usp=sharing)
* [Токен BTC для торговли на Tera DEX](https://docs.google.com/document/d/1ERPdSizarqYzwb5AA4R8mfUVFnSc-Amm7xCg3q4zUhA/edit?usp=sharing)
* [Ответы на вопросы про проект Тера](https://docs.google.com/document/d/1SpVuuWMYjwzk8K0oqhw5rSPFJhsV2jHManIbtRReQy8/edit?usp=sharing)
* [Техническое WP - черновик](https://docs.google.com/document/d/1B6_qlAp2xs4aHkqOwyvRMCDJTjgeNiOJiGpIeT0VAzY/edit?usp=sharing)
* [Торрент блокчейна (каталог DATA/DB)](https://sourceforge.net/p/tera/code/ci/master/tree/Torrent/Tera-folder-DB.torrent?format=raw)
* [API](https://sourceforge.net/p/tera/code/ci/master/tree/Doc/Rus/API.md)

View File

@ -209,7 +209,8 @@ pm2 start run-test.js
* Consensus: PoW
* Algorithm:  Terahash (sha3 + Optimize RAM hashing)
* Total suplay: 1 Bln
* Reward for block: 1-20 coins, depends on miner power (one billionth of the remainder of undistributed amount of coins and multiplied by the hundredth part of the square of the logarithm of the miner power)
* Reward for block (befor 30-40 mln blocks): 1-20 coins, depends on miner power (one billionth of the remainder of undistributed amount of coins and multiplied by the hundredth part of the square of the logarithm of the miner power)
* Reward for block (after 40 mln blocks): <1 coins (one billionth of the remainder of undistributed amount of coins multiplied by constant)
* Block size 130 KB
* Premine: 5%
* Development fund: 1% of the mining amount

View File

@ -3,6 +3,13 @@
/*STYLE STYLE STYLE*/
/*STYLE STYLE STYLE*/
root
{
--colorText:#000;
}
body
{
@ -13,6 +20,7 @@ body
body.styleBrown
{
--colorText:#FFF;
--color0:#503F13;
--color1:#86754A;
--color2:#F5E5BB;
@ -109,6 +117,7 @@ body.univers input,textarea,select
body.styleDark
{
background: #282828;
--colorText:white;
color: white;
}

View File

@ -524,9 +524,10 @@ button.radius
.olink
{
text-decoration: none;
color: #0f1057;
color: var(--colorText);
}
.olink:hover
{
font-weight: bold;
}

View File

@ -2,7 +2,7 @@
* @project: TERA
* @version: Development (beta)
* @license: MIT (not for evil)
* @copyright: Yuriy Ivanov 2017-2019 [progr76@gmail.com]
* @copyright: Yuriy Ivanov (Vtools) 2017-2019 [progr76@gmail.com]
* Web: https://terafoundation.org
* Twitter: https://twitter.com/terafoundation
* Telegram: https://web.telegram.org/#/im?p=@terafoundation

View File

@ -2,7 +2,7 @@
* @project: TERA
* @version: Development (beta)
* @license: MIT (not for evil)
* @copyright: Yuriy Ivanov 2017-2019 [progr76@gmail.com]
* @copyright: Yuriy Ivanov (Vtools) 2017-2019 [progr76@gmail.com]
* Web: https://terafoundation.org
* Twitter: https://twitter.com/terafoundation
* Telegram: https://web.telegram.org/#/im?p=@terafoundation
@ -146,7 +146,7 @@ function GetProtocolServerPath(Item)
return "http://" + Item.ip + ":" + Item.port;
};
function SUM_TO_STRING(Value,Currency,bFloat)
function SUM_TO_STRING(Value,Currency,bFloat,bLocal)
{
var Str;
if(Value.SumCOIN || Value.SumCENT)
@ -156,7 +156,10 @@ function SUM_TO_STRING(Value,Currency,bFloat)
}
else
{
Str = "" + Value.SumCOIN + "." + Rigth("000000000" + Value.SumCENT, 9);
var SumCOIN = Value.SumCOIN;
if(bLocal)
SumCOIN = SumCOIN.toLocaleString();
Str = "" + SumCOIN + "." + Rigth("000000000" + Value.SumCENT, 9);
}
else
Str = "";
@ -813,7 +816,7 @@ function SetGridData(arr,id_name,TotalSum,bclear,revert)
if(TotalSum)
{
var id = document.getElementById(TotalSum);
id.innerText = "Total: " + SUM_TO_STRING(ValueTotal, 0);
id.innerText = "Total: " + SUM_TO_STRING(ValueTotal, 0, 0, 1);
}
DoStableScroll();
};
@ -939,6 +942,8 @@ function RetChangeSmart(Item)
function RetHistoryAccount(Item)
{
if(Item.Num < 16)
return "" + Item.Num;
return "<a class='olink' target='_blank' href='./history.html#" + Item.Num + "'>" + Item.Num + "</a>";
};
@ -955,23 +960,30 @@ function ViewTransaction(BlockNum)
window.Open('./blockviewer.html#' + BlockNum, 'viewer', 800, 800);
};
function formatDate(now)
{
var year = now.getFullYear();
var month = now.getMonth() + 1;
var date = now.getDate();
var hour = now.getHours();
var minute = now.getMinutes();
var second = now.getSeconds();
return year + "-" + String(month).padStart(2, "0") + "-" + String(date).padStart(2, "0") + " " + String(hour).padStart(2,
"0") + ":" + String(minute).padStart(2, "0") + ":" + String(second).padStart(2, "0");
};
function DateFromBlock(BlockNum,bAddEnter)
{
var Str;
if(window.FIRST_TIME_BLOCK)
{
var now = new Date(window.FIRST_TIME_BLOCK + BlockNum * 1000);
Str = now.toISOString();
Str = Str.substr(0, Str.indexOf("."));
Str = Str.replace("T", " ");
if(bAddEnter)
{
var Arr = Str.split(" ");
Str = Arr[0] + "\n" + Arr[1];
}
Str = formatDate(now);
}
else
{
Str = "";
}
return Str;
};

View File

@ -2,7 +2,7 @@
* @project: TERA
* @version: Development (beta)
* @license: MIT (not for evil)
* @copyright: Yuriy Ivanov 2017-2019 [progr76@gmail.com]
* @copyright: Yuriy Ivanov (Vtools) 2017-2019 [progr76@gmail.com]
* Web: https://terafoundation.org
* Twitter: https://twitter.com/terafoundation
* Telegram: https://web.telegram.org/#/im?p=@terafoundation
@ -64,6 +64,12 @@ function FLOAT_FROM_COIN(Coin)
return Sum;
};
function STRING_FROM_COIN(Coin)
{
var Sum = FLOAT_FROM_COIN(Coin);
return Sum.toLocaleString();
};
function COIN_FROM_FLOAT(Sum)
{
var SumCOIN = Math.floor(Sum);

View File

@ -2,7 +2,7 @@
* @project: TERA
* @version: Development (beta)
* @license: MIT (not for evil)
* @copyright: Yuriy Ivanov 2017-2019 [progr76@gmail.com]
* @copyright: Yuriy Ivanov (Vtools) 2017-2019 [progr76@gmail.com]
* Web: https://terafoundation.org
* Twitter: https://twitter.com/terafoundation
* Telegram: https://web.telegram.org/#/im?p=@terafoundation

View File

@ -2,7 +2,7 @@
* @project: TERA
* @version: Development (beta)
* @license: MIT (not for evil)
* @copyright: Yuriy Ivanov 2017-2019 [progr76@gmail.com]
* @copyright: Yuriy Ivanov (Vtools) 2017-2019 [progr76@gmail.com]
* Web: https://terafoundation.org
* Twitter: https://twitter.com/terafoundation
* Telegram: https://web.telegram.org/#/im?p=@terafoundation
@ -125,6 +125,11 @@ function OpenLink(Str)
SendData({cmd:"OpenLink", Message:Str});
};
function SetNoScale()
{
SendData({cmd:"SetNoScale"});
};
function ComputeSecret(PubKey,F,Account)
{
if(!INFO.WalletCanSign)

View File

@ -2,7 +2,7 @@
* @project: TERA
* @version: Development (beta)
* @license: MIT (not for evil)
* @copyright: Yuriy Ivanov 2017-2019 [progr76@gmail.com]
* @copyright: Yuriy Ivanov (Vtools) 2017-2019 [progr76@gmail.com]
* Web: https://terafoundation.org
* Twitter: https://twitter.com/terafoundation
* Telegram: https://web.telegram.org/#/im?p=@terafoundation

View File

@ -2,7 +2,7 @@
* @project: TERA
* @version: Development (beta)
* @license: MIT (not for evil)
* @copyright: Yuriy Ivanov 2017-2019 [progr76@gmail.com]
* @copyright: Yuriy Ivanov (Vtools) 2017-2019 [progr76@gmail.com]
* Web: https://terafoundation.org
* Twitter: https://twitter.com/terafoundation
* Telegram: https://web.telegram.org/#/im?p=@terafoundation

View File

@ -2,7 +2,7 @@
* @project: TERA
* @version: Development (beta)
* @license: MIT (not for evil)
* @copyright: Yuriy Ivanov 2017-2019 [progr76@gmail.com]
* @copyright: Yuriy Ivanov (Vtools) 2017-2019 [progr76@gmail.com]
* Web: https://terafoundation.org
* Twitter: https://twitter.com/terafoundation
* Telegram: https://web.telegram.org/#/im?p=@terafoundation

View File

@ -2,7 +2,7 @@
* @project: TERA
* @version: Development (beta)
* @license: MIT (not for evil)
* @copyright: Yuriy Ivanov 2017-2019 [progr76@gmail.com]
* @copyright: Yuriy Ivanov (Vtools) 2017-2019 [progr76@gmail.com]
* Web: https://terafoundation.org
* Twitter: https://twitter.com/terafoundation
* Telegram: https://web.telegram.org/#/im?p=@terafoundation

View File

@ -2,7 +2,7 @@
* @project: TERA
* @version: Development (beta)
* @license: MIT (not for evil)
* @copyright: Yuriy Ivanov 2017-2019 [progr76@gmail.com]
* @copyright: Yuriy Ivanov (Vtools) 2017-2019 [progr76@gmail.com]
* Web: https://terafoundation.org
* Twitter: https://twitter.com/terafoundation
* Telegram: https://web.telegram.org/#/im?p=@terafoundation

View File

@ -2,7 +2,7 @@
* @project: TERA
* @version: Development (beta)
* @license: MIT (not for evil)
* @copyright: Yuriy Ivanov 2017-2019 [progr76@gmail.com]
* @copyright: Yuriy Ivanov (Vtools) 2017-2019 [progr76@gmail.com]
* Web: https://terafoundation.org
* Twitter: https://twitter.com/terafoundation
* Telegram: https://web.telegram.org/#/im?p=@terafoundation
@ -300,7 +300,7 @@ function SendMoneyBefore()
}
else
{
var SumSend = $("idSumSend").value;
var SumSend = parseFloat($("idSumSend").value).toLocaleString();
var StrTo = " to " + GetAccountText(Item, ToID);
$("idWhiteOnSend").checked = 0;
$("idOnSendText").innerHTML = "<B style='color:#ff4534'>" + SumSend + "</B> " + $("idCoinName").innerText + StrTo;
@ -631,6 +631,7 @@ function ChangeSmart(NumAccount,WasSmart)
{
OperationID = Item.Value.OperationID;
}
OperationID++;
var TR = {Type:140, Account:NumAccount, Smart:Smart, FromNum:NumAccount, Reserve:[], OperationID:OperationID, Sign:"", };
var Body = [];
WriteByte(Body, TR.Type);

View File

@ -2,7 +2,7 @@
* @project: TERA
* @version: Development (beta)
* @license: MIT (not for evil)
* @copyright: Yuriy Ivanov 2017-2019 [progr76@gmail.com]
* @copyright: Yuriy Ivanov (Vtools) 2017-2019 [progr76@gmail.com]
* Web: https://terafoundation.org
* Twitter: https://twitter.com/terafoundation
* Telegram: https://web.telegram.org/#/im?p=@terafoundation

View File

@ -2,7 +2,7 @@
* @project: TERA
* @version: Development (beta)
* @license: MIT (not for evil)
* @copyright: Yuriy Ivanov 2017-2019 [progr76@gmail.com]
* @copyright: Yuriy Ivanov (Vtools) 2017-2019 [progr76@gmail.com]
* Web: https://terafoundation.org
* Twitter: https://twitter.com/terafoundation
* Telegram: https://web.telegram.org/#/im?p=@terafoundation

View File

@ -469,7 +469,7 @@
Smart.TokenGenerate=$("idTokenGenerate").checked;
Smart.AccountLength=$("idAccountLength").value;
Smart.StateFormat=$("idStateFormat").value;
Smart.StateFormat=$("idStateFormat").value.trim();
Smart.Category1=$("idCategory1").value;
Smart.Category2=$("idCategory2").value;
Smart.Category3=$("idCategory3").value;

View File

@ -258,6 +258,11 @@
// });
// break;
// }
case "SetNoScale":
{
SetNoScale();
break;
}
}
@ -301,9 +306,12 @@
document.title=SMART.Name;
if(!glDebugPath && BASE_ACCOUNT.SmartState.HTMLBlock)
var HTMLBlock=BASE_ACCOUNT.SmartState.HTMLBlock;
var HTMLTr=BASE_ACCOUNT.SmartState.HTMLTr;
if(!glDebugPath && HTMLBlock)
{
GetData("DappBlockFile",{BlockNum:BASE_ACCOUNT.SmartState.HTMLBlock,TrNum:BASE_ACCOUNT.SmartState.HTMLTr}, function (SetData)
console.log("Load HTML from: /file/"+HTMLBlock+"/"+HTMLTr);
GetData("DappBlockFile",{BlockNum:HTMLBlock,TrNum:HTMLTr}, function (SetData)
{
if(SetData && SetData.result)
{
@ -376,11 +384,19 @@
iframe.srcdoc=SetData.Body;
document.getElementsByTagName('body')[0].appendChild(iframe);
}
function SetNoScale()
{
// var newchild = document.createElement("meta")
// newchin.name = "viewport"
// newchild.content = "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;"
// window.parent.document.getElementsByTagName("head")[0].appendChild(newchild);
}
var WasCheckInstall=0;
function CheckInstall()
{
@ -465,7 +481,6 @@
<style>
iframe
{
position2:fixed;
left:0;
top: 20px;
width: 100%;

View File

@ -76,6 +76,8 @@
{
if(!Data || !Data.result)
return;
$("idName").innerText=Data.Name;
$("idBalanceSum").innerText="Balance: "+STRING_FROM_COIN(Data.Value)+" "+CurrencyName(Data.Currency);
MaxBlockNum=Data.MaxBlockNum;
window.FIRST_TIME_BLOCK=Data.FIRST_TIME_BLOCK;
var Item;
@ -150,10 +152,13 @@
}
function GetCorrID(Item,Direct)
{
var Str;
if(Item.Direct===Direct)
return Item.CorrID;
Str=RetHistoryAccount({Num:Item.CorrID});
else
return AccountID;
Str=AccountID;
return Str;
}
function GetStr(Str)
{
@ -171,18 +176,19 @@
<DIV id="idTransactionBlock" style="display: block">
<BR>
<DIV class="header_tr" >History of account: <INPUT type="number" id="idViewAccountID" style="text-align: center" value="0" min=0 max=1000000000 onchange="ViewHistory(1)"> </DIV>
<BR>
<DIV id="idName"></DIV>
<B><DIV id="idBalanceSum"></DIV></B>
<!--<BR>-->
<INPUT type="button" onclick="ViewBegin()" class="btdoitm bt" value="|<-">
<INPUT type="button" onclick="ViewPrev()" class="btdoit bt" value="<< Prev">
<INPUT type="button" onclick="ViewNext()" class="btdoit bt" value="Next >>">
<h5>Last Tx on top</h5>
<!--<h5>Last Tx on top</h5>-->
<table id="grid_history" class="grid">
<tr>
<th id="(RetDirect(Item.Direct))" class="direct">Direct</th>
<th id="GetCorrID(Item,'+')" class="num">From</th>
<th id="GetCorrID(Item,'-')" class="num">To</th>
<th id="(GetCorrID(Item,'+'))" class="num">From</th>
<th id="(GetCorrID(Item,'-'))" class="num">To</th>
<th id="(escapeHtml(DateFromBlock(Item.BlockNum,1)))" class="date">Date</th>
<th id="SUM_TO_STRING(Item)" class="sum smallbold">Amount</th>
<th id="CurrencyName(Item.Currency)" class="cur">Cur</th>
@ -194,6 +200,7 @@
</table>
<B><DIV id="idTotalSumH"></DIV></B>
<INPUT type="button" onclick="ViewPrev()" class="btdoit bt" value="<< Prev">
<INPUT type="button" onclick="ViewNext()" class="btdoit bt" value="Next >>">

View File

@ -136,7 +136,7 @@
Name=Node.addrStr.substr(0,6);
Str+=Name;
Str+="="+Node.BlockProcessCount+" ";
Str+="="+Node.BlockProcessCount+" ping:"+Node.DeltaTime+" ";
if(Node.Name)
strClass="mnode";
else
@ -150,12 +150,18 @@
if(!Node.Active)
Str+='<INPUT type="button" class="connect" onclick="AddConnect('+Node.id+')" value="Con...">';
if(!Node.Hot && Node.Active)
Str+='<INPUT type="button" class="edit" onclick="AddHot('+Node.id+')" value="Add">';
else
if(Node.Active)
{
Str+="<DIV style='float: right'>"
if(!Node.Hot)
Str+='<INPUT type="button" class="edit" onclick="AddHot('+Node.id+')" value="Add"><BR>';
if(!Node.Name)
Str+='<INPUT type="button" class="edit" onclick="AddBan('+Node.id+')" value="Ban">';
Str+="</DIV>"
}
if(Node.Hot)
Str+='<INPUT type="button" class="edit" onclick="DeleteNode('+Node.id+')" value="Del">';
if(!Node.Name && Node.Active)
Str+='<INPUT type="button" class="edit" onclick="AddBan('+Node.id+')" value="Ban">';
Str+="<BR>";
}
@ -422,7 +428,7 @@
.hot_nodes td:nth-child(9)
{
width: 170px;
width: 140px;
}
.hot_nodes td:nth-child(10)
{
@ -434,13 +440,15 @@
width: 100px;
font-weight: 700;
font-size: 9pt;
height: 20px;
height: 40px;
white-space: pre-line;
}
.node
{
width: 100px;
font-size: 9pt;
height: 20px;
height: 40px;
white-space: pre-line;
}
.edit
{

View File

@ -1618,6 +1618,11 @@
<th id="Item.Adviser" class="num">Adviser</th>
<th id="Item.Value.Smart" class="num">Smart</th>
<th id="(RetOpenBlock(Item.BlockNumCreate,1))" class="num">Block Num</th>
<!--<th id="Item.Arr[0].BlockNum" class="num">0</th>-->
<!--<th id="Item.Arr[1].BlockNum" class="num">1</th>-->
<!--<th id="Item.Arr[2].BlockNum" class="num">2</th>-->
<!--<th id="Item.Arr[3].BlockNum" class="num">3</th>-->
<!--<th id="Item.Arr[4].BlockNum" class="num">4</th>-->
</tr>
</table>
@ -1662,8 +1667,8 @@
<!--<th id="ReadUintFromArr(Item.AddrHash,12)" class="hash">Nonce1</th>-->
<!--<th id="ReadUintFromArr(Item.AddrHash,18)" class="hash">Nonce2</th>-->
<!--<th id="GetPowPower(Item.Hash1)" class="num">Pow1</th>-->
<!--<th id="GetPowPower(Item.Hash2)" class="num">Pow2</th>-->
<th id="GetPowPower(Item.Hash1)" class="num">Pow1</th>
<th id="GetPowPower(Item.Hash2)" class="num">Pow2</th>
</tr>
</table>

View File

@ -0,0 +1,14 @@
## API2
Данный API доступен если на ноде запущен публичный http-доступ. Т.е. задана константа HTTP_HOSTING_PORT
#### Получение текущего статуса блокчейна
http://194.1.237.94:80/GetCurrentInfo?Diagram=0
Result:
* MaxNumBlockDB - максимальный номер блока записанный в БД (текущая высота блокчейна)
* CurBlockNum - новый формируемый блок
* MaxAccID - текущий максимальный номер счета
* MaxDappsID - текущий максимальный номер Dapp
* VersionNum - версия программы на которой работает нода

View File

@ -0,0 +1,6 @@
### Используйте язык Markdown для редактирования этой страницы...
* v. 0.897 API-2 предназначен для облегчения написания сторонних приложений. Вся криптография находится на стороне сервера. Поэтому он не рекомендуется для публичного доступа, поскольку он не защищен от DDOS-атак.
* v. 0.880
Улучшения протокола API для DApp.

View File

@ -0,0 +1,5 @@
# TERA BLOG
If you have written something important about TERA on a worldwide important portal and you think that you deserve a reward, please contact us:
* Discord: https://discord.gg/CvwrbeG.
* Telegram: @PsyArcus.

View File

@ -0,0 +1,3 @@
#### Traditional Blockchain
![alt text](PIC/traditional_blockchain.png "Traditional Blockchain")

View File

@ -0,0 +1,3 @@
#### TERA Blockchain
![alt text](PIC/tera_blockchain.png "TERA Blockchain")

View File

@ -0,0 +1,5 @@
It is our great pleasure to invite you to join us to mine TERA, a coin that offers solutions for issues of existing cryptocurrencies, namely centralization, transaction throughput, transaction speed, confirmation times, transaction fees and general usability and difficulty of integration into existing payment and financial systems.
We have managed to create a blockchain with 1 second block time, 8 seconds for full confirmation of transfer and zero fees. On top of that TERA blockchain is capable of throughput of 1000 transactions per second while retaining all praised blockchain features and bringing huge possibilities for further development and seamless integration with existing infrastructure as well as with new emerging technologies.
Traditional blockchains do not use the ordering of nodes with each other. This random organization of links does not guarantee fast delivery of blocks between all nodes. In Tera, nodes organize themselves into an orderly manner of communication.

View File

@ -0,0 +1 @@
# ABOUT TERA BLOCKCHAIN

View File

@ -0,0 +1,16 @@
* **v. 0.897:**
The API-2 is designed to make it easier to write third-party applications. Server-side cryptography and POW operations are performed. Therefore, it is not recommended for public access, because it is not protected from DDOS attacks. Use it if applications such as the exchange server are on the same private network.
* **v. 0.884:**
Will be enhanced the behavior of the constants COREY_WATCH_DOG. If you will be the number 2: "COREY_WATCH_DOG": 2, instead of an overload will just trim the blocks on the 5000, it will save time filling out the memory hashes. I. e. mining will practically go without interruption
* **v. 0.880:**
It contains API Protocol improvements for DApp.
* **v. 0.877:**
Today will be an update. The update improves work of DApp.
The update is optional — you can skip it.
* **v. 0.867:**
Made Protocol support light-wallet, fixed a bug in validate download chains.
The update is optional and can be skipped.

View File

@ -0,0 +1,3 @@
#### Fast Block Generation
TERA is the fastest block generation blockchain in decentralized blockchains. (Meaning that POS and the like are not decentralized). With 1s block generation and 8s to confirmation, your transaction is near instant.

View File

@ -0,0 +1,3 @@
#### High Transaction Throughput
TERA blockchain is capable of throughput of 1000 transactions per second while retaining all praised blockchain features and bringing huge possibilities for further development and seamless integration with existing infrastructure as well as with new emerging technologies.

View File

@ -0,0 +1,3 @@
#### User-friendly
The coins are kept in accounts by analogy like bank accounts. The system ensures safe and easy management of your financial assets.

View File

@ -0,0 +1,3 @@
#### Double spending
Tera uses blockchain with pow consensus. This allows all transactions to be arranged sequentially one after another. Transactions are also executed sequentially. When withdrawing from the account, the necessary amounts are checked. At the time of write-off, the counter "OperationID" is incremented. Each subsequent payment transaction must have the following "OperationID" number to prevent the same transaction from being applied multiple times.

View File

@ -0,0 +1,3 @@
#### Protection from DDoS attacks
The professionalism of the teams developers allowed the creation of a unique algorithm for protecting the system from DDOS attacks and various types of intrusions. All data and funds are securely protected.

View File

@ -0,0 +1,3 @@
#### Desire to Develop
Every day TERA develops, trying to keep up with the times. Specialists are constantly upgrading and improving the project.

View File

@ -0,0 +1 @@
## Features

View File

@ -0,0 +1,123 @@
In TERA Foundation (“we”, “our”, “us”) we are committed to protecting and respecting your privacy. We are a foundation established for the purpose of the EU General Data Protection Regulation (the “GDPR”), we are the data controller.
This policy sets out the basis on which we will process any personal data or usage information we collect from you, or that you provide to us, in connection with your use of our website at https://terafoundation.org (the “Website”) and use of our tools: TERA, TERA DApps, TERA DEX (collectively: “TERA Services”).
Please read this policy carefully so that you understand your rights in relation to your personal data, and how we will collect, use and process your personal data. If you do not agree with this Privacy Policy in general or any part of it, you should not access the Website, use our Chat or TERA Services.
What types of information do we collect and how we use it?
Information you give us. You may provide information by contacting us via our Website, TERA Chat, email or when using TERA Services. You also provide us with information by creating your TERA Chat account or signing up for the TERA newsletter. Personal data must be processed lawfully, fairly and transparently to data subject. This means that we will process your personal data only under allowable legal basis and we will provide you certain information when collecting your personal data and when you exercise your rights (see Your rights). We expect that the legal basis for processing your personal data will be either:
• your unambiguous, informed, freely given and specific consent, which you can withdraw at any time, or
• a contract between us, formed for example when you decide to use TERA Services.
It is also possible that we may be required to process your personal data in in order to fulfil a legal obligation specified in applicable law (EU or EEA member state) or to protect our legitimate interest. We will inform you about this and we will attempt to balance our interests against your rights and freedoms before processing.
As it is in our legitimate interests to be responsive to you and to ensure the proper functioning of our products and organisation, we will use your information to:
• communicate with you;
• administer and provide services and customer support per your request;
• personalise our services for you;
• enforce terms of use of our Website, Chat and TERA services;
• if you have opted in to marketing, communicate with you about products, services, promotions, events and other news and information we think will be of interest to you; or
• provide third parties with statistical information about our users (but those third parties will not be able to identify any individual user from that information).
Technical usage information. When you visit the Website, use Chat or you use TERA Services, we collect the information sent to us by your computer, mobile phone, or other access device. This information includes:
• your IP address;
• device information including, but not limited to, identifier, name, and type of operating system;
• mobile network information; and
• standard web information, such as your browser type and the pages you access on our Website.
We collect this information in order to:
• personalise our Website to ensure content from the Website is presented in the most effective manner for you and your device;
• monitor and analyse trends, usage and activity in connection with our Website and services to improve the Website;
• administer the Website and for internal operations, in order to conduct troubleshooting, data analysis, testing, research, statistical and survey analysis;
• keep the Website safe and secure; or
• measure and understand the effectiveness of the content we serve to you and others.
Do we use cookies?
We use cookies to collect information about your browsing activities over time and across different websites following your use of our services. They allow us to recognise and count the number of users and to see how users move around the Website when they are using it. This helps us to improve the services we provide to you and the way the Website works. You have the right to decide whether to accept or reject cookies. You can set or amend your web browser controls to accept or refuse cookies. If you choose to reject cookies, you may still use our Website though your access to some functionality and areas may be restricted. As the means by which you can refuse cookies through your web browser controls vary from browser-to-browser, you should visit your browser's help menu for more information.
• We use Intercom performance and functionality cookies: These cookies are used to enhance the performance and functionality of our Website but are non-essential to their use. However, without these cookies, certain functionality like videos may become unavailable.
• We use Google Analytics which is a web analytics tool that helps us understand how users engage with the Website. Like many services, Google Analytics uses first-party cookies to track user interactions as in our case, where they are used to collect information about how users use our site. This information is used to compile reports and to help us improve our Website. The reports disclose website trends without identifying individual visitors. You can opt out of Google Analytics without affecting how you visit our site for more information on opting out of being tracked by Google Analytics across all websites you use, visit this Google page: https://tools.google.com/dlpage/gaoptout.
How do we share your personal data?
We do not sell, rent or lease your personal information to others except as described in this Privacy Policy. We share your information with selected recipients. These recipients include:
• Lightcurve GmbH supports TERA by procuring IT services and other support services on TERAs behalf. Lightcurve is established in Germany and contracts with many of the service providers below on behalf of TERA.
• AWS, a cloud storage provider and provider of cloudfront CDN services. We use AWS to ensure that our website can be accessed from anywhere in the world and to store our data both for the services and for disaster recovery purposes. AWS may store your personal data in any country in the world. We have in place contractual provisions with AWS which include adequacy requirements for transfers of EU data outside of the EEA (see Where do we store your personal data?).
• Intercom provides customer support services and performance and functionality cookies for our Website. In providing its services, Intercom may transfer personal data from the EU to the US. Intercom has self-certified to the EU-U.S. and Swiss-U.S. Privacy Shield.
• Provided you have consented to receipt of our newsletter and other marketing, we will share your personal data with Mailchimp who distribute our marketing materials. Mailchimp is located in the US and has self-certified to the EU-US and Swiss-US Privacy Shield.
• Analytics and search engine provider, Google, located in the United States that assist us in the improvement and optimisation of the Website.
• Matomo provides us with usage analytics services for TERA Hub. Matomos services are fully GDPR compliant.
We will share your information with law enforcement agencies, public authorities or other organisations if legally required to do so, or if we have a good faith belief that such use is reasonably necessary to:
• comply with a legal obligation, process or request;
• enforce our terms and conditions and other agreements, including investigation of any potential violation thereof;
• detect, prevent or otherwise address security, fraud or technical issues; or
• protect the rights, property or safety of us, our users, a third party or the public as required or permitted by law (exchanging information with other companies and organisations for the purposes of fraud protection and credit risk reduction).
We will also disclose your information to third parties:
• in the event that we sell any business or assets, in which case we will disclose your data to the prospective buyer of such business or assets; or
• if we or substantially all of our assets are acquired by a third party, in which case information held by us about our users will be one of the transferred assets.
Where do we store your personal data?
The information that we collect from you will be transferred to, and stored at/processed within the EEA, Switzerland, the United States and in other countries where our third parties are located. We will take all steps reasonably necessary to ensure that your personal data is treated securely, with a level of protection adequate to GDPR and in accordance with this policy. We have provided further details below regarding the steps taken to ensure adequacy of the processing of your personal data.
• White Listed Countries: We transfer data to Switzerland which was found to have an adequate level of protection for personal data under European Commission Decision 2000/518/EC of 26 July 2000.
• Privacy Shield: Some of our third parties (see How do we share your personal data?) comply with the US Department of Commerce's EU-US Privacy Shield and have certified that they adhere to the EU-US Privacy Shield Principles of Notice, Choice, Accountability for Onward Transfer, Security, Data Integrity and Purpose Limitation, Access, and Recourse, Enforcement and Liability. For more information about the EU-US Privacy Shield Framework, visit the U.S. Department of Commerce's Privacy Shield website.
• Model Clauses: If we are transferring data to a third party located outside of the EEA who is not in a White Listed Country or registered with Privacy Shield, we will enter into the European Commissions model contracts for the transfer of personal data to third countries (i.e., the standard contractual clauses pursuant to Decision 2010/87/EU) with the relevant data importer.
The security of your personal data
Unfortunately, the transmission of information via the internet or email is not completely secure. Although we will do our best to protect your personal data, we cannot guarantee the security of your information transmitted through the Website or over email; any transmission is at your own risk. Once we have received your information, we will take appropriate technical and organisational measures to safeguard your personal data against loss, theft and unauthorised use, access or modification. We will, from time to time, host links to and from the websites of our affiliates or third parties. If you follow a link to any of these websites, these websites will have their own privacy policies and we do not accept any responsibility or liability for these policies. Please check these policies before you submit any information to those websites.
Your obligations regarding your personal data
It is important that you inform us of any changes to your personal data as soon as possible by writing an e-mail to TERA@support.io where the change request is described in detail as well as your name is included. We also require you to take appropriate steps to keep confidential any data that you do not want shared. Please do not disclose personal data on TERA Chat. If you receive personal data from others on TERA Chat, please use it appropriately and keep it confidential please assume that such data is being disclosed only for your personal use and not to be shared with others.
How long do we store your personal data?
We will retain your information as follows:
• if you contact us via email we will keep your data for 12 months;
• your technical usage information for 12 months;
• data on your use of our Website and TERA Chat for 12 months.
You can close your TERA Chat account at any time. When you close your account, we will delete all of your personal data (and all of your chat history) within 90 days of you closing your TERA Chat account.
Your rights
In certain circumstances you have rights in relation to the personal data we hold about you. We set out below an outline of those rights and how to exercise those rights. Please note that we will require you to verify your identity before responding to any requests to exercise your rights. To exercise any of your rights, please email help@terafoundation.org. Please note that for each of the rights below we may have valid legal reasons to refuse your request, in such instances we will let you know if that is the case.
• Access: You have the right to know whether we process personal data about you, and if we do, to access data we hold about you and certain information about how we use it and who we share it with.
• Correction: You have the right to require us to correct any personal data held about you that is inaccurate and have incomplete data completed.
• Erasure: You may request that we erase the personal data we hold about you in the following circumstances: where you believe it is no longer necessary for us to hold the personal data, we are processing it on the basis of your consent and you wish to withdraw your consent, we are processing your data on the basis of our legitimate interest and you object to such processing, you no longer wish us to use your data to send you marketing or you believe we are unlawfully processing your data.). Please provide as much detail as possible on your reasons for the request to assist us in determining whether you have a valid basis for erasure.
• Restriction of Processing to Storage Only: You have a right to require us to stop processing the personal data we hold about you other than for storage purposes in the following circumstances: you believe the personal data is not accurate for the period it takes for us to verify whether the data is accurate, we wish to erase the personal data as the processing we are doing is unlawful but you want us to simply restrict the use of that data; we no longer need the personal data for the purposes of the processing but you require us to retain the data for the establishment, exercise or defence of legal claims; and you have objected to us processing personal data we hold about you on the basis of our legitimate interest and you wish us to stop processing the personal data whilst we determine whether there is an overriding interest in us retaining such personal data.
• Objection: You have the right to object to our processing of data about you and we will consider your request. Please provide us with detail as to your reasoning so that we can assess whether there is a compelling overriding interest in us continuing to process such data or we need to process it in relation to legal claims.
Withdrawal of Consent
Where you have provided your consent to us processing your personal data, you can withdraw your consent at any time by clicking on this opt-out link.
Objection to Marketing
At any time you have the right to object to our processing of data about you in order to send you marketing including where we build profiles for such purposes and we will stop processing the data for that purpose.
Complaints
In the event that you wish to make a complaint about how we process your personal data, please contact us in the first instance at dataprotection@TERA.io and we will endeavour to deal with your request as soon as possible. This is without prejudice to your right to launch a claim with the data protection supervisory authority in the EU country in which you live or work where you think we have infringed data protection laws.
Representative
Lightcurve GmbH (postal address: Eichhornstraße 3, 10785 Berlin, Germany; email: business@lightcurve.io) is our representative in the EEA for the purpose of communications and all issues related to data processing and for the purpose of ensuring compliance with GDPR. Therefore, regarding any issues related to processing of your personal data by TERA, this Privacy Policy or execution of your rights (see Your rights), feel free to contact either with TERA or with Lightcurve.
Changes
Any changes we will make to this policy in the future will be posted on this page. Please check back frequently to see any updates or changes to this policy.

View File

@ -0,0 +1 @@
# TERA PRIVACY POLICY

View File

@ -0,0 +1 @@
# TERA CHANGELOG

View File

@ -0,0 +1,125 @@
1. SCOPE
These are the Terms of Use (hereinafter referred to as the “Terms”) of the TERA Foundation (hereinafter referred to as “TERA”, ”we” or “us”). These Terms apply to any access and use of TERA Hub, TERA Nano and TERA Commander (collectively referred to hereinafter as “TERA Wallets” or “TERA Wallet”), the TERA cryptographic token (hereinafter referred to as “TERA”), the TERA website at https://www.terafoundation.org/, the online services, and any TERAs services related to or utilizing any of the foregoing which we refer to in these Terms, collectively, as “Services”, “TERA Services” or “our Services”.
2. ELIGIBILITY AND AGREEMENT
You must ensure that you use and access TERA Services only in your own name. If you are acting for a legal entity, you must ensure that you:
(a) use and access TERA Services on behalf of the legal entity; and
(b) that you are authorised to enter into transactions on behalf of the legal entity.
3. YOUR RESPONSIBILITIES REGARDING THE USE OF THE SERVICES
You are also responsible for maintaining adequate security, control and confidentiality of your device access, your TERA Wallets information, including passwords, passphrases, private keys or other codes associated with your TERA Wallets and any activity occurring within these TERA Wallets. The loss or compromise of this information may result in unauthorized access of your TERA Wallets, and loss or theft of any TERA and other cryptographic tokens held in your TERA Wallets.
If you believe your TERA Wallets have been compromised, or you need to report a security incident, or you have experienced any operational problems, or have a security concern, please contact us immediately at help@terafoundation.org describing the issue at hand as thoroughly as possible including the date, type of problem and part of the TERA site or TERA Services where you experienced that problem. You are responsible for (i) immediately notifying us of any unauthorized use of your password or TERA Wallets or any other breach of security, and (ii) ensuring that you log out from your TERA Wallets at the end of each session when accessing the TERA Services.
We have no responsibility for any loss that you suffer as a result of failing to comply with this section or failure to follow or act on any notices or alerts that we may send to you.
4. AVAILABILITY OF SERVICES
Subject to these Terms, TERA shall use reasonable efforts to make available, operate and maintain the TERA Services during the term of these Terms and to permit you to access and use the TERA Services in accordance with these Terms. TERA shall use all reasonable efforts to promptly notify you of any difficulties experienced by us or other participants with respect to their access to or the use of the TERA Services, but only to the extent that TERA is aware of such difficulties and reasonably determines that they are material to your access and use of the TERA Services. Similarly, you shall notify TERA the soonest possible in case you become aware of any material technical failures of or difficulties with the TERA Services or upon becoming aware of any material breach (or any event which, by giving notice and/or the lapse of time, would constitute a material breach) of these Terms.
Our Services may evolve over time. This means we may apply changes, replace, or discontinue (temporarily or permanently) our Services at any time for any reasonable cause with two days notice or without notice in case of a Force Majeure. In this case, you may be prevented from accessing or using our Services. If, in our sole discretion, we decide to permanently discontinue our Services, we will provide you with a notice via our website, via our Twitter account or any other means of communication we deem appropriate.
You accept and acknowledge that the TERA Services may not be accessible in every country of your residence, in particular because of regulatory requirements.
5. FORCE MAJEURE
A Force Majeure Event includes without limitation each of the following:
a) Government actions, the outbreak of war or hostilities, the threat of war, acts of terrorism, national emergency, riot, civil disturbance, sabotage, requisition, or any other international calamity, economic or political crisis;
b) Act of God, earthquake, tsunami, hurricane, typhoon, accident, storm, flood, fire, epidemic or other natural disaster;
c) Labour disputes and lock-out;
d) Breakdown, failure or malfunction of any electronic, network and communication lines or systems (not due to the fault of TERA);
e) Any event, act or circumstances not reasonably within TERAs control and the effect of that event(s) is such that TERA is not in a position to take any reasonable action to cure the default.
6. RISKS
You understand and accept the risks in connection with the use of the TERA Wallet app and using the Services as set forth above and hereinafter. In particular, but not limited to, you understand the inherent risks listed hereinafter:
a) Risk of software weaknesses: You understand and accept that the underlying software application and software platform is still in an early development stage and unproven, why there is no warranty that the Services will be uninterrupted or error-free and why there is an inherent risk that the software could contain weaknesses, vulnerabilities or bugs causing, inter alia, the complete loss of TERA.
b) Regulatory risk: You understand and accept that blockchain technology allows new forms of interaction and that it is possible that certain jurisdictions will apply existing regulations on, or introduce new regulations addressing, blockchain technology based applications, which may be contrary to the current setup of TERA and which may, inter alia, result in substantial modifications of the TERA Services, including its termination.
c) Risk of loss of private key or passphrase(s): TERA Wallet can only be accessed by using a TERA Wallet passphrase with the possibility of using a second passphrase. You understand and accept that if your private key, passphrase or second passphrase respectively got lost or stolen, the TERA within your TERA Wallet will be unrecoverable and will be permanently lost.
d) Risk of voting attacks: You understand and accept that the blockchain used for by TERA is susceptible to voting attacks, including but not limited to majority voting power attacks, “selfish-voting” attacks, and race condition attacks. Any successful attacks present a risk to the TERA Services.
e) Risk of delegate attacks: You understand and accept that the blockchain used for by TERA is susceptible to delegate attacks, including but not limited to double-spending attacks, majority delegate attacks, and race condition attacks. Any successful attacks present a risk to the TERA Services.
7. PUBLIC AND PRIVATE KEY, PASSPHRASES
When you create a TERA Wallet, the Services generate a digital private and public key pair and a passphrase. The Services never store either private key or passphrase. The public key generated by the Services is being used to generate a TERA Wallet address, and may be shared with the network and with others to complete transactions. The private key is associated to a TERA Wallet address and must be used in conjunction with the TERA Wallet address to authorize transactions from or to that TERA address.
You need to make sure that your passphrase(s) are properly backed up and protected from theft.
8. DATA PROTECTION
The information provided pursuant to these Terms will be used by TERA for the purposes of providing you with services and data pursuant to these Terms and enabling TERA to perform its activities.
You acknowledge and agree that TERA may disclose your data, including personal data and sensitive personal data as defined under the Swiss Federal Data Protection Act (“Participant Data”) to outside organisations for the purpose of providing services and data to you, and performing its activities. You explicitly consent to the export of your data to a location outside your country of domicile and to third parties outside of TERA.
9. PROHIBITED ACTIVITIES
You agree that you will not use the TERA Services to perform any type or sort of illegal activity or to take any action that negatively affects the performances of the TERA Services. You may not engage via the Services in any of the following activities, nor help a third party in any such activity to:
1) attempt to gain unauthorized access to our Services or another users TERA Wallet;
2) make any attempt to bypass or circumvent any security features;
3) violate any law, statute, ordinance, regulation or these Terms and other contractual documents as referred to herein;
4) reproduce, duplicate, copy, sell or resell our Services for any purpose except as authorized in these Terms;
10. DEFAULT
Each of the following constitutes an “Event of Default”:
a) Where any representation or warranty made by you is or becomes untrue;
b) Any other circumstance where TERA reasonably believes that it is necessary or desirable to take any action set out in the below paragraph;
c) You are performing a prohibited activity as specified in section 9, you involve TERA in any type of fraud or illegality and if TERA suspects that you are engaged into money laundering activities or terrorist financing or other criminal activities;
d) Commencement of proceedings or investigations against you by a governmental authority, including but not limited to the request for an action set out in the below paragraph by a competent governmental authority or body or court;
e) In cases of material violation by you of the requirements established by any applicable laws, such materiality determined in good faith by TERA;
f) Any other situation where it would not be in the best interest of TERA that you continue to be a participant.
If an Event of Default occurs, TERA may at its absolute discretion, at any time and without prior notice, take one or more of the following actions:
a) Terminate these Terms without notice;
b) Close any or all of your TERA Wallets;
c) Refuse to open a new TERA Wallet for you.
11. INDEMNIFICATION
You agree to indemnify, defend and hold TERA, its employees, agents, consultants, subsidiaries, partners, affiliates, and licensors, harmless against any and all claims, costs, losses, damages, liabilities, judgments and expenses (including reasonable fees of attorneys and other professionals) arising from or in any way related to your use of our Services, your violation of these Terms, or your violation of any rights of any other person or entity.
12. LIMITATION OF LIABILITY
To the extent permitted by applicable law, TERA and its auxiliary persons shall not be liable for any damage arising out of, or in connection with, this agreement.
TERA shall assume no liability for any further claims, e.g. relating to compensation for indirect or consequential loss, lost profit or loss of earnings, unrealised savings or additional expense incurred, regardless of the legal grounds.
You are fully aware that the access to and the use of the TERA Services through the internet, the TERA Wallets and from abroad might violate foreign laws applicable to you. You undertake to inform yourself and to assume sole liability for any risks relating to such foreign legislation. Any responsibility of TERA regarding the possible infringement of foreign laws in connection with your use of the Services from abroad is expressly and completely excluded.
TERA shall assume no liability for losses if, for reasons for which TERA cannot be held responsible, TERA has been prevented from performing the transaction properly or on time, for example as a result of Force Majeure or measures, orders and/or decrees issued by domestic or foreign governmental authorities.
In particular, TERA shall assume no liability for actions (e.g. declarations of Default), failure to take action or any suspension or restriction of services by any element within the blockchain. Furthermore, TERA shall assume no liability for the consequences of regulatory measures implemented by competent regulators with regard to any of the TERA Services.
13. TERMINATION
TERA reserves the right to close a TERA Wallet without prior notice immediately on the grounds of misusage particularly violations of these Terms or any applicable law.
14. TAXATION
You bear the sole responsibility to determine if your use of the Services and/or any other action or transaction related to TERA have tax implications for you.
By using the Services, and to the extent permitted by law, you agree not to hold TERA liable for any tax liability associated with or arising from the operation of the Services or any other action or transaction related to TERA Services.
15. ENTIRE AGREEMENT
These Terms, together with any other agreements that apply to you constitute the entire and exclusive agreement between us and you regarding its subject matter, and supersede and replace any previous or contemporaneous written or oral contract, warranty, representation or understanding regarding its subject matter.
16. SEVERABILITY
If for any reason a court of competent jurisdiction finds any provision of these Terms invalid or unenforceable or illegal or contravene any rule, regulation or law of any market or regulator, that part will be deemed to have been excluded from these Terms from the beginning, and these Terms will be interpreted and enforced as though the provision had never been included and the legality or enforceability of the remaining provisions of the Terms or the legality, validity or enforceability of this provision in accordance with the law and/or regulation of any other jurisdiction, shall not be affected but should remain in full force and effect.
17. CHANGES TO THESE TERMS
The present Terms may change from time to time, including but not limited to cases of changes in our Services, in technology, in regulation and for any other case that TERA deems as appropriate to take measures. In case of a change, we will provide you with notice of such change by posting the updated Terms on our website and changing the "Last Updated" date at the bottom of these Terms. Any amended Terms shall become effective not earlier than 14 days after they are posted and shall apply prospectively to the use of the Services upon effectiveness of such changes. However, in case the changes address new functions of TERA Services or they are made for any legal reasons, they shall be of immediate effect. Upon effectiveness of the change as described above, the change of Terms shall be considered as accepted by you in case you continue using the TERA Services. Therefore, in case you do not agree to any amended Term, you must immediately cease using the TERA Services.
18. COMPLAINTS AND DISPUTES
In the event that an alleged breach, controversy, claim, dispute or difference (a Dispute) arises between you and TERA out of or in connection with these Terms and any other contractual documents (including but not limited to the validity, performance, breach or termination thereof), the parties shall seek to resolve the matter by negotiation by referring the matter first to:
a) any member of your executive management in case of legal persons, or you personally if you are acting as a natural person;
b) in the case of TERA, to the TERA Help Center.
The following information will need to be included:
a) your name and surname;
b) your e-mail address (or other recognition details);
c) detailed enquiry description;
e) the date and time that the issue arose.
The Help Center shall:
* send an official response to you within 14 business days respectively;
* try to resolve the matter as soon as reasonably possible;
* inform you of the outcome.
20. DISPUTE RESOLUTION, PLACE OF JURISDICTION AND GOVERNING LAW
These Terms and any other applicable contractual documents shall exclusively be governed by and construed in accordance with the substantive laws of Switzerland, excluding the conflict of laws principles thereof.

View File

@ -0,0 +1 @@
# TERA TERMS AND CONDITIONS

View File

@ -0,0 +1,3 @@
TERA is a coin that provides solutions to existing cryptocurrency issues, namely de-neutralization, transaction throughput, transaction speed, confirmation time, transaction costs and general availability, as well as the difficulty and financial system to integrate into existing payments.
TERA is pure original code, developed by the Russian core vtools. TERA is compiled with node.js and has a separate dapp development document. node.js is one of the most widely used languages in the programming field, which greatly reduces the development difficulty of TERA DApp, and the development cost is extremely low, and smart contract development is only It takes 100 teras, and there is no commission for calling the contract and completing the transaction. This lays the foundation for the massive landing of the tera App.

View File

@ -0,0 +1 @@
# ABOUT TERA TOKEN

View File

@ -0,0 +1 @@
# ABOUT TERA BLOCKCHAIN

View File

@ -0,0 +1 @@
## ABOUT TERA BLOCKCHAIN

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,234 @@
HostingCaller.TestAddon=function (Params)
const fs = require('fs');
global.BlogList=[];
global.BlogMap=[];
function ReloadBufer()
{
return "Test. Your params:"+JSON.stringify(Params);
}
global.BlogList=[];
global.BlogMap=[];
global.SendHTMLMap={};
}
setInterval(ReloadBufer,60*1000);
HostingCaller.TestAddon=function (Params,response,ArrPath)
{
return "Test. Your params:"+JSON.stringify(Params)+" Path:"+JSON.stringify(ArrPath);
}
HostingCaller.blog=function (Params,response,ArrPath)
{
if(ArrPath[1]==="reload")
{
ReloadBufer();
return "Reload OK";
}
var PathUploads="./SITE/blog/uploads/";
if(!global.BlogList.length)//init
{
var ArrList=fs.readdirSync(PathUploads);
for (var i=0;i<ArrList.length;i++)
{
var name=ArrList[i];
if(name.substring(name.length-5)===".html")
{
var filename=PathUploads+name;
var Data={name:name,filename:filename};
if(!CheckPostData(Data))
continue;
BlogList.push(Data);
}
}
BlogList.sort(function (a,b)
{
return parseInt(b.id)-parseInt(a.id);
});
}
var TemplPath="./SITE/blog/";
if(ArrPath.length===1 || (ArrPath.length===2 && !ArrPath[1]))
{
//list
//var StrHeader = String(fs.readFileSync(TemplPath+"post-header.html"));
var StrHeader = GetFileHTMLWithParsing(TemplPath+"post-header.html");
var StrAdd="";
for(var i=0;i<BlogList.length;i++)
{
var Data=BlogList[i];
if(!Data)
continue;
if(!CheckPostData(Data))
continue;
var Str=StrHeader;
for(var key in Data)
{
var str_repl=new RegExp("\\{\\{"+key+"\\}\\}",'g');
Str=Str.replace(str_repl,Data[key]);
}
StrAdd=StrAdd+"\n"+Str;
}
//var StrList = String(fs.readFileSync(TemplPath+"index.html"));
var StrList = GetFileHTMLWithParsing(TemplPath+"index.html");
var index=StrList.indexOf("{{List}}");
if(index<=0)
{
ToLog("Error file format index.html - not found {{List}}");
return 0;
}
StrList=StrList.substring(0,index)+StrAdd+StrList.substring(index+8);
response.writeHead(200, { 'Content-Type': 'text/html'});
response.end(StrList);
}
else
if(ArrPath.length===2)
{
var Num=parseInt(ArrPath[1]);
var Data=BlogMap[Num];
if(!Data)
{
return "Blog not found1:"+Num;
}
if(!CheckPostData(Data,1))
return "Blog not found2:"+Num;
//var Str = String(fs.readFileSync(TemplPath+"post.html"));
var Str = GetFileHTMLWithParsing(TemplPath+"post.html");
for(var key in Data)
{
var str_repl=new RegExp("\\{\\{"+key+"\\}\\}",'g');
Str=Str.replace(str_repl,Data[key]);
}
response.writeHead(200, { 'Content-Type': 'text/html'});
response.end(Str);
}
else
if(ArrPath.length===4 && ArrPath[1]==="uploads")
{
var name=ArrPath[2]+"/"+ArrPath[3];
var Path=PathUploads+name;
SendWebFile(response,Path,"");
}
else
{
return "Your params:"+JSON.stringify(Params)+" Path:"+JSON.stringify(ArrPath);
}
// var Path="./SITE/blog/";
// fs.readdir(Path, function (Err,files)
// {
// if(Err)
// {
// response.end("Error: "+Err);
// return;
// }
//
// response.end(JSON.stringify(files));
// });
return null;
}
function CheckPostData(Data, bBody)
{
if(!Data.Init)
{
var Str = String(fs.readFileSync(Data.filename));
if(!Str.length>0)
{
ToLog("Error file length: "+Data.filename);
return 0;
}
var index=Str.indexOf("=START=");
if(index<=0)
{
ToLog("Error file format: "+Data.filename);
return 0;
}
var Str1=Str.substring(0,index);
try
{
var Data2=JSON.parse(Str1);
}
catch(e)
{
ToLog("Error: "+e+"\n\n"+Str1)
return 0;
}
for(var key in Data2)
{
Data[key]=Data2[key];
}
global.BlogMap[Data.id]=Data;
if(bBody)
{
var Str2=Str.substring(index+7);
Data.Body=Str2;
}
//Data.Init=1;
}
return 1;
}
//document.body.contentEditable='true'; document.designMode='on';
HostingCaller.GetFileContent=function (Params,response,ArrPath)
{
if(!global.HTTP_ADMIN_PASSORD)
return {result:0,Text:"Not set password"};
if(Params.Password!==global.HTTP_ADMIN_PASSORD)
return {result:0,Text:"Error password"};
var Str=GetFileSimple(Params.Path);
return {result:1,Body:Str};
}
HostingCaller.SaveFileContent=function (Params,response,ArrPath)
{
if(!global.HTTP_ADMIN_PASSORD)
return {result:0,Text:"Not set password"};
if(Params.Password!==global.HTTP_ADMIN_PASSORD)
return {result:0,Text:"Error password"};
SaveFileSimple(Params.Path,Params.Body);
var Str=GetFileHTMLFromMarkdown(Params.Path);
return {result:1,Body:Str};
}
// HostingCaller.GetFileMarkdown=function (Params,response,ArrPath)
// {
// if(!global.HTTP_ADMIN_PASSORD)
// return {result:0,Text:"Not set password"};
// if(Params.Password!==global.HTTP_ADMIN_PASSORD)
// return {result:0,Text:"Error password"};
//
// var Str=GetFileHTMLFromMarkdown(Params.Path);
// return {result:1,Body:Str};
// }

View File

@ -0,0 +1,152 @@
<script>
var EditMap={};
function GetPassword()
{
var Password=localStorage["adminMode"];
return Password;
}
function AddNewEditTag(Name,Path)
{
EditMap[Name]=Path;
if(GetPassword())
{
//добавление кнопки редактирования
var elem=ByID(Name);
elem.className="content_edit";
elem.ondblclick=function ()
{
EditContent(Name);
};
}
}
function GetToolbarHTML(Name)
{
var toolbarSrc = '<div id="T"'+Name+' class="ui-corner-all">' +
//'<button onclick="EditContent(\''+Name+'\')">Edit</button>'+
'<button onclick="SaveContent(\''+Name+'\')">Save</button>'+
'<button onclick="CancelContent(\''+Name+'\')">Cancel</button>'
'</div>';
return toolbarSrc;
}
var PrevEditContent={};
function EditContent(Name)
{
//запрос исходного содержания файла
//отображение кнопки записи и отмены (прячем кнопку редактирования)
var elem=ByID(Name);
PrevEditContent[Name]=elem.innerHTML;
var Path=EditMap[Name];
if(Path)
GetData("/GetFileContent",{Path:Path,Password:GetPassword()},function (Data)
{
//console.log("result="+JSON.stringify(Data));
elem.innerText=Data.Body;
elem.innerHTML=GetToolbarHTML(Name)+"<div id='Edit"+Name+"' class='content_write'>"+elem.innerHTML+"</div>";
var elem2=ByID("Edit"+Name);
elem2.contentEditable='true';
});
}
function SaveContent(Name)
{
//запись содержимого на сервере
var elem2=ByID("Edit"+Name);
var Path=EditMap[Name];
if(Path)
GetData("/SaveFileContent",{Path:Path,Password:GetPassword(),Body:elem2.innerText},function (Data)
{
if(Data.result)
//PrevEditContent[Name]=GetToolbarHTML(Name)+Data.Body;
PrevEditContent[Name]=Data.Body;
CancelContent(Name);
});
}
function CancelContent(Name)
{
//возврат формы в предыдущее состояние
//возврат кнопки редактирования
if(!PrevEditContent[Name])
return;
var elem=ByID(Name);
elem.innerHTML=PrevEditContent[Name];
elem.contentEditable='false';
PrevEditContent[Name]=undefined;
}
function ByID(id)
{
return document.getElementById(id);
}
function GetData(Method, ObjPost, Func)
{
//console.log(Method);
var serv=new XMLHttpRequest();
var StrPost=JSON.stringify(ObjPost);
serv.open("POST", Method, true);
var STACK=""+new Error().stack;
serv.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
serv.onreadystatechange = function()
{
if (serv.readyState == 4)
{
if(serv.status == 200)
{
if(Func)
{
var Data;
try{Data=JSON.parse(serv.responseText)}catch (e)
{
console.log("Error parsing: "+e);
console.log(serv.responseText);
console.log(STACK);
}
Func(Data,serv.responseText);
}
}
else
{
if(Func)
Func(undefined,undefined);
}
}
}
serv.send(StrPost);
};
</script>
<style>
.content_edit:hover
{
border: 2px solid #ffdb61;
margin: -2px;
}
.content_write
{
color: #1a2ec1;
}
.ui-corner-all
{
z-index:100;
position:relative;
}
</style>

BIN
Source/SITE/PIC/blog.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 KiB

BIN
Source/SITE/PIC/cn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
Source/SITE/PIC/de.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
Source/SITE/PIC/eng.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
Source/SITE/PIC/rus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
Source/SITE/PIC/sbch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
Source/SITE/PIC/tbch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

51
Source/SITE/admin.html Normal file
View File

@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Admin password</title>
<script>
window.onload=function()
{
window.onkeydown = function (e)
{
if(e.keyCode===13)
{
SendPassword();
}
};
}
function SendPassword()
{
localStorage["adminMode"]=document.getElementById("idPassword").value;
}
</script>
<style type="text/css">
#idBlockPassword
{
z-index:1000;
position:fixed;
top:20%;
left:40%;
height:50px;
width:320px;
padding: 10px;
text-align: center;
box-shadow: 0 0 0 1px;
}
</style>
</head>
<body>
<DIV id="idBlockPassword">
ENTER PASSWORD
<BR>
<INPUT type="password" id="idPassword" autocomplete="password" autofocus > <INPUT type="button" onclick="SendPassword()" value="OK">
<DIV id="idStatus">
</DIV>
</DIV>
</body>
</html>

148
Source/SITE/blog/index.html Normal file
View File

@ -0,0 +1,148 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>TERA Foundation: Blog</title>
<meta data-n-head="true" data-hid="description" name="description" content="Tera - Fast block generation, High transaction throughput, User-friendly">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="../CSS/bootstrap.min.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="../CSS/style.min.css" />
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(52744594, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/52744594" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135904501-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135904501-1');
</script>
</head>
<body>
<!-- Header -->
<header id="home" class="pages-head-home">
<!-- Nav -->
<nav id="nav" class="navbar nav-transparent">
<div class="container">
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a href="/">
<img class="logo" src="/PIC/Tera_Text_gray.svg" alt="TERA Foundation: The fastest block generation Blockchain" title="TERA Foundation: The fastest block generation Blockchain" />
<img class="logo-alt" src="/PIC/Tera_Text.svg" alt="TERA Foundation: The fastest block generation Blockchain" title="TERA Foundation: The fastest block generation Blockchain" />
</a>
</div>
<!-- /Logo -->
<!-- Collapse nav button -->
<div class="nav-collapse">
<span></span>
</div>
<!-- /Collapse nav button -->
</div>
<!-- Main navigation -->
{{File=./SITE/blog/page_navigation.html}}
<!-- /Main navigation -->
</div>
</nav>
<!-- /Nav -->
<!-- Social Header -->
<div class="home-wrapper">
<div class="container">
<!-- Row -->
<div class="row">
</div>
<!-- /Row -->
</div>
</div>
<!-- /About Tera -->
</header>
<!-- /Header -->
<!-- About Tera -->
<div id="about" class="section md-padding bg-grey">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- About Tera content -->
<div class="col-md-12 about-panel">
<div class="section-header text-center">
{{Edit=./SITE/CONTENT/en-blog-index-title.md}}
</div>
<!-- /About Tera content -->
<!-- Key Feature -->
{{List}}
</div>
<!-- /Row -->
<!--p align="center">
<nav aria-label="Page navigation example">
<ul class="pagination">
<li class="page-item"><a class="page-link pagesa" href="./page-{{page_id}}">Previous</a></li>
<li class="page-item"><a class="page-link pagesa" href="./page-{{page_id}}">1</a></li>
<li class="page-item"><a class="page-link pagesa" href="./page-{{page_id}}">2</a></li>
<li class="page-item"><a class="page-link pagesa" href="./page-{{page_id}}">3</a></li>
<li class="page-item"><a class="page-link pagesa" href="./page-{{page_id}}">Next</a></li>
</ul>
</nav>
</p-->
</div></div>
<!-- /Container -->
</div>
<!-- /About Tera -->
<!-- Footer -->
{{File=./SITE/footer_index.html}}

View File

@ -0,0 +1,107 @@
BLOCK: 16337800
{
"AllCount": 3600,
"MinerCount": 96,
"AllCountTop": 1796,
"AllCountPercent": 49.8,
"arr": [
"1.jacky (187289): 9.222",
"2.25Army (187831): 8.444",
"3.miner (3018): 7.249",
"4.SN1 (187759): 5.861",
"5.m1rocky (187288): 5.694",
"6.tommy (187290): 3.305",
"7.m1tera (187277): 2.972",
"8.1 (187466): 2.722",
"9.niglas (8127): 2.527",
"10.My Tera (187575): 1.888",
"11.Bizzy-9 (187845): 1.861",
"12.Bizzy-5 (187174): 1.833",
"13.Bizzy-7 (187351): 1.75",
"14.Bizzy-10 (187846): 1.722",
"15.Texas (187413): 1.611",
"16.Colorado (187410): 1.611",
"17.Bizzy-2 (187171): 1.611",
"18.Wookie2 (186942): 1.611",
"19.Bizzy-6 (187318): 1.444",
"20.Bizzy-4 (187173): 1.416",
"21.Bizzy-3 (187172): 1.416",
"22.asdasd (187632): 1.388",
"23.Bizzy-1 (187170): 1.388",
"24.Ohio (187408): 1.361",
"25.ETH (187403): 1.138",
"26.Bizzy-8 (187844): 1.138",
"27.Idaho (187411): 1.138",
"28.pasha (685): 1.055",
"29.omylady (187791): 0.916",
"30.lozhegt (371): 0.916",
"31.Wookie (186941): 0.916",
"32.Larvik (187165): 0.888",
"33.Indiana (187407): 0.888",
"34.TeraTest (187352): 0.861",
"35.pnew (7892): 0.777",
"36.N2 (186989): 0.777",
"37.tera_main (187967): 0.694",
"38.us2h (186545): 0.694",
"39.adviser (443): 0.694",
"40.UFO (187353): 0.611",
"41.qqq (187994): 0.611",
"42.BnGreat15 (7650): 0.611",
"43.Halden (187163): 0.583",
"44.mjik (4351): 0.527",
"45.rekouf-008 (187518): 0.527",
"46.ma-1 (186546): 0.5",
"47.requirmeng (3871): 0.472",
"48.0715 (187930): 0.472",
"49.mindsignals-qhold (7579): 0.472",
"50.UltraLemming (187535): 0.472",
"51.miningterabyte82 (8154): 0.472",
"52.TERA mOOn (187547): 0.444",
"53.stamserver (175): 0.444",
"54.NG (187235): 0.416",
"55.admin2 (8028): 0.388",
"56.Slash (186862): 0.361",
"57.us2h (187776): 0.361",
"58.LTC (187402): 0.333",
"59.miner404.02 (187503): 0.305",
"60.minke (4352): 0.305",
"61.H2 (187522): 0.277",
"62.number (3266): 0.277",
"63.My monkey (187987): 0.25",
"64.vvv (187991): 0.25",
"65.BnGreatSW10 (8185): 0.222",
"66.rekouf-010 (187520): 0.222",
"67.\tminer404.03 (187506): 0.194",
"68.miner404.01 (187500): 0.194",
"69.b1 (187576): 0.194",
"70.www (188039): 0.194",
"71.Winner17 (187592): 0.166",
"72.BnGreatSW2 (7820): 0.166",
"73.minkin2 (187808): 0.166",
"74.BnGreat4 (7648): 0.166",
"75.SServN2 (8056): 0.138",
"76.CEA MEDIA 2 (188017): 0.138",
"77.8htest (187943): 0.138",
"78.BnGreatSW6 (8181): 0.138",
"79.4hpcs (187905): 0.138",
"80.BnGreatSW8 (8183): 0.111",
"81.Winner18 (187593): 0.111",
"82.rekouf-009 (187519): 0.111",
"83.BnGreat11 (7653): 0.111",
"84.BnGreatSW7 (8182): 0.083",
"85.Winner16 (187590): 0.083",
"86.BnGreatSW3 (7826): 0.083",
"87.mindsignals-vps-12-8 (8026): 0.083",
"88.fcv3 (188007): 0.083",
"89.AAL-1 (517): 0.083",
"90.BnGreatSW4 (8179): 0.055",
"91.BigaWinX (187282): 0.055",
"92.seraph (186859): 0.055",
"93.Winner20 (187612): 0.055",
"94.crouton3 (7706): 0.027",
"95.Hive (187825): 0.027",
"96.BnGreat14 (7669): 0.027"
]
}

View File

@ -0,0 +1,114 @@
BLOCK: 16443100
{
"AllCount": 3600,
"MinerCount": 103,
"AllCountTop": 1624,
"AllCountPercent": 45.1,
"arr": [
"1.25Army (187831): 9.944",
"2.miner (3018): 9.805",
"3.SN1 (187759): 9.388",
"4.My Tera (187575): 2.833",
"5.niglas (8127): 2.833",
"6.1 (187466): 2.444",
"7.Bizzy-6 (187318): 2.055",
"8.Bizzy-1 (187170): 2",
"9.Bizzy-7 (187351): 1.916",
"10.Bizzy-9 (187845): 1.888",
"11.asdasd (187632): 1.888",
"12.Bizzy-2 (187171): 1.833",
"13.Colorado (187410): 1.833",
"14.Bizzy-8 (187844): 1.75",
"15.Bizzy-5 (187174): 1.75",
"16.Bizzy-10 (187846): 1.75",
"17.Bizzy-3 (187172): 1.722",
"18.Ohio (187408): 1.666",
"19.Idaho (187411): 1.666",
"20.Texas (187413): 1.666",
"21.Wookie2 (186942): 1.611",
"22.Bizzy-4 (187173): 1.555",
"23.pasha (685): 1.555",
"24.ETH (187403): 1.444",
"25.N2 (186989): 1.361",
"26.TeraTest (187352): 1.222",
"27.Indiana (187407): 1.222",
"28.lozhegt (371): 1.138",
"29.omylady (187791): 1.138",
"30.Wookie (186941): 1",
"31.Larvik (187165): 0.944",
"32.mindsignals-qhold (7579): 0.916",
"33.rekouf-008 (187518): 0.861",
"34.pnew (7892): 0.861",
"35.qqq (187994): 0.777",
"36.LTC (187402): 0.75",
"37.adviser (443): 0.722",
"38.www (188039): 0.722",
"39.UFO (187353): 0.666",
"40.0715 (187930): 0.666",
"41.miningterabyte82 (8154): 0.666",
"42.test600 (186858): 0.611",
"43.vvv (187991): 0.583",
"44.admin2 (8028): 0.583",
"45.us2h (187776): 0.555",
"46.NG (187235): 0.527",
"47.ma-1 (186546): 0.527",
"48.H2 (187522): 0.527",
"49.UltraLemming (187535): 0.5",
"50.requirmeng (3871): 0.5",
"51.Halden (187163): 0.472",
"52.CEA MEDIA 2 (188017): 0.472",
"53.8htest (187943): 0.444",
"54.Slash (186862): 0.416",
"55.BnGreatSW5 (8180): 0.388",
"56.TERA mOOn (187547): 0.361",
"57.Hive (187825): 0.333",
"58.SServNew (8055): 0.333",
"59.MX075 (187581): 0.333",
"60.b1 (187576): 0.333",
"61.4hpcs (187905): 0.305",
"62.mindsignals-vps-12-8 (8026): 0.305",
"63.minkin2 (187808): 0.305",
"64.rekouf-010 (187520): 0.305",
"65.My monkey (187987): 0.305",
"66.Winner17 (187592): 0.305",
"67.minke (4352): 0.277",
"68.miner404.02 (187503): 0.25",
"69.Winner18 (187593): 0.25",
"70.fcvC (188006): 0.194",
"71.Phantom_Agent (7827): 0.194",
"72.miner404.01 (187500): 0.194",
"73.crouton3 (7706): 0.194",
"74.BnGreatSW3 (7826): 0.194",
"75.BnGreat14 (7669): 0.194",
"76.Winner13 (187591): 0.166",
"77.SN1-2 (188059): 0.166",
"78.fcv3 (188007): 0.166",
"79.BnGreatSW4 (8179): 0.166",
"80.Winner16 (187590): 0.166",
"81.winner100 (187569): 0.166",
"82.SServN2 (8056): 0.138",
"83.StepaN (188056): 0.138",
"84.\tminer404.03 (187506): 0.138",
"85.Winner12 (187589): 0.111",
"86.DaniilKulyk (188026): 0.111",
"87.BigaWinX (187282): 0.111",
"88.BnGreatSW7 (8182): 0.111",
"89.BnGreatSW6 (8181): 0.111",
"90.Winner20 (187612): 0.111",
"91.seraph (186859): 0.111",
"92.BigfootNG (187005): 0.083",
"93.tera_main (187967): 0.083",
"94.AAL-1 (517): 0.083",
"95.BnGreatSW8 (8183): 0.083",
"96.faith (187359): 0.083",
"97.BnGreat11 (7653): 0.083",
"98.test (188025): 0.055",
"99.404 (507): 0.055",
"100.sever1 (187851): 0.055",
"101.rekouf-009 (187519): 0.055",
"102.Mister (456): 0.027",
"103.love (7897): 0.027"
]
}

View File

@ -0,0 +1,70 @@
<ul class="main-nav nav navbar-nav navbar-right white_menu">
<li><a href="/#about">ABOUT</a></li>
<!--li><a href="/changelog.html">CHANGELOG</a></li-->
<li><a href="/tera-token.html">TERA TOKEN</a></li>
<li><a href="/blog/">BLOG</a></li>
<li class="dropdown2 language-panel">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">BLOCKCHAIN<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/explorer.html">EXPLORER</a></li>
<li><a href="/web-wallet.html">WALLET</a></li>
<li><a href="/map.html">NETWORK MAP</a></li>
</ul>
</li>
<!-- Documentation -->
<li class="dropdown2">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">DOCUMENTATION<span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
WHITE PAPER
<ul>
<li><a href="/files/TERA_WP_EN.pdf" target="_blank">ENG</a></li>
<li><a href="/files/TERA_WP_RU.pdf" target="_blank">RUS</a></li>
<li><a href="/files/TERA_WP_DE.pdf" target="_blank">DE</a></li>
<li><a href="/files/TERA_WP_CN.pdf" target="_blank">CN</a></li>
<li><a href="https://sourceforge.net/p/tera/code/ci/master/tree/Doc/Chinese/WP_chinese.pdf?format=raw" target="_blank">CHINESE</a></li>
</ul>
</li>
<li role="separator" class="divider"></li>
<li>
DAPP PAPER
<ul>
<li><a href="https://docs.google.com/document/d/10yXAKxaU7YgrQnbdXu_L7WWovUoRtdJwo3tXXaGZGSQ/edit?usp=sharing" target="_blank">ENG</a></li>
<li><a href="https://docs.google.com/document/d/1SkD4yc_POaGRMJRC6yGkDfdJUuKbcyq3JpG0cBXeYGM/edit?usp=sharing/" target="_blank">RUS</a></li>
<li><a href="/files/TERA_DApps_CN.pdf" target="_blank">CN</a></li>
<li><a href="https://docs.google.com/document/d/10yXAKxaU7YgrQnbdXu_L7WWovUoRtdJwo3tXXaGZGSQ/edit?usp=sharing/" target="_blank">FAQ</a></li>
</ul>
</li>
<li role="separator" class="divider"></li>
<li>
OTHER
<ul>
<li><a href="https://sourceforge.net/p/tera/code/ci/master/tree/Doc/Eng/API.md" target="_blank">API</a></li>
<li><a href="https://docs.google.com/document/d/18DtASGhrbRwXCAkQR1hQG0lVdrStp4CgA-pd6hicwfo/edit?usp=sharing/" target="_blank">TERAHASH (mining algo)</a></li>
<li><a href="/files/TERA_MINING_CN.pdf" target="_blank">TERAHASH (CN, mining algo)</a></li>
<li><a href="/faq.html">FAQ</a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown2 language-panel">
<a href="/" class="dropdown-toggle" data-toggle="dropdown"><img src="../PIC/eng.png" /> <span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="/ru/"><img src="../PIC/rus.png" /> Русский</a>
</li>
<li>
<a href="/de/"><img src="../PIC/de.png" /> Deutsch</a>
</li>
<li>
<a href="/cn/"><img src="../PIC/cn.png" /> 中文</a>
</li>
</ul>
</li>
</ul>

View File

@ -0,0 +1,8 @@
<div class="col-md-4">
<div class="about bg-grey last-news-panel">
<img src="{{title_pic}}" alt="{{post_title}}" title="{{post_title}}" />
<p>{{post_date}}</p>
<a href="{{post_url}}">{{post_title}}</a>
<p>{{post_announce}}</p><button type="button" onclick="location.href='{{post_url}}';" class="btn btn-secondary" class="btn btn-secondary news-btn">READ MORE</button>
</div>
</div>

156
Source/SITE/blog/post.html Normal file
View File

@ -0,0 +1,156 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>TERA Foundation: {{post_title}}</title>
<meta data-n-head="true" data-hid="description" name="description" content="Tera - Fast block generation, High transaction throughput, User-friendly">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="../CSS/bootstrap.min.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="../CSS/style.min.css" />
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(52744594, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/52744594" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135904501-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135904501-1');
</script>
</head>
<body>
<!-- Header -->
<header id="home" class="pages-head-home">
<!-- Nav -->
<nav id="nav" class="navbar nav-transparent">
<div class="container">
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a href="/">
<img class="logo" src="/PIC/Tera_Text_gray.svg" alt="TERA Foundation: The fastest block generation Blockchain" title="TERA Foundation: The fastest block generation Blockchain" />
<img class="logo-alt" src="/PIC/Tera_Text.svg" alt="TERA Foundation: The fastest block generation Blockchain" title="TERA Foundation: The fastest block generation Blockchain" />
</a>
</div>
<!-- /Logo -->
<!-- Collapse nav button -->
<div class="nav-collapse">
<span></span>
</div>
<!-- /Collapse nav button -->
</div>
<!-- Main navigation -->
{{File=./SITE/blog/page_navigation.html}}
<!-- /Main navigation -->
</div>
</nav>
<!-- /Nav -->
<!-- Social Header -->
<div class="home-wrapper">
<div class="container">
<!-- Row -->
<div class="row">
</div>
<!-- /Row -->
</div>
</div>
<!-- /About Tera -->
</header>
<!-- /Header -->
<!-- About Tera -->
<div id="about" class="section md-padding bg-grey">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- About Tera content -->
<div class="col-md-12 about-panel">
<div class="section-header text-center">
</div>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/blog/" class="pagesa">TERA Foundation: Blog</a></li>
<li class="breadcrumb-item active" aria-current="page">{{post_title}}</li>
</ol>
</nav>
<p>
<script src="//yastatic.net/es5-shims/0.0.2/es5-shims.min.js"></script>
<script src="//yastatic.net/share2/share.js"></script>
<div class="ya-share2" data-services="facebook,twitter,reddit,linkedin,telegram"></div>
</p>
<p>
{{post_date}}
<h1>{{post_title}}</h1>
<img src="{{title_pic}}" width="280" align="left" style="margin-right: 20px;" />
{{Body}}
</p>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div></div>
<!-- /About Tera -->
<!-- Footer -->
{{File=./SITE/footer_index.html}}

View File

@ -0,0 +1,52 @@
{
"id":"1",
"post_url":"/blog/1-solving-the-blockchain-trilemma-tera.html",
"title_pic":"/blog/uploads/1/1_1.png",
"post_title":"Solving the Blockchain Trilemma — TERA",
"post_announce":"Bitcoin and Ethereum are the most widely recognized projects of the blockchain movement, seeking to replace our current trading, financial and economic system with one that is more decentralized and secure...",
"post_date":"06-March-2019"
}
=START=
Bitcoin and Ethereum are the most widely recognized projects of the blockchain movement, seeking to replace our current trading, financial and economic system with one that is more decentralized and secure.<br />
We know that the TPS of Bitcoin is 7 although its considered as the most decentralized and security blockchain. Think of last bull run marketthe all Bitcoin network got crowded and the transaction pool is full of transactions which led to the high transaction fees. Ethereum improves its scalability but its still not enoughstill remember the cryptokitties?<br /><br />
EOS adopted the DPOS consensus but there are only 21 masternodes and it can freeze the account on its network. Now its TPS reaches nearly 4,000 and its scalability seems much better than Bitcoin and Ethereum. But nowadays we just think it centralized and some even wonder if its real blockchain or no.<br /><br />
Today Im going to introduce Tera which aims to <strong>solve the Blockchain Trilemma</strong>. The total supply of Tera is 1 billion and it was issued in July 2018. Its <strong>mineable</strong> and now only for <strong>CPU+memory mining</strong> <br /><br />
<img src="./uploads/1/1_2.jpg" /><br />
As a hash standard, SHA-3 provides certified security to users private key and high-speed encryption based on hard-device, so SHA-3 may be the most suitable for the future capital market. Thus its hashrate is in a higher position than SHA-2.
<br />
Although the block size is small(120 kb) but its block time is one second so it can transfer about 70 MB in ten minutes.TERA blockchain is capable of throughput of 1000 transactions per second while retaining all praised blockchain features and bringing huge possibilities for further development and seamless integration with existing infrastructure as well as with new emerging technologies.
<br /><br />
Now the devs are developing its website and mobile wallet including IOS and Android. I just created a website wallet to experience the fast transaction of Tera with 1 second block time, 8 seconds for full confirmation of transfer and zero fees. Thanks to the community and foundation, I finally got 100 Tera and it only took seconds to confirm it. According to the whitepaper, nodes organize themselves into an orderly communication mode, with the upper limit of transaction transmission between nodes being 100ms.(while every two nodes in bitcoin usually take several seconds, and more nodes will take more time.)
<br /><br />
<a href="https://v.qq.com/x/page/a1358vo8ysg.html">https://v.qq.com/x/page/a1358vo8ysg.html</a>.
<br /><br />
The hashrate of all network hits more than 6.000 GH/s and it grows nearly 1.5 X than last week. The nodes are now about more than 760, The higher hashrate and the more nodes, the network would be more security!<br />
<img src="./uploads/1/1_3.jpg" /><br /><br />
<span style="font-size: 16px;"><strong>Exchanges</strong></span>
<br /><br />
Currently, Tera is listed on several exchanges including QBTC, Bitalong,Bitmash as well as Citex. There is a built-in exchange on the website but the depth is still a problem.<br />
<img src="./uploads/1/1_4.jpg" /><br /><br />
<span style="font-size: 16px;"><strong>Community</strong></span>
<br /><br />
The community is really active whether in discord or wechat group. Tera is a project driven by community and technical development. Im really glad to the team get larger and larger.<br />
<img src="./uploads/1/1_5.jpg" />
<br /><br />
<span style="font-size: 16px;"><strong>Development</strong></span>
<br /><br />
Vtools is the main developer and now some new members joined the family for website optimization and other development including the UI and deployment. Its worth mentioning that Tera has developed many DApps, they are original and interesting. Why not have a try.<br />
<img src="./uploads/1/1_6.jpg" />
<br /><br />
Now the price of Tera is about 80 satoshis and its double of being listed on exchanges. The development of Tera is rapid and stable whether in price and technology.<br /><br />
<i>Original: <a href="https://medium.com/@Blockchainize1/solving-the-blockchain-trilemma-tera-fa227870df85" target="_blank">https://medium.com/@Blockchainize1/solving-the-blockchain-trilemma-tera-fa227870df85</a>.</i>
</p>
</div>
<!-- /Row -->
</div>
<!-- /Container -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

View File

@ -0,0 +1,235 @@
{
"id":"2",
"post_url":"/blog/2-Solving the Blockchain Trilemma2",
"title_pic":"../PIC/blog.jpg",
"post_title":"Solving the Blockchain Trilemma - TERA2",
"post_announce":"Bitcoin and Ethereum are the most widely recognized projects of the blockchain movement, seeking to replace our current trading, financial and economic system with one that is more decentralized and secure 2 ...",
"post_date":"07.03.2019"
}
=START=
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta data-n-head="true" data-hid="description" name="description" content="{{post_description}}">
<meta data-n-head="true" data-hid="keywords" name="keywords" content="{{post_keywords}}">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>TERA Foundation Blog: Solving the Blockchain Trilemma-TERA</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="../CSS/bootstrap.min.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="../CSS/style.min.css" />
<style>
@media all
{
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
background-color: rgba(250, 250, 250, .1);
border-color: #337ab7;
}
/*.dropdown2 li*/
/*{*/
/*background-color: rgba(250, 250, 250, .01);*/
/*opacity: 1;*/
/*}*/
/*.dropdown2 li a*/
/*{*/
/*background-color: rgba(250, 250, 250, .01);*/
/*opacity: 1;*/
/*}*/
#nav.nav-transparent:not(.fixed-nav) .main-nav>li>a
{
color:white;
}
}
.pagesa {
font-size: 14px !important;
}
</style>
</head>
<body>
<!-- Header -->
<header id="home" style="background: #1C1D21; height: 80px; top: 0px; position: absolut;">
<!-- Nav -->
<nav id="nav" class="navbar nav-transparent">
<div class="container">
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a href="index.html">
<img class="logo" src="../PIC/Tera_Text_gray.svg" alt="logo">
<img class="logo-alt" src="../PIC/Tera_Text.svg" alt="logo">
</a>
</div>
<!-- /Logo -->
<!-- Collapse nav button -->
<div class="nav-collapse">
<span></span>
</div>
<!-- /Collapse nav button -->
</div>
<!-- Main navigation -->
<ul class="main-nav nav navbar-nav navbar-right white_menu">
<li><a href="index.html">HOME</a></li>
<li><a href="/changelog.html">CHANGELOG</a></li>
<li><a href="/token.html">TOKEN</a></li>
<li><a href="/explorer.html">EXPLORER</a></li>
<li><a href="/web-wallet.html">WALLET</a></li>
<li><a href="/map.html">NETWORK MAP</a></li>
</ul>
<!-- /Main navigation -->
</div>
</nav>
<!-- /Nav -->
<!-- Social Header -->
<div class="home-wrapper">
<div class="container">
<!-- Row -->
<div class="row">
</div>
<!-- /Row -->
</div>
</div>
<!-- /About Tera -->
</header>
<!-- /Header -->
<!-- About Tera -->
<div id="about" class="section md-padding bg-grey">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- About Tera content -->
<div class="col-md-12">
<div class="section-header text-center">
<h2 class="title">TERA BLOG</h2>
</div>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="{{blog_url}}" class="pagesa">TERA Foundation Blog</a></li>
<li class="breadcrumb-item active" aria-current="page">Solving the Blockchain Trilemma-TERA</li>
</ol>
</nav>
<p>
03-06-2019 15:47
<h1>Solving the Blockchain Trilemma-TERA</h1>
<img src="./uploads/1/1_1.png" align="left" />
Bitcoin and Ethereum are the most widely recognized projects of the blockchain movement, seeking to replace our current trading, financial and economic system with one that is more decentralized and secure.<br />
We know that the TPS of Bitcoin is 7 although its considered as the most decentralized and security blockchain. Think of last bull run marketthe all Bitcoin network got crowded and the transaction pool is full of transactions which led to the high transaction fees. Ethereum improves its scalability but its still not enoughstill remember the cryptokitties?<br /><br />
EOS adopted the DPOS consensus but there are only 21 masternodes and it can freeze the account on its network. Now its TPS reaches nearly 4,000 and its scalability seems much better than Bitcoin and Ethereum. But nowadays we just think it centralized and some even wonder if its real blockchain or no.<br /><br />
Today Im going to introduce Tera which aims to <strong>solve the Blockchain Trilemma</strong>. The total supply of Tera is 1 billion and it was issued in July 2018. Its <strong>mineable</strong> and now only for <strong>CPU+memory mining</strong> <br /><br />
<img src="./uploads/1/1_2.jpg" /><br />
As a hash standard, SHA-3 provides certified security to users private key and high-speed encryption based on hard-device, so SHA-3 may be the most suitable for the future capital market. Thus its hashrate is in a higher position than SHA-2.
<br />
Although the block size is small(120 kb) but its block time is one second so it can transfer about 70 MB in ten minutes.TERA blockchain is capable of throughput of 1000 transactions per second while retaining all praised blockchain features and bringing huge possibilities for further development and seamless integration with existing infrastructure as well as with new emerging technologies.
<br /><br />
Now the devs are developing its website and mobile wallet including IOS and Android. I just created a website wallet to experience the fast transaction of Tera with 1 second block time, 8 seconds for full confirmation of transfer and zero fees. Thanks to the community and foundation, I finally got 100 Tera and it only took seconds to confirm it. According to the whitepaper, nodes organize themselves into an orderly communication mode, with the upper limit of transaction transmission between nodes being 100ms.(while every two nodes in bitcoin usually take several seconds, and more nodes will take more time.)
<br /><br />
<a href="https://v.qq.com/x/page/a1358vo8ysg.html" style="font-size: 14px;">https://v.qq.com/x/page/a1358vo8ysg.html</a>.
<br /><br />
The hashrate of all network hits more than 6.000 GH/s and it grows nearly 1.5 X than last week. The nodes are now about more than 760, The higher hashrate and the more nodes, the network would be more security!<br />
<img src="./uploads/1/1_3.jpg" /><br /><br />
<span style="font-size: 16px;"><strong>Exchanges</strong></span>
<br /><br />
Currently, Tera is listed on several exchanges including QBTC, Bitalong,Bitmash as well as Citex. There is a built-in exchange on the website but the depth is still a problem.<br />
<img src="./uploads/1/1_4.jpg" /><br /><br />
<span style="font-size: 16px;"><strong>Community</strong></span>
<br /><br />
The community is really active whether in discord or wechat group. Tera is a project driven by community and technical development. Im really glad to the team get larger and larger.<br />
<img src="./uploads/1/1_5.jpg" />
<br /><br />
<span style="font-size: 16px;"><strong>Development</strong></span>
<br /><br />
Vtools is the main developer and now some new members joined the family for website optimization and other development including the UI and deployment. Its worth mentioning that Tera has developed many DApps, they are original and interesting. Why not have a try.<br />
<img src="./uploads/1/1_6.jpg" />
<br /><br />
Now the price of Tera is about 80 satoshis and its double of being listed on exchanges. The development of Tera is rapid and stable whether in price and technology.<br /><br />
<i>Original: <a href="https://medium.com/@Blockchainize1/solving-the-blockchain-trilemma-tera-fa227870df85" target="_blank" style="font-size: 14px;">https://medium.com/@Blockchainize1/solving-the-blockchain-trilemma-tera-fa227870df85</a>.</i>
</p>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div></div>
<!-- /About Tera -->
<!-- Footer -->
<footer id="footer" class="sm-padding bg-dark">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<div class="col-md-12">
<!-- footer logo -->
<div class="footer-logo">
<a href="index.html"><img src="../PIC/Tera_logo.svg" alt="logo"></a>
</div>
<!-- /footer logo -->
<!-- footer links -->
<div class="footer-link">
<span class="footer-link-item">
<a href="/explorer.html">EXPLORER</a>
</span>
<span class="footer-link-item">
<a href="/web-wallet.html">WALLET</a>
</span>
<span class="footer-link-item">
<a href="/map.html">NETWORK MAP</a>
</span>
</div>
<!-- /footer links -->
<!-- footer follow -->
<ul class="footer-follow" style="margin-bottom: 0px;">
<li><a href="https://bitcointalk.org/index.php?topic=4573801.0" target="_blank"><i class="fab fa-btc"></i></a></li>
<li><a href="https://twitter.com/terafoundation" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://discord.gg/CvwrbeG" target="_blank"><i class="fab fa-discord"></i></a></li>
<li><a href="https://sourceforge.net/p/tera/code/ci/master/tree/" target="_blank"><i class="far fa-file-code"></i></a></li>
<li><a href="https://web.telegram.org/#/im?p=@terafoundation" target="_blank"><i class="fab fa-telegram-plane"></i></a></li>
<li><a href="https://jq.qq.com/?_wv=1027&k=58VsQxc" target="_blank"><i class="fab fa-qq"></i></a></li>
</ul>
<!-- /footer follow -->
<center><a href="../terms-and-conditions.html" style="font-size: 14px;">Terms and Conditions</a> | <a href="../privacy-policy.html" style="font-size: 14px;">Privacy Policy</a><br /><br />TERA, 2019.</center>
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</footer>
<!-- /Footer -->
<!-- Back to top -->
<!-- <div id="back-to-top"></div> -->
<!-- /Back to top -->
<!-- Preloader -->
<!--<div id="preloader">-->
<!--<div class="preloader">-->
<!--<span></span>-->
<!--<span></span>-->
<!--<span></span>-->
<!--<span></span>-->
<!--</div>-->
<!--</div>-->
<!-- /Preloader -->
<!-- jQuery Plugins -->
<script type="text/javascript" src="../js/jquery.min.js"></script>
<script type="text/javascript" src="../js/bootstrap.min.js"></script>
<script type="text/javascript" src="../js/main.min.js"></script>
<script type="text/javascript" src="../js/cookies.js"></script>
<div id="cookiesmessage" style="display: none;">
This site uses cookies. You need to read the <a href="../privacy-policy.html" style="font-size: 16px;" target="_blank">Privacy Policy</a> and click "<a href="#" onclick="setCookie('teracookies','tera_agree', 1); document.getElementById('cookiesmessage').style.display = 'none';" id="i_agree"><strong>I agree</strong></a>" to continue.
</div>
</body>
</html>

View File

@ -0,0 +1,87 @@
{
"id":"2",
"post_url":"/blog/2-tera-crypto-currency-project.html",
"title_pic":"/blog/uploads/1/1_1.png",
"post_title":"TERA CRYPTO CURRENCY PROJECT",
"post_announce":"Tera is an open source and collaborative project. It means everyone can view and eventually modify its source code for her/his own needs. And it also means anyone is welcome to integrate its working community...",
"post_date":"06-March-2019"
}
=START=
Tera is an open source and collaborative project. It means everyone can view and eventually modify its source code for her/his own needs. And it also means anyone is welcome to integrate its working community. The Tera community works to develop, deploy and maintain Tera nodes and decentralized applications that are part of the Tera Network.<br /><br />
The Tera technology serves the cryptocurrency concepts, trying to design a modern coins and contracts blockchain application : fast block generation, high transaction throughput and user-friendly application. It was officialy launched on 30th of June 2018 on the bitcointalk forum.<br /><br />
Yuriy Ivanov is the founder and core developer of the project. The Tera community is more familiar with the alias « vtools ».<br /><br />
<span style="font-size: 16px;"><strong>USER FRIENDLY APPLICATION</strong></span><br /><br />
In the aim to make this crypto currency project more friendly to end-users, some interesting innovations have been implemented in regards to the first generation of crpyto currency applications. The bitcoin and its thousands of child or fork, required a good level of IT skills in order to manage all the application chain from its own : from miners and its hardware, through stratum servers, proxies, to blockchain nodes. The Tera project intend to go one step further regarding crypto currency features integration into a single application : once installed, an efficient web application is available on localhost on port 8080. Then, any web browser supporting javascript may be able to access this application and to operate fully the Tera node.<br /><br />
<span style="font-size: 18px;"><strong>MINING A CRYPTO CURRENCY</strong></span><br /><br />
<span style="font-size: 16px;"><strong>MINING CONCEPT</strong></span><br /><br />
The mining activity consist in calling a mathematical procedure we cant predict the result before we run it. But we intend to obtain a very specific result, which usually consist in a certain number of 0 as the first chars before any random answer. If we found the nonce (a random object) combined with the transaction data and the coin algorithm that produce such result, well have solve a transaction block and well get a reward for that. Thanks to this work, the transaction listed in the block will be added to the blockchain and anyone will be able to check our work. Thats the concept of proof of work allowing anyone to replay the mathematical procedure with the nonce discovered by the node that solved the block and to confirm block inclusion into the blockchain.
<br /><br />
<span style="font-size: 16px;"><strong>POLITICAL AND ETHICAL CONCERNS</strong></span><br /><br />
The Tera project is young. It will have to face the same problems is facing today the Bitcoin platform :
1. a large amount of accounts used to get money back from credulous people (e-intrusion, mail threats, etc.)
2. a large amount of accounts used for illegal commercial activities (drugs, weapons, etc.)
3. attacks to make the blockchain platform down or to corrupt the blockchain datas
4. too many financial speculation that result in a coin value that has no sense.<br /><br />
Any Crypto Currency Project with the goal its money and contracts to be used as any other historical money or service contract has to consider its political and ethical usage. Processes have to be imagined, designed and implemented in order to be able to fight against extortion, corruption and illegal activities threating crypto-currency development.<br /><br />
<span style="font-size: 16px;"><strong>FAST BLOCK GENERATION AND HIGH THROUGHPUT</strong></span><br /><br />
1.consensus : POW (proof of work)
2. algorithm : TERAhash (sha3, secp256k1)
3. max emission : 1 Bln (TERA)
4. 1 second block generation time
5. 8 seconds for full block confirmation time
6. zero fees
7. blockchain capable of a thousand transactions per seconds
8. reward for premined block : 1-20 coins
9. block size : 130KB.
<span style="font-size: 16px;"><strong>CLASSIC CRYPTO CURRENCY FEATURES</strong></span><br /><br />
wallet, accounts, payments, mining, node settings and utilities, blockchain explorer and utilities…
<br /><br />
<span style="font-size: 16px;"><strong>DECENTRALIZED APP CATALOGUE</strong></span><br /><br />
d-app : forum, stock exchange, payment plugins for third party platform.
<br /><br />
<span style="font-size: 16px;"><strong>TECHNOLOGY DEPENDENCIES</strong></span><br /><br />
Tera is entirely written in Java over the NodeJS library as functional layer in order to take advantages of a robust and high level library designed to allow large and effective network node management.<br /><br />
The miner part is imported from an external repository and is written in C in order to get the best performances for this module.<br /><br />
Tera is actually officially supported on Linux and Windows.<br /><br /><br />
If you start mining Tera thanks to this article, you can add my account 188131 as advisor to yours. On simple demand Ill refund you half of the extra coins generated for advisors when youll solve blocks (@freddy#8516 on discord).<br /><br />
<span style="font-size: 16px;"><strong>MINING TERA</strong></span><br /><br />
Mining Tera has one major design constraint : you need one public IP per Tera node or miner. Yet, you can easily mine it on a computer desktop at home. The mining algorithm has been designed in order to be GPU resistant. In order to mine Tera coin youll need a multi-core processor (2 minimum) and some RAM, between 1 and 4GB per process that will mine. The mining reward level depends of the « power » used to solve a block (Top Tera Miners).<br /><br />
<span style="font-size: 16px;"><strong>COST AND USAGE CONCERNS</strong></span><br /><br />
There is two main cost centers in order to mine a crypto currency :<br /><br />
1. the cost of the hardware and the energy required to make a huge amount of mathematical operations connected to the blockchain network through the Internet.<br />
2. the human cost in order to deploy, maintain and keep running miners and blockchain nodes.<br /><br />
As the speculation actually drives the value of crypto currencies, it is not possible to answer if the mining activity is profitable or not. Moreover, hardware, energy and human costs are not the same around the globe. To appreciate if mining a crypto currency is profitable we should take all indirect costs : nature cost (for hardware and energy production), human cost (coins and contracts usage, social rights of blockchain workers).<br /><br />
<i>Original: <a href="https://freddy.linuxtribe.fr/recherche-et-developpement/blockchain-cryptocurrency-mining/tera-crypto-currency-project/" target="_blank">https://freddy.linuxtribe.fr/recherche-et-developpement/blockchain-cryptocurrency-mining/tera-crypto-currency-project/</a>.<br />
Author: Freddy Frouin, <a href="matilto: freddy@linuxtribe.fr">freddy@linuxtribe.fr</a>.</i>
</div>
<!-- /Row -->
</div>
<!-- /Container -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

View File

@ -0,0 +1,12 @@
{
"id":"3",
"post_url":"/blog/3-tera-faq-section.html",
"title_pic":"/blog/uploads/3/3_1.jpg",
"post_title":"TERA Frequently Asked Questions Section",
"post_announce":"Today, the community receives many questions from various user groups, and in this regard, it was decided to create an Frequently Asked Questions section on the site.<br /><br />",
"post_date":"07-March-2019"
}
=START=
Today, the community receives many questions from various user groups, and in this regard, it was decided to create an <a href="/faq.html">Frequently Asked Questions</a> section on the site. The content of this section is based on an interview with the creator of the TERA project, which guarantees the most detailed and reliable answers. If you have not received an answer to your question, you will always receive support on our Discord channel: <a hre="https://discord.gg/CvwrbeG"> https://discord.gg/CvwrbeG </a>.

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -0,0 +1,51 @@
{
"id":"4",
"post_url":"/blog/4-tera-blockchain-news.html",
"title_pic":"/blog/uploads/1/1_1.png",
"post_title":"TERA Blockchain News",
"post_announce":"With the large amounts of data that will inevitably occur at 1000 tps, new users should be able to quickly download the blockchain to validate it and start working with it.<br /><br /><br />",
"post_date":"10-March-2019"
}
=START=
Dear TERA community,
<p />
with the large amounts of data that will inevitably occur at 1000 tps, new users should be able to quickly download the blockchain to validate it and start working with it. Therefore, the download order need to be changed - today it starts from the beginning of the chain - after the change it will be downloaded from the end.
<p />
It is an important change and will massively improve the use of TERA.
<p />
Loading information will depend on the user's settings - on the size of the disk memory that he has allocated for the blockchain.
Depending on the size, the next download priority will be:
<p />
1. The chart of accounts.<br />
2. Block headers.<br />
3. The contents of blocks or transactions.
<p />
How it will work:<br />
For a super thin client: only part of the headers and a piece of the invoice table will be loaded.<br />
For the average customer: the entire table of accounts and titles but only part of the content blocks.<br />
For the full client-all data (as it is done now).
<p />
Example:<br />
The user allocates space for the blockchain on the disk, for example 12 GB.<br />
This disk space is divided into three parts:<br />
Regular block structure (starting from the end), for example 5 GB.<br />
Other blocks that are not included in a regular structure but are required is stored on the node (determined by the DHT principle - i.e., the degree of similarity of the addresses of the nodes), for example 5 GB.<br />
The last commonly used blocks, for example 2 GB.<br />
<p />
If you want to support the development (we need > 100 Nodes) please start a testnet node on your mainnet node or rent a cheap VPS and start it.
<p />
<strong>
TEST NETWORK<br />
port: 40000 (change in constants)<br />
httpport: 8181<br />
Launch:
cp -a Source SourceTest<br />
cd SourceTest<br />
sudo node set-test httpport:8181 password:SecretWord<br />
sudo pm2 start run-test.js<br />
<p />
</strong>
The whole change require a complex data change that can only be done in small steps - you can expect an update once a day. The current schedule looks forward to the first updates in mainnet next week.

View File

@ -0,0 +1,32 @@
{
"id":"5",
"post_url":"/blog/5-rewarding-authors-of-articles-for-the-tera-fontent-fund.html",
"title_pic":"/blog/uploads/1/1_1.png",
"post_title":"Rewarding authors of articles for the TERA Content Fund",
"post_announce":"We are pleased to inform you that we are rewarding two authors of articles...<br /><br />",
"post_date":"11-March-2019"
}
=START=
Dear TERA community,<br />
we are pleased to inform you that we are rewarding two authors of articles for $100.
<p />
<br />
Аrticle 1: <a href="https://golos.io/ru--blokcheijn/@funnyprofit/tera-i-sovremennye-problemy-blokcheina" target="_blank">https://golos.io/ru--blokcheijn/@funnyprofit/tera-i-sovremennye-problemy-blokcheina</a>.<br />
Article 2: <a href="https://www.reddit.com/user/Terafoundation/comments/axmiif/tera_crypto_currency_project/" target="_blank">https://www.reddit.com/user/Terafoundation/comments/axmiif/tera_crypto_currency_project/</a>.
<p />
In the future, we plan to introduce a scale of criteria for evaluating articles, such as: complexity (technical part), ideology, design with illustrations and diagrams, text structuring, article size and audience response.
<p />
Do not forget about <a href="https://terafoundation.org/tera-content-fund.html" target="_blank">TERA Content Fund</a>.
<p />
Accordingly, the rewarding will depend on these criteria. But more about that later.
<p />
P.S. Don't forget to share/rate/like the articles to tell your friends about TERA ;-)

View File

@ -1,61 +1,55 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<title>TERA Foundation: Changelog</title>
<meta data-n-head="true" data-hid="description" name="description" content="Tera - Fast block generation, High transaction throughput, User-friendly">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>TERA Foundation: Changelog</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round" rel="stylesheet">
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="CSS/bootstrap.min.css" />
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="CSS/bootstrap.min.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="CSS/style.min.css" />
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="CSS/style.min.css" />
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
<style>
@media all
{
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
background-color: rgba(250, 250, 250, .1);
border-color: #337ab7;
}
ym(52744594, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/52744594" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135904501-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
/*.dropdown2 li*/
/*{*/
/*background-color: rgba(250, 250, 250, .01);*/
/*opacity: 1;*/
/*}*/
/*.dropdown2 li a*/
/*{*/
/*background-color: rgba(250, 250, 250, .01);*/
/*opacity: 1;*/
/*}*/
#nav.nav-transparent:not(.fixed-nav) .main-nav>li>a
{
color:white;
}
}
</style>
gtag('config', 'UA-135904501-1');
</script>
</head>
<body>
<!-- Header -->
<header id="home" style="background: #1C1D21; height: 80px; top: 0px; position: absolut;">
<header id="home" class="pages-head-home">
<!-- Nav -->
<nav id="nav" class="navbar nav-transparent">
@ -64,9 +58,9 @@
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a href="index.html">
<img class="logo" src="PIC/Tera_Text_gray.svg" alt="logo">
<img class="logo-alt" src="PIC/Tera_Text.svg" alt="logo">
<a href="/">
<img class="logo" src="PIC/Tera_Text_gray.svg" alt="TERA Foundation: The fastest block generation Blockchain" title="TERA Foundation: The fastest block generation Blockchain" />
<img class="logo-alt" src="PIC/Tera_Text.svg" alt="TERA Foundation: The fastest block generation Blockchain" title="TERA Foundation: The fastest block generation Blockchain" />
</a>
</div>
<!-- /Logo -->
@ -79,52 +73,7 @@
</div>
<!-- Main navigation -->
<ul class="main-nav nav navbar-nav navbar-right white_menu">
<li><a href="index.html">HOME</a></li>
<li><a href="/changelog.html">CHANGELOG</a></li>
<li><a href="/token.html" target="_blank">TOKEN</a></li>
<li><a href="/explorer.html">EXPLORER</a></li>
<li><a href="/web-wallet.html">WALLET</a></li>
<li><a href="/map.html">NETWORK MAP</a></li>
<!-- Documentation -->
<li class="dropdown2">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">HELP<span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
WHITE PAPER
<ul>
<li><a href="https://docs.google.com/document/d/1EaqFg1ncIxsrNE2M9xJOSzQu8z3ANwMuNyTX0z_A1ow/edit?usp=sharing/" target="_blank">ENG</a></li>
<li><a href="https://docs.google.com/document/d/1B6_qlAp2xs4aHkqOwyvRMCDJTjgeNiOJiGpIeT0VAzY/edit?usp=sharing/" target="_blank">RUS</a></li>
<li><a href="https://sourceforge.net/p/tera/code/ci/master/tree/Doc/Chinese/WP_chinese.pdf?format=raw" target="_blank">CHINESE</a></li>
</ul>
</li>
<li role="separator" class="divider"></li>
<li>
DAPP PAPER
<ul>
<li><a href="https://docs.google.com/document/d/1PXVBbMKdpsAKPkO9UNB5B-LMwIDjylWoHvAAzzrXjvU/edit?usp=sharing/" target="_blank">ENG</a></li>
<li><a href="https://docs.google.com/document/d/1SkD4yc_POaGRMJRC6yGkDfdJUuKbcyq3JpG0cBXeYGM/edit?usp=sharing/" target="_blank">RUS</a></li>
<li><a href="https://docs.google.com/document/d/10yXAKxaU7YgrQnbdXu_L7WWovUoRtdJwo3tXXaGZGSQ/edit?usp=sharing/" target="_blank">FAQ</a></li>
</ul>
</li>
<li role="separator" class="divider"></li>
<li>
OTHER
<ul>
<li><a href="https://sourceforge.net/p/tera/code/ci/master/tree/Doc/Eng/API.md" target="_blank">API</a></li>
<li><a href="https://docs.google.com/document/d/18DtASGhrbRwXCAkQR1hQG0lVdrStp4CgA-pd6hicwfo/edit?usp=sharing/" target="_blank">TERAHASH (mining algo)</a></li>
<!--li><a href="changelog.html">Changelog</a></li-->
<!--li><a href="faq.html">FAQ</a></li-->
<!--li><a href="legal.html">Legal</a></li-->
</ul>
</li>
</ul>
</li>
</ul>
{{File=./SITE/page_navigation.html}}
<!-- /Main navigation -->
</div>
@ -163,19 +112,17 @@
<!-- Row -->
<div class="row">
<center><a href="/changelog.html">ENG</a> <span style="font-size: 21px;">|</span> <a href="/ru/changelog.html">РУС</a>
<!-- Social follow --><br /><br /></center>
<!-- About Tera content -->
<div class="col-md-12">
<div class="section-header text-center">
<h2 class="title">Changelog</h2>
<div class="section-header text-center about-panel">
{{Edit=./SITE/CONTENT/en-changelog-title.md}}
</div>
<div class="no-more-tables">
<table class="table">
<tbody>
<tr>
<td valign="top">v. 0.897</td>
<td>The <a href="https://gitlab.com/terafoundation/tera/blob/master/Doc/Eng/API2.md" target="_blank" style="font-size: 14px;">API-2</a> is designed to make it easier to write third-party applications. Server-side cryptography and POW operations are performed. Therefore, it is not recommended for public access, because it is not protected from DDOS attacks. Use it if applications such as the exchange server are on the same private network.</td>
<td>The <a href="https://gitlab.com/terafoundation/tera/blob/master/Doc/Eng/API2.md" target="_blank">API-2</a> is designed to make it easier to write third-party applications. Server-side cryptography and POW operations are performed. Therefore, it is not recommended for public access, because it is not protected from DDOS attacks. Use it if applications such as the exchange server are on the same private network.</td>
</tr>
<tr>
<td valign="top" width="100">v. 0.884</td>
@ -484,83 +431,4 @@ node set httpport:8080 password:123.</li>
<!-- Footer -->
<footer id="footer" class="sm-padding bg-dark">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<div class="col-md-12">
<!-- footer logo -->
<div class="footer-logo">
<a href="index.html"><img src="PIC/Tera_logo.svg" alt="logo"></a>
</div>
<!-- /footer logo -->
<!-- footer links -->
<div class="footer-link">
<span class="footer-link-item">
<a href="/explorer.html">EXPLORER</a>
</span>
<span class="footer-link-item">
<a href="/web-wallet.html">WALLET</a>
</span>
<span class="footer-link-item">
<a href="/map.html">NETWORK MAP</a>
</span></div>
<!-- /footer links -->
<!-- footer follow -->
<ul class="footer-follow" style="margin-bottom: 0px;">
<li><a href="https://bitcointalk.org/index.php?topic=4573801.0" target="_blank"><i class="fab fa-btc"></i></a></li>
<li><a href="https://twitter.com/terafoundation" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://discord.gg/CvwrbeG" target="_blank"><i class="fab fa-discord"></i></a></li>
<li><a href="https://sourceforge.net/p/tera/code/ci/master/tree/" target="_blank"><i class="far fa-file-code"></i></a></li>
<li><a href="https://web.telegram.org/#/im?p=@terafoundation" target="_blank"><i class="fab fa-telegram-plane"></i></a></li>
<li><a href="https://jq.qq.com/?_wv=1027&k=58VsQxc" target="_blank"><i class="fab fa-qq"></i></a></li>
</ul>
<!-- /footer follow -->
<center><a href="terms-and-conditions.html" style="font-size: 14px;">Terms and Conditions</a> | <a href="privacy-policy.html" style="font-size: 14px;">Privacy Policy</a><br /><br />TERA, 2019.</center>
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</footer>
<!-- /Footer -->
<!-- Back to top -->
<!-- <div id="back-to-top"></div> -->
<!-- /Back to top -->
<!-- Preloader -->
<!--<div id="preloader">-->
<!--<div class="preloader">-->
<!--<span></span>-->
<!--<span></span>-->
<!--<span></span>-->
<!--<span></span>-->
<!--</div>-->
<!--</div>-->
<!-- /Preloader -->
<!-- jQuery Plugins -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/main.min.js"></script>
<script type="text/javascript" src="js/cookies.js"></script>
<div id="cookiesmessage" style="display: none;">
This site uses cookies. You need to read the <a href="privacy-policy.html" style="font-size: 16px;" target="_blank">Privacy Policy</a> and click "<a href="#" onclick="setCookie('teracookies','tera_agree', 1); document.getElementById('cookiesmessage').style.display = 'none';" id="i_agree"><strong>I agree</strong></a>" to continue.
</div>
</body>
</html>
{{File=./SITE/footer_index.html}}

View File

@ -0,0 +1,447 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta data-n-head="true" data-hid="description" name="description" content="Tera - Fast block generation, High transaction throughput, User-friendly">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>TERA Foundation: 变更日志</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="../CSS/bootstrap.min.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="../CSS/style.min.css" />
<style>
@media all
{
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
background-color: rgba(250, 250, 250, .1);
border-color: #337ab7;
}
/*.dropdown2 li*/
/*{*/
/*background-color: rgba(250, 250, 250, .01);*/
/*opacity: 1;*/
/*}*/
/*.dropdown2 li a*/
/*{*/
/*background-color: rgba(250, 250, 250, .01);*/
/*opacity: 1;*/
/*}*/
#nav.nav-transparent:not(.fixed-nav) .main-nav>li>a
{
color:white;
}
}
</style>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(52744594, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/52744594" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135904501-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135904501-1');
</script>
</head>
<body>
<!-- Header -->
<header id="home" style="background: #1C1D21; height: 80px;">
<!-- Nav -->
<nav id="nav" class="navbar nav-transparent">
<div class="container">
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a href="index.html">
<img class="logo" src="../PIC/Tera_Text_gray.svg" alt="logo">
<img class="logo-alt" src="../PIC/Tera_Text.svg" alt="logo">
</a>
</div>
<!-- /Logo -->
<!-- Collapse nav button -->
<div class="nav-collapse">
<span></span>
</div>
<!-- /Collapse nav button -->
</div>
<!-- Main navigation -->
{{File=./SITE/cn/header.html}}
<!-- /Main navigation -->
</div>
</nav>
<!-- /Nav -->
<!-- Social Header -->
<div class="home-wrapper">
<div class="container">
<!-- Row -->
<div class="row">
</div>
<!-- /Row -->
</div>
</div>
<!-- /About Tera -->
</header>
<!-- /Header -->
<!-- About Tera -->
<div id="about" class="section md-padding bg-grey">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- About Tera content -->
<div class="col-md-12">
<div class="section-header text-center">
<h2 class="title">变更日志</h2>
</div>
<div class="no-more-tables">
<table class="table">
<tbody>
<tr>
<td valign="top">v. 0.897</td>
<td><a href="https://gitlab.com/terafoundation/tera/blob/master/Doc/Eng/API2.md" target="_blank" style="font-size: 14px;">API-2</a> 旨在使编写第三方应用程序更加容易。执行服务器端加密和POW操作。因此不建议公开访问因为它不防御DDOS攻击。如果应用程序如Exchange服务器位于同一专用网络上请使用它。</td>
</tr>
<tr>
<td valign="top" width="100">v. 0.884</td>
<td><ul> <li>增强参数COREY_WATCH_DOG的行为。如果您设置该参数数值为2替代重启仅仅回溯5000个区块它将节省填写内存散列的时间。也就是说挖矿几乎不被中断。</li></ul></td>
</tr>
<tr>
<td valign="top">v. 0.880</td>
<td>
<ul>
<li>它包含对DAPP的API协议改进。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.867</td>
<td>
<ul>
<li>使协议支持轻钱包,修复了验证下载链中的错误。</li>
<li>更新是可选的,可以跳过。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.811</td>
<td>
<ul>
<li>如果您设置参数:<br /><br />
"WATCHDOG_BADACCOUNT": 1<br /><br />
然后“BAD ACCOUNT has”错误检查机制将被启动。当累计60个区块时自动切断区块链回溯5000个区块。该方法理论上可以消除该错误但是不够精准。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.783</td>
<td>
<ul>
<li>修复历史记录和DAPP事件错误。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.753</td>
<td>
<ul>
<li>更新部分完成:<br />
1. 半数节点已完成更新<br />
2. 后半部分执行事务覆盖过程这需要很长时间。要加快速度您可以从Torrent下载db文件夹。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.727</td>
<td>
<ul>
<li>修复小错误。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.719</td>
<td>
<ul>
<li>该更新对于网络(包含世界各个地区的节点)的稳定是必须的。充分考虑到时间差异,该算法校正当前区块的当前高度。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.718</td>
<td>
<ul>
<li>算法共识回退到最初水平0.703)。新共识的实验失败了。我会考虑。感谢您们的耐心。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.703</td>
<td>
<ul>
<li>修正DAPP外观。<br />
当关闭统计数据日志时,减少内存占用。<br />
该更新不包含区块链交流协议的任何改变,可以被忽略。<br /></li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.685</td>
<td>
<ul>
<li>该更新包含2个挖矿参数位于config栏constant按钮<br /> <br />
   "COUNT_MINING_CPU": 0, <br />
   "SIZE_MINING_MEMORY": 0, <br /> <br />
如果设置为COUNT_MINING_CPU启动指定数量的挖掘进程则可以设置多于或少于有物理核心。 <br /> <br />
如果设置了值SIZE_MINING_MEMORY则将此值分配给所有进程指定的数字除以进程数</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.672</td>
<td>
<ul>
<li>修复了哈希表计算错误(我们的账户)</li>
                                         <li>从10195000高度区块每个区块哈希计算发生变化。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.671</td>
<td>
<ul>
<li>当前更新0.671包含一个改进的矿工。交换协议没有改变。仅在您想要改善采矿时才推荐使用。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.666</td>
<td>
<ul>
<li>添加了自动升级按钮靠近挖矿按钮。如果升级模式打开当新版本加载到网络时该按钮变成橙色并且带有斜杠的版本号出现于窗口的标题栏例如0.661/663。添加发送货币到公共地址的功能。在这种模式下新账户会依据该收据设置。支付目的的第一行是用作命名。如此方式创建账户将被收费。增加无限创立账户的功能但是有税费。现在该费用是10TERA但是随着TERA的普及该费用会降低。该费用用于返回账户0。为此在创建新帐户时请使用“添加到付款列表”按钮。在“发送”选项卡上单击它会创建10 Tera的付款交易以及创建帐户的订单。必须手动发送 — 按“发送”按钮。<br /></td></tr><tr>
<td valign="top">v. 0.555</td>
<td>
<ul>
<li>修复了POW进程中的问题。<br />
更多算力。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.553</td>
<td>
<ul>
<li>修复了更新版本安装的小错误(以前一直安装,即使禁用了自动更新)。</li>
<li>块编号7000000以后在创建新帐户时引入了针对DDOS攻击的保护。将仅允许以有限数量创建新帐户。对于未来创建更多账户将转移标准费用。
我们计划在不指定帐户的情况下添加对钱包地址公钥转帐的支持。在这种情况下将自动创建一个新帐户并为其创建收取少量费用用于DDOS保护。账户的普通资金转移交易不需要收费。
</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.545</td>
<td>
<ul>
<li>充分利用内存和CPU。 <br />
更多算力。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.542</td>
<td>
<ul>
<li>更多内存利用。更多算力。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.501</td>
<td>
<ul>
<li>修复小BUG。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.517</td>
<td>
<ul>
<li>安全性的微小变化。对于钱包的有限Web访问您可以在常量“HTTP_IP_CONNECT”中设置允许访问的计算机的外部IP地址。
示例:
<br />
"HTTP_IP_CONNECT": "111.222.220.230", <br />
注意: <br />
始终允许通过本地地址127.0.0.1访问钱包。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.501</td>
<td>
<ul>
<li>修复小BUG。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.452</td>
<td>
<ul>
<li>网络算力正在增加。目前它的数值是2^27.6 = 200Mh/s</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.450</td>
<td>
<ul>
<li>减少流量。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.418</td>
<td>
<ul>
<li>候选表格2推送</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.366</td>
<td>
<ul>
<li>界面的微小更改。<br /><br />
UTILITY部分目前有如下按钮。<br />
1. Rewrite transactions<br />
2. Truncate chain<br />
3. Clear DataBase<br /><br />
前2个要求您输入参数。链的深度从当前区块算起。最后一点-完全清除数据库不会影响钱包和服务器参数的设置。类似于删除DATA/DB文件夹。
</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.214</td>
<td>
<ul>
<li>对于网络所有节点上的时间是相同的非常重要。否则数据包的交换变得不可能。在特殊算法的帮助下它会自动同步并且总体方向等于UTC时间。如果您确定服务器具有准确的时间同步则可以禁用自动同步但由您负责。这是在常量中完成的设置值“AUTO_COORECT_TIME”0。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.171</td>
<td>
<ul>
<li>发布带有防御诈骗的第二个版本。可在自动更新模式下使用。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.169</td>
<td>
<ul>
<li>启用禁止列表。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.162</td>
<td>
<ul>
<li>如果未指定http远程访问端口的密码则仅允许从本地地址127.0.0.1进行访问。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.156</td>
<td>
<ul>
<li>添加了对挖掘中涉及的进程的自动跟踪。如果进程失去与主进程的连接,它们将被销毁。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.155</td>
<td>
<ul>
<li>您可以在程序安装期间从命令行设置http密码例如node set httpport:8080 password:123。</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /About Tera content -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /About Tera -->
<!-- Footer -->
{{File=./SITE/cn/footer.html}}

View File

@ -0,0 +1,85 @@
<!-- Footer -->
<footer id="footer" class="sm-padding bg-dark">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<div class="col-md-12">
<!-- footer logo -->
<div class="footer-logo">
<a href="/cn/"><img src="../PIC/Tera_logo.svg" alt="logo"></a>
</div>
<!-- /footer logo -->
<!-- footer links -->
<div class="footer-link">
<span class="footer-link-item">
<a href="/explorer.html">浏览器</a>
</span>
<span class="footer-link-item">
<a href="/web-wallet.html">钱包</a>
</span>
<span class="footer-link-item">
<a href="/map.html">节点地图</a>
</span></div>
<!-- /footer links -->
<!-- footer follow -->
<ul class="footer-follow" style="margin-bottom: 0px;">
<li><a href="https://bitcointalk.org/index.php?topic=4573801.0" target="_blank"><i class="fab fa-btc"></i></a></li>
<li><a href="https://twitter.com/terafoundation" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.reddit.com/user/Terafoundation" target="_blank"><i class="fab fa-reddit"></i></a></li>
<li><a href="https://discord.gg/CvwrbeG" target="_blank"><i class="fab fa-discord"></i></a></li>
<li><a href="https://sourceforge.net/p/tera/code/ci/master/tree/" target="_blank"><i class="far fa-file-code"></i></a></li>
<li><a href="https://web.telegram.org/#/im?p=@terafoundation" target="_blank"><i class="fab fa-telegram-plane"></i></a></li>
<li><a href="https://jq.qq.com/?_wv=1027&k=58VsQxc" target="_blank"><i class="fab fa-qq"></i></a></li>
</ul>
<!-- /footer follow -->
<p align="center">
项目创始人电子邮件 <a href="mailto: progr76@gmail.com" style="font-size: 14px;">progr76@gmail.com</a>.
</p>
<center><a href="/terms-and-conditions.html" style="font-size: 14px;">Terms and Conditions</a> | <a href="/privacy-policy.html" style="font-size: 14px;">Privacy Policy</a><br /><br />TERA, 2019.</center>
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</footer>
<!-- /Footer -->
<!-- Back to top -->
<!-- <div id="back-to-top"></div> -->
<!-- /Back to top -->
<!-- Preloader -->
<!--<div id="preloader">-->
<!--<div class="preloader">-->
<!--<span></span>-->
<!--<span></span>-->
<!--<span></span>-->
<!--<span></span>-->
<!--</div>-->
<!--</div>-->
<!-- /Preloader -->
<!-- jQuery Plugins -->
<script type="text/javascript" src="../js/jquery.min.js"></script>
<script type="text/javascript" src="../js/bootstrap.min.js"></script>
<script type="text/javascript" src="../js/main.min.js"></script>
<script type="text/javascript" src="../js/cookies.js"></script>
<div id="cookiesmessage" style="display: none;">
This site uses cookies. You need to read the <a href="privacy-policy.html" style="font-size: 14px;" target="_blank">Privacy Policy</a> and click "<a href="#" onclick="setCookie('teracookies','tera_agree', 1); document.getElementById('cookiesmessage').style.display = 'none';" id="i_agree"><strong>I agree</strong></a>" to continue.
</div>
</body>
</html>

View File

@ -0,0 +1,72 @@
<ul class="main-nav nav navbar-nav navbar-right white_menu">
<li><a href="#about">关于</a></li>
<!--li><a href="./changelog.html">变更日志</a></li-->
<li><a href="/tera-token.html">令牌</a></li>
<li><a href="/blog/" target="_blank">博客</a></li>
<li class="dropdown2 language-panel">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">BLOCKCHAIN<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/explorer.html">浏览器</a></li>
<li><a href="/web-wallet.html">钱包</a></li>
<li><a href="/map.html">节点地图</a></li>
</ul>
</li>
<!-- Documentation -->
<li class="dropdown2">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">文件<span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
WHITE PAPER
<ul>
<li><a href="/files/TERA_WP_EN.pdf" target="_blank">ENG</a></li>
<li><a href="/files/TERA_WP_RU.pdf" target="_blank">RUS</a></li>
<li><a href="/files/TERA_WP_DE.pdf" target="_blank">DE</a></li>
<li><a href="/files/TERA_WP_CN.pdf" target="_blank">CN</a></li>
<li><a href="https://sourceforge.net/p/tera/code/ci/master/tree/Doc/Chinese/WP_chinese.pdf?format=raw" target="_blank">CHINESE</a></li>
</ul>
</li>
<li role="separator" class="divider"></li>
<li>
DAPP PAPER
<ul>
<li><a href="https://docs.google.com/document/d/10yXAKxaU7YgrQnbdXu_L7WWovUoRtdJwo3tXXaGZGSQ/edit?usp=sharing" target="_blank">ENG</a></li>
<li><a href="https://docs.google.com/document/d/1SkD4yc_POaGRMJRC6yGkDfdJUuKbcyq3JpG0cBXeYGM/edit?usp=sharing/" target="_blank">RUS</a></li>
<li><a href="/files/TERA_DApps_CN.pdf" target="_blank">CN</a></li>
<li><a href="https://docs.google.com/document/d/10yXAKxaU7YgrQnbdXu_L7WWovUoRtdJwo3tXXaGZGSQ/edit?usp=sharing/" target="_blank">FAQ</a></li>
</ul>
</li>
<li role="separator" class="divider"></li>
<li>
OTHER
<ul>
<li><a href="https://sourceforge.net/p/tera/code/ci/master/tree/Doc/Eng/API.md" target="_blank">API</a></li>
<li><a href="https://docs.google.com/document/d/18DtASGhrbRwXCAkQR1hQG0lVdrStp4CgA-pd6hicwfo/edit?usp=sharing/" target="_blank">TERAHASH (mining algo)</a></li>
<li><a href="/files/TERA_MINING_CN.pdf" target="_blank">TERAHASH (CN, mining algo)</a></li>
<!--li><a href="changelog.html">Changelog</a></li-->
<li><a href="faq.html">FAQ</a></li>
<!--li><a href="legal.html">Legal</a></li-->
</ul>
</li>
</ul>
</li>
<li class="dropdown2">
<a href="/cn/index.html" class="dropdown-toggle" data-toggle="dropdown"><img src="../PIC/cn.png" border="0" style="width: 24px;" /><span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="/" style="color: #000;"><img src="../PIC/eng.png" border="0" style="width: 24px;" /> English</a>
</li>
<li>
<a href="/de/" style="color: #000;"><img src="../PIC/de.png" border="0" style="width: 24px;" /> Deutsch</a>
</li>
<li>
<a href="/ru/" style="color: #000;"><img src="../PIC/rus.png" border="0" style="width: 24px;" /> Русский</a>
</li>
</ul>
</li>
</ul>

676
Source/SITE/cn/index.html Normal file
View File

@ -0,0 +1,676 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta data-n-head="true" data-hid="description" name="description" content="Tera - Fast block generation, High transaction throughput, User-friendly">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>TERA Foundation</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="../CSS/bootstrap.min.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="../CSS/style.min.css" />
<style>
@media all
{
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
background-color: rgba(250, 250, 250, .1);
border-color: #337ab7;
}
/*.dropdown2 li*/
/*{*/
/*background-color: rgba(250, 250, 250, .01);*/
/*opacity: 1;*/
/*}*/
/*.dropdown2 li a*/
/*{*/
/*background-color: rgba(250, 250, 250, .01);*/
/*opacity: 1;*/
/*}*/
#nav.nav-transparent:not(.fixed-nav) .main-nav>li>a
{
color:white;
}
}
</style>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(52744594, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/52744594" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135904501-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135904501-1');
</script>
</head>
<body>
<!-- Header -->
<header id="home">
<!-- Background Image -->
<div class="bg-img" style="background-image: url('../PIC/Tera_Web_BG.jpg');">
<div class="overlay"></div>
</div>
<!-- /Background Image -->
<!-- Nav -->
<nav id="nav" class="navbar nav-transparent">
<div class="container">
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a href="/cn/">
<img class="logo" src="../PIC/Tera_Text_gray.svg" alt="logo">
<img class="logo-alt" src="../PIC/Tera_Text.svg" alt="logo">
</a>
</div>
<!-- /Logo -->
<!-- Collapse nav button -->
<div class="nav-collapse">
<span></span>
</div>
<!-- /Collapse nav button -->
</div>
<!-- Main navigation -->
{{File=./SITE/cn/header.html}}
<!-- /Main navigation -->
</div>
</nav>
<!-- /Nav -->
<!-- Social Header -->
<div class="home-wrapper">
<div class="container">
<!-- Row -->
<div class="row">
<div class="col-md-12">
<!-- Social follow -->
<ul class="footer-follow" style="margin-bottom: 0px;">
<li><a href="https://bitcointalk.org/index.php?topic=4573801.0" target="_blank"><i class="fab fa-btc"></i></a></li>
<li><a href="https://twitter.com/terafoundation" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.reddit.com/user/Terafoundation" target="_blank"><i class="fab fa-reddit"></i></a></li>
<li><a href="https://discord.gg/CvwrbeG" target="_blank"><i class="fab fa-discord"></i></a></li>
<li><a href="https://sourceforge.net/p/tera/code/ci/master/tree/" target="_blank"><i class="far fa-file-code"></i></a></li>
<li><a href="https://web.telegram.org/#/im?p=@terafoundation" target="_blank"><i class="fab fa-telegram-plane"></i></a></li>
<li><a href="https://jq.qq.com/?_wv=1027&k=58VsQxc" target="_blank"><i class="fab fa-qq"></i></a></li>
</ul>
<!-- /Social follow -->
</div>
</div>
<!-- /Row -->
</div>
</div>
<!-- /About Tera -->
</header>
<!-- /Header -->
<!-- About Tera -->
<div id="about" class="section md-padding bg-grey">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- About Tera content -->
<div class="col-md-12">
<div class="section-header text-center">
<h2 class="title">关于 TERA泰瑞</h2>
</div>
<p style="text-align: center;">
<img src="../PIC/Tera_Logo.png" align="center" width="240" />
</p>
<p style="text-align: justify; font-size: 15px;">
非常荣幸邀请您加入TERA挖矿。现有加密货币在以下方面存在问题中心化、交易吞吐量、交易速度、确认时间、交易税费以及一般可用性、难以整合到现有支付系统和金融系统。TERA提供了针对以上问题的解决方案。
我们已经成功创建了区块链该区块链1秒区块、8秒确认、零转账费用。除此之外Tera区块链能够每秒处理1000笔交易同时保留所有受赞誉的区块链功能为进一步发展以及与现有基础架构和新出现的技术无缝集成带来巨大的可能性。
</p>
<p style="text-align: justify; font-size: 15px;">
传统区块链的节点非有序排列。各种节点之间随机链接无法保障区块在所有节点中快速传输。在TERA中节点自发组成有序的通信方式。
</p>
<p style="text-align: center; font-size: 15px;"> <!-- Key Feature -->
<div class="col-md-6">
<div class="about bg-grey">
<h4>传统区块链</h3>
<p><img src="../PIC/sbch.png" /></p>
</div>
</div>
<!-- /Key Feature -->
<!-- Key Feature -->
<div class="col-md-6">
<div class="about bg-grey" style="height: 315px;">
<h4>TERA区块链</h3>
<p><img src="../PIC/tbch.png" /></p>
</div>
</div>
<!-- /Key Feature -->
</p>
</div>
<!-- /About Tera content -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /About Tera -->
<!-- Key Features -->
<div id="features" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header text-center">
<h2 class="title">特征</h2>
</div>
<!-- /Section header -->
<!-- Key Feature -->
<div class="col-md-4">
<div class="about bg-grey">
<i class="fab fa-hubspot" style="color: #000;"></i>
<h4>快速区块生成</h3>
<p>在去中心化区块链中TERA有最快的区块生成时间。特别指出POS以及类似并非去中心化。1秒区块8秒确认您的交易接近即时响应。</p>
</div>
</div>
<!-- /Key Feature -->
<!-- Key Feature -->
<div class="col-md-4">
<div class="about bg-grey">
<i class="fas fa-boxes" style="color: #000;"></i>
<h4>高交易吞吐量</h3>
<p>TERA区块链能够每秒处理1000笔交易同时保留所有受赞誉的区块链功能为进一步发展以及与现有基础架构和新出现的技术无缝集成带来巨大的可能性。
</p>
</div>
</div>
<!-- /Key Feature -->
<!-- Key Feature -->
<div class="col-md-4">
<div class="about bg-grey" style="height: 300px;">
<i class="fas fa-university" style="color: #000;"></i>
<h4>用户友好</h4>
<p>TERA存于类似银行的账户。该系统确保资产安全和资金便于管理。</p>
</div>
</div>
<!-- /Key Feature -->
<!-- Key Feature -->
<div class="col-md-4">
<div class="about bg-grey">
<i class="fas fa-hand-holding-usd" style="color: #000;"></i>
<h4>防御双花攻击</h3>
<p>TERA 使用具有POW共识的区块链。这允许所有事务依次排列事务也按顺序执行。从帐户中提取时会检查必要的金额。注销时计数器“operationID”递增。每个后续付款交易必须具有后继的“operationID”编号用以防止同一交易被多次应用。</p>
</div>
</div>
<!-- /Key Feature -->
<!-- Key Feature -->
<div class="col-md-4">
<div class="about bg-grey" style="height: 300px;">
<i class="fas fa-shield-alt" style="color: #000;"></i>
<h4>防御DDOS攻击</h3>
<p>专业的开发人员创建一种独特的算法以保护系统免受DDOS攻击和各种类型的入侵。所有数据和资金都受到安全保护。
</p>
</div>
</div>
<!-- /Key Feature -->
<!-- Key Feature -->
<div class="col-md-4">
<div class="about bg-grey" style="height: 300px;">
<i class="fas fa-code" style="color: #000;"></i>
<h4>渴求长久发展</h4>
<p>每天TERA开发尝试与时俱进专门人员经常更新和推进项目。</p>
</div>
</div>
<!-- /Key Feature -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Key Features -->
<!-- Specification -->
<div id="technology" class="section md-padding bg-grey">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header">
<h2 class="title md-down-left">技术参数</h2>
</div>
<!-- /Section header -->
<div class="no-more-tables">
<table class="table table-bordered">
<thead class="cf">
<tr>
<th>最大供应</th>
<th>发行日期</th>
<th>共识协议</th>
<th>加密</th>
<th>智能合约语言</th>
</tr>
</thead>
<tbody>
<tr>
<td>1,000,000,000</td>
<td>2018/07/01</td>
<td>POW</td>
<td>sha3, secp256k1</td>
<td>Javascript</td>
</tr>
</tbody>
</table>
<table class="table table-bordered">
<thead class="cf">
<tr>
<th>区块尺寸</th>
<th>预挖</th>
<th>源代码</th>
<th>浏览器</th>
<th>平台</th>
</tr>
</thead>
<tbody>
<tr>
<td>120 KB</td>
<td>5%</td>
<td>
<a href="https://sourceforge.net/p/tera/code/ci/master/tree/" target="_blank" style="font-size: 14px;">sourceforge.net</a>,
<a href="https://gitlab.com/terafoundation/tera" target="_blank" style="font-size: 14px;">gitlab.com</a>
</td>
<td>
<a href="https://terafoundation.org/explorer.html" target="_blank" style="font-size: 14px;">terafoundation.org</a>
</td>
<td>NodeJS</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Specification -->
<!-- Updates -->
<div id="updates" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header">
<h2 class="title md-down-left">更新</h2>
</div>
<!-- /Section header -->
<div class="no-more-tables">
<table class="table">
<tbody>
<tr>
<td valign="top">v. 0.897</td>
<td><a href="https://gitlab.com/terafoundation/tera/blob/master/Doc/Eng/API2.md" target="_blank" style="font-size: 14px;">API-2</a> 旨在使编写第三方应用程序更加容易。执行服务器端加密和POW操作。因此不建议公开访问因为它不防御DDOS攻击。如果应用程序如Exchange服务器位于同一专用网络上请使用它。</td>
</tr>
<tr>
<td valign="top" width="100">v. 0.884</td>
<td><ul> <li>增强参数COREY_WATCH_DOG的行为。如果您设置该参数数值为2替代重启仅仅回溯5000个区块它将节省填写内存散列的时间。也就是说挖矿几乎不被中断。</li></ul></td>
</tr>
<tr>
<td valign="top">v. 0.880</td>
<td>
<ul>
<li>它包含对DAPP的API协议改进。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.867</td>
<td>
<ul>
<li>使协议支持轻钱包,修复了验证下载链中的错误。</li>
<li>更新是可选的,可以跳过。</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.811</td>
<td>
<ul>
<li>如果您设置参数:<br /><br />
"WATCHDOG_BADACCOUNT": 1<br /><br />
然后“BAD ACCOUNT has”错误检查机制将被启动。当累计60个区块时自动切断区块链回溯5000个区块。该方法理论上可以消除该错误但是不够精准。</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p><a href="/changelog.html" style="font-size: 14px;">所有变更日志</a></p>
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Updates -->
<!-- Roadmap -->
<div id="roadmap" class="section md-padding bg-grey">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header">
<h2 class="title md-down-left">路线图</h2>
</div>
<!-- /Section header -->
<div class="row flex wrap">
<!-- Roadmap Item -->
<div class="flex col-sm-12 col-md-3">
<div class="roadmap-item">
<div class="roadmap-item__line done">
<span class="dot"></span>
</div>
<div class="roadmap-item__body">
<div class="roadmap-item__date">
2018年10月
</div>
<div class="roadmap-item__info">
<ul>
<li>
智能合约
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- /Roadmap Item -->
<!-- Roadmap Item -->
<div class="flex col-sm-12 col-md-3">
<div class="roadmap-item">
<div class="roadmap-item__line done">
<span class="dot"></span>
</div>
<div class="roadmap-item__body">
<div class="roadmap-item__date">
2018年11月
</div>
<div class="roadmap-item__info">
<ul>
<li>
去中心化论坛
</li>
<li>
去中心化交易所
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- /Roadmap Item -->
<!-- Roadmap Item -->
<div class="flex col-sm-12 col-md-3">
<div class="roadmap-item">
<div class="roadmap-item__line done">
<span class="dot"></span>
</div>
<div class="roadmap-item__body">
<div class="roadmap-item__date">
2018年12月
</div>
<div class="roadmap-item__info">
<ul>
<li>
网页钱包
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- /Roadmap Item -->
<!-- Roadmap Item -->
<div class="flex col-sm-12 col-md-3">
<div class="roadmap-item">
<div class="roadmap-item__line processing">
<span class="dot"></span>
</div>
<div class="roadmap-item__body">
<div class="roadmap-item__date">
2019年第一季度
</div>
<div class="roadmap-item__info">
<ul>
<li>
安卓/IOS钱包
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- /Roadmap Item -->
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Roadmap -->
<!-- LINKS -->
<div id="links" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- About Tera content -->
<div class="col-md-12">
<div class="section-header">
<h2 class="title md-down-left">TERA links</h2>
</div>
<div class="col-md-4">
<div class="about bg-grey" style="text-align: justify;">
<h3><i class="fas fa-code" style="color: #000; font-size: 21px;"></i> FOR DEVELOPERS</h3>
1. <a href="https://sourceforge.net/p/tera/code/ci/master/tree/" target="_blank" style="font-size: 14px;">TERA Source Code</a>.<br />
2. <a href="https://docs.google.com/document/d/1PXVBbMKdpsAKPkO9UNB5B-LMwIDjylWoHvAAzzrXjvU/edit?usp=sharing/" target="_blank" style="font-size: 14px;">TERA DApp PAPER (ENG)</a>.<br />
3. <a href="https://docs.google.com/document/d/1SkD4yc_POaGRMJRC6yGkDfdJUuKbcyq3JpG0cBXeYGM/edit?usp=sharing/" target="_blank" style="font-size: 14px;">TERA DApp PAPER (RUS)</a>.<br />
4. <a href="https://docs.google.com/document/d/10yXAKxaU7YgrQnbdXu_L7WWovUoRtdJwo3tXXaGZGSQ/edit?usp=sharing/" target="_blank" style="font-size: 14px;">TERA DApp FAQ</a>.<br />
5. <a href="https://sourceforge.net/p/tera/code/ci/master/tree/Doc/Eng/API.md" target="_blank" style="font-size: 14px;">TERA API</a>.<br />
е. <a href="https://gitlab.com/terafoundation/tera/blob/master/Doc/Eng/API2.md" target="_blank" style="font-size: 14px;">TERA API-2 (for Exchanges)</a>.<br />
</div>
</div>
<div class="col-md-4">
<div class="about bg-grey" style="text-align: justify;">
<h3><i class="fas fa-dollar-sign" style="color: #000; font-size: 21px;"></i> FOR INVESTORS</h3>
1. <a href="https://www.qbtc.ink/trade?symbol=TERA_BTC" target="_blank" style="font-size: 14px;">TERA on QBTC Exchange</a>.<br />
2. <a href="https://www.bitalong.com/trade/index/market/tera_usdt/" target="_blank" style="font-size: 14px;">TERA on Bitalong Exchange</a>.<br />
3. <a href="https://bitmesh.com/exchange?market=btc_tera#/" target="_blank" style="font-size: 14px;">TERA on Bitmesh Exchange</a>.<br />
4. <a href="https://chaoex-en-us.udesk.cn/hc/articles/83487" target="_blank" style="font-size: 14px;">TERA on CHAOEX Exchange</a>.<br />
5. <a href="https://www.citex.co.kr/#/trade/2/37" target="_blank" style="font-size: 14px;">TERA on CITEX Exchange</a>.<br />
6. <a href="/#roadmap" target="_blank" style="font-size: 14px;">TERA Roadmap</a>.
</div>
</div>
<div class="col-md-4">
<div class="about bg-grey" style="text-align: justify;">
<h3><i class="fas fa-server" style="color: #000; font-size: 21px;"></i> FOR MINERS</h3>
1. <a href="https://sourceforge.net/p/tera/code/ci/master/tree/README.md" target="_blank" style="font-size: 14px;">TERA Mining Documentation</a>.<br />
2. <a href="https://docs.google.com/document/d/18DtASGhrbRwXCAkQR1hQG0lVdrStp4CgA-pd6hicwfo/edit?usp=sharing/" target="_blank" style="font-size: 14px;">TERA HAASH</a>.
</div>
</div>
<div class="col-md-4">
<div class="about bg-grey" style="text-align: justify;">
<h3><i class="fas fa-info-circle" style="color: #000; font-size: 21px;"></i> TERA INFORMATION</h3>
1. <a href="https://terafoundation.org/" target="_blank" style="font-size: 14px;">TERA Website</a>.<br />
2. <a href="https://terafoundation.org/explorer.html" target="_blank" style="font-size: 14px;">TERA EXPLORER</a>.<br />
3. <a href="https://terafoundation.org/web-wallet.html" target="_blank" style="font-size: 14px;">TERA WALLET</a>.<br />
4. <a href="https://terafoundation.org/map.html" target="_blank" style="font-size: 14px;">TERA NETWORK MAP</a>.<br />
5. <a href="https://terafoundation.org/files/TERA_WP_EN.pdf" target="_blank" style="font-size: 14px;">TERA WHITE PAPER (EN)</a>.<br />
6. <a href="https://terafoundation.org/files/TERA_WP_RU.pdf" target="_blank" style="font-size: 14px;">TERA WHITE PAPER (RU)</a>.<br />
7. <a href="https://terafoundation.org/files/TERA_WP_DE.pdf" target="_blank" style="font-size: 14px;">TERA WHITE PAPER (DE)</a>.<br />
8. <a href="https://sourceforge.net/p/tera/code/ci/master/tree/Doc/Chinese/WP_chinese.pdf?format=raw" target="_blank" style="font-size: 14px;">TERA WHITE PAPER (CN)</a>.<br />
</div>
</div>
<div class="col-md-4">
<div class="about bg-grey" style="text-align: justify;">
<h3><i class="fas fa-globe" style="color: #000; font-size: 21px;"></i> TERA COMMUNITY</h3>
1. <a href="https://bitcointalk.org/index.php?topic=4573801.0" target="_blank" style="font-size: 14px;">TERA on BitcoinTalk</a>.<br />
2. <a href="https://twitter.com/terafoundation" target="_blank" style="font-size: 14px;">TERA on Twitter</a>.<br />
3. <a href="https://www.reddit.com/user/Terafoundation" target="_blank" style="font-size: 14px;">TERA on Reddit</a>.<br />
4. <a href="https://discord.gg/CvwrbeG" target="_blank" style="font-size: 14px;">TERA on Discord</a>.<br />
5. <a href="https://web.telegram.org/#/im?p=@terafoundation" target="_blank" style="font-size: 14px;">TERA Telegram Chanel</a>.<br />
6. <a href="https://jq.qq.com/?_wv=1027&k=58VsQxc" target="_blank" style="font-size: 14px;">TERA on QQ</a>.
</div>
</div>
<div class="col-md-4">
<div class="about bg-grey" style="text-align: justify;">
<h3><i class="fas fa-handshake" style="color: #000; font-size: 21px;"></i> OTHER</h3>
1. <a href="http://freetimes.cc/fmessenger/" target="_blank" style="font-size: 14px;">FMessenger</a>.
</div>
</div>
<!-- /About Tera content -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div></div>
<!-- Feedback -->
<div id="feedback" class="section md-padding" style="display: none;">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header">
<h2 class="title md-down-left">Feedback</h2>
</div>
<!-- /Section header -->
<form>
<input type="text" placeholder="Your Name..." class="form-control" /><br />
<input type="text" placeholder="Your Name..." class="form-control" /><br />
<textarea placeholder="Your Message..." class="form-control"></textarea><br />
<input type="submit" value=" Send " class="btn" />
</form>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Feedback -->
{{File=./SITE/cn/footer.html}}

264
Source/SITE/cn/token.html Normal file
View File

@ -0,0 +1,264 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta data-n-head="true" data-hid="description" name="description" content="Tera - Fast block generation, High transaction throughput, User-friendly">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>TERA Foundation: TOKEN</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="../CSS/bootstrap.min.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="../CSS/style.min.css" />
<style>
@media all
{
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
background-color: rgba(250, 250, 250, .1);
border-color: #337ab7;
}
/*.dropdown2 li*/
/*{*/
/*background-color: rgba(250, 250, 250, .01);*/
/*opacity: 1;*/
/*}*/
/*.dropdown2 li a*/
/*{*/
/*background-color: rgba(250, 250, 250, .01);*/
/*opacity: 1;*/
/*}*/
#nav.nav-transparent:not(.fixed-nav) .main-nav>li>a
{
color:white;
}
}
</style>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(52744594, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/52744594" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135904501-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135904501-1');
</script>
</head>
<body>
<!-- Header -->
<header id="home" style="background: #1C1D21; height: 80px; top: 0px; position: absolut;">
<!-- Nav -->
<nav id="nav" class="navbar nav-transparent">
<div class="container">
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a href="index.html">
<img class="logo" src="../PIC/Tera_Text_gray.svg" alt="logo">
<img class="logo-alt" src="../PIC/Tera_Text.svg" alt="logo">
</a>
</div>
<!-- /Logo -->
<!-- Collapse nav button -->
<div class="nav-collapse">
<span></span>
</div>
<!-- /Collapse nav button -->
</div>
<!-- Main navigation -->
{{File=./SITE/cn/header.html}}
<!-- /Main navigation -->
</div>
</nav>
<!-- /Nav -->
<!-- Social Header -->
<div class="home-wrapper">
<div class="container">
<!-- Row -->
<div class="row">
</div>
<!-- /Row -->
</div>
</div>
<!-- /About Tera -->
</header>
<!-- /Header -->
<!-- About Tera -->
<div id="about" class="section md-padding bg-grey">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- About Tera content -->
<div class="col-md-12">
<div class="section-header text-center">
<h2 class="title">ТОКЕН TERA</h2>
</div>
<p>
TERA 是一个货币现有加密货币在以下方面存在问题中心化、交易吞吐量、交易速度、确认时间、交易税费以及一般可用性、难以整合到现有支付系统和金融系统。TERA提供了针对以上问题的解决方案。 <br /> <br />
TERA是纯原创代码由俄罗斯Vtools大家称之为小V神核心开发。Tera使用node.js编译并有单独的dapp分布式应用开发文档。node.js是编程领域使用最广泛的语言之一它大大降低了TERA-dapp的开发难度开发成本极低智能合约开发只需要100 Teras调用合约和完成交易都没有佣金。这为Tera应用的大规模落地奠定了基础
</p>
</div>
<!-- /About Tera content -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /About Tera -->
<div id="features" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header text-center">
<h2 class="title">交易所&伙伴</h2>
</div>
<!-- /Section header -->
<!-- Key Feature -->
<div class="col-md-4">
<div class="about bg-grey">
<h4>QBTC</h3>
<p><a href="https://www.qbtc.ink/trade?symbol=TERA_BTC" target="_blank"><img src="../PIC/qbtc.png" style="border-radius: 16px;" /></a></p>
</div>
</div>
<!-- /Key Feature -->
<!-- Key Feature -->
<div class="col-md-4">
<div class="about bg-grey">
<h4>Bitalong</h3>
<p><a href="https://www.bitalong.com/trade/index/market/tera_usdt/" target="_blank"><img src="../PIC/bitalong.png" style="border-radius: 16px;" /></a></p>
</div>
</div>
<!-- /Key Feature -->
<!-- Key Feature -->
<div class="col-md-4">
<div class="about bg-grey">
<h4>Bitmesh</h4>
<p><a href="https://bitmesh.com/exchange?market=btc_tera#/" target="_blank"><img src="../PIC/bitmesh.png" style="border-radius: 16px;" /></a></p>
</div>
</div>
<!-- /Key Feature -->
<!-- Key Feature -->
<div class="col-md-4">
<div class="about bg-grey">
<h4>CHAOEX</h4>
<p><a href="https://chaoex-en-us.udesk.cn/hc/articles/83487" target="_blank"><img src="../PIC/chaoex.png" style="border-radius: 16px;" /></a></p>
</div>
</div>
<!-- /Key Feature -->
<!-- Key Feature -->
<div class="col-md-4">
<div class="about bg-grey">
<h4>CITEX</h4>
<p><a href="https://www.citex.co.kr/#/trade/2/37" target="_blank"><img src="../PIC/citex.png" style="border-radius: 16px;" /></a></p>
</div>
</div>
<!-- /Key Feature -->
<!-- Key Feature -->
<div class="col-md-4">
<div class="about bg-grey">
<h4>FMessenger</h4>
<p><a href="http://freetimes.cc/fmessenger/" target="_blank"><img src="../PIC/fm.png" style="border-radius: 16px;" /></a></p>
</div>
</div>
<!-- /Key Feature -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<div id="about" class="section md-padding bg-grey">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- About Tera content -->
<div class="col-md-12">
<div class="section-header text-center">
<h2 class="title">矿业</h2>
</div>
<p align="center">
<a href="https://sourceforge.net/p/tera/code/ci/master/tree/README.md" target="_blank" style="font-size: 14px;">TERA文档</a> 的文档将有助于今天开始挖掘。
</p>
</div>
<!-- /About Tera content -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- Footer -->
<!-- Footer -->
{{File=./SITE/cn/footer.html}}

829
Source/SITE/de/index.html Normal file
View File

@ -0,0 +1,829 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta data-n-head="true" data-hid="description" name="description" content="Tera - Fast block generation, High transaction throughput, User-friendly">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>TERA Foundation</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="../CSS/bootstrap.min.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="../CSS/style.min.css" />
<style>
@media all
{
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
background-color: rgba(250, 250, 250, .1);
border-color: #337ab7;
}
/*.dropdown2 li*/
/*{*/
/*background-color: rgba(250, 250, 250, .01);*/
/*opacity: 1;*/
/*}*/
/*.dropdown2 li a*/
/*{*/
/*background-color: rgba(250, 250, 250, .01);*/
/*opacity: 1;*/
/*}*/
#nav.nav-transparent:not(.fixed-nav) .main-nav>li>a
{
color:white;
}
}
</style>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(52744594, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/52744594" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135904501-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135904501-1');
</script>
</head>
<body>
<!-- Header -->
<header id="home">
<!-- Background Image -->
<div class="bg-img" style="background-image: url('../PIC/Tera_Web_BG.jpg');">
<div class="overlay"></div>
</div>
<!-- /Background Image -->
<!-- Nav -->
<nav id="nav" class="navbar nav-transparent">
<div class="container">
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a href="/de/">
<img class="logo" src="../PIC/Tera_Text_gray.svg" alt="logo">
<img class="logo-alt" src="../PIC/Tera_Text.svg" alt="logo">
</a>
</div>
<!-- /Logo -->
<!-- Collapse nav button -->
<div class="nav-collapse">
<span></span>
</div>
<!-- /Collapse nav button -->
</div>
<!-- Main navigation -->
<ul class="main-nav nav navbar-nav navbar-right white_menu">
<li><a href="#about">ÜBER TERA</a></li>
<!--li><a href="/changelog.html" target="_blank">CHANGELISTE</a></li-->
<li><a href="/tera-token.html" target="_blank">TERA TOKEN</a></li>
<li><a href="/blog/" target="_blank">BLOG</a></li>
<li class="dropdown2 language-panel">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">BLOCKCHAIN<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/explorer.html">EXPLORER</a></li>
<li><a href="/web-wallet.html">WALLET</a></li>
<li><a href="/map.html">NETZWERK</a></li>
</ul>
</li>
<!-- Documentation -->
<li class="dropdown2">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">DOKUMENTATION<span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
WHITE PAPER
<ul>
<li><a href="/files/TERA_WP_EN.pdf" target="_blank">ENG</a></li>
<li><a href="/files/TERA_WP_RU.pdf" target="_blank">RUS</a></li>
<li><a href="/files/TERA_WP_DE.pdf" target="_blank">DE</a></li>
<li><a href="/files/TERA_WP_CN.pdf" target="_blank">CN</a></li>
<li><a href="https://sourceforge.net/p/tera/code/ci/master/tree/Doc/Chinese/WP_chinese.pdf?format=raw" target="_blank">CHINESE</a></li>
</ul>
</li>
<li role="separator" class="divider"></li>
<li>
DAPP PAPER
<ul>
<li><a href="https://docs.google.com/document/d/10yXAKxaU7YgrQnbdXu_L7WWovUoRtdJwo3tXXaGZGSQ/edit?usp=sharing" target="_blank">ENG</a></li>
<li><a href="https://docs.google.com/document/d/1SkD4yc_POaGRMJRC6yGkDfdJUuKbcyq3JpG0cBXeYGM/edit?usp=sharing/" target="_blank">RUS</a></li>
<li><a href="/files/TERA_DApps_CN.pdf" target="_blank">CN</a></li>
<li><a href="https://docs.google.com/document/d/10yXAKxaU7YgrQnbdXu_L7WWovUoRtdJwo3tXXaGZGSQ/edit?usp=sharing/" target="_blank">FAQ</a></li>
</ul>
</li>
<li role="separator" class="divider"></li>
<li>
OTHER
<ul>
<li><a href="https://sourceforge.net/p/tera/code/ci/master/tree/Doc/Eng/API.md" target="_blank">API</a></li>
<li><a href="https://docs.google.com/document/d/18DtASGhrbRwXCAkQR1hQG0lVdrStp4CgA-pd6hicwfo/edit?usp=sharing/" target="_blank">TERAHASH (mining algo)</a></li>
<li><a href="/files/TERA_MINING_CN.pdf" target="_blank">TERAHASH (CN, mining algo)</a></li>
<!--li><a href="changelog.html">Changelog</a></li-->
<li><a href="/faq.html" target="_blank">FAQ</a></li>
<!--li><a href="legal.html">Legal</a></li-->
</ul>
</li>
</ul>
</li>
<li class="dropdown2">
<a href="/de/" class="dropdown-toggle" data-toggle="dropdown"><img src="../PIC/de.png" border="0" style="width: 24px;" /><span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="/" style="color: #000;"><img src="../PIC/eng.png" border="0" style="width: 24px;" /> English</a>
</li>
<li>
<a href="/ru/" style="color: #000;"><img src="../PIC/rus.png" border="0" style="width: 24px;" /> Русский</a>
</li>
<li>
<a href="/cn/" style="color: #000;"><img src="../PIC/cn.png" border="0" style="width: 24px;" /> 中文</a>
</li>
</ul>
</li>
</ul>
<!-- /Main navigation -->
</div>
</nav>
<!-- /Nav -->
<!-- Social Header -->
<div class="home-wrapper">
<div class="container">
<!-- Row -->
<div class="row">
<div class="col-md-12">
<!-- Social follow -->
<ul class="footer-follow" style="margin-bottom: 0px;">
<li><a href="https://bitcointalk.org/index.php?topic=4573801.0" target="_blank"><i class="fab fa-btc"></i></a></li>
<li><a href="https://twitter.com/terafoundation" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.reddit.com/user/Terafoundation" target="_blank"><i class="fab fa-reddit"></i></a></li>
<li><a href="https://discord.gg/CvwrbeG" target="_blank"><i class="fab fa-discord"></i></a></li>
<li><a href="https://sourceforge.net/p/tera/code/ci/master/tree/" target="_blank"><i class="far fa-file-code"></i></a></li>
<li><a href="https://web.telegram.org/#/im?p=@terafoundation" target="_blank"><i class="fab fa-telegram-plane"></i></a></li>
<li><a href="https://jq.qq.com/?_wv=1027&k=58VsQxc" target="_blank"><i class="fab fa-qq"></i></a></li>
</ul>
<!-- /Social follow -->
</div>
</div>
<!-- /Row -->
</div>
</div>
<!-- /About Tera -->
</header>
<!-- /Header -->
<!-- About Tera -->
<div id="about" class="section md-padding bg-grey">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- About Tera content -->
<div class="col-md-12">
<div class="section-header text-center">
<h2 class="title">Über TERA</h2>
</div>
<p style="text-align: center;">
<img src="../PIC/Tera_Logo.png" align="center" width="240" />
</p>
<p style="text-align: justify; font-size: 15px;">
Wir freuen uns darüber dich auf unserer Website begrüßen zu dürfen. Mit TERA möchten wir den Menschen das Thema Blockchain und dezentralisierte Apps (dApps) auf eine neue, einfachere und vor allem, im Sinne der Dezentralisierung, richtige Weise näher bringen. TERA vereint alle erforderlichen Eigenschaften, um bereits bekannte Technologien abzulösen und die Krypto Welt zu revolutionieren.
</p>
<p style="text-align: justify; font-size: 15px;">
Pro Sekunde verarbeitet TERA 1000+ Transaktionen. Es werden keine Gebühren für eine Transaktion verlangt und da die Blockzeit nur eine Sekunde beträgt, ist eine Transaktion bereits nach acht Sekunden vollständig abgeschlossen!
</p>
<p style="text-align: justify; font-size: 15px;">
Die TERA Blockchain wurde u. a. für die Entwicklung und Nutzung von dezentralisierten Applikationen ( DApps) entwickelt. Bereits heute gibt es mehrere kleine bis große DApps, die über die Wallet genutzt werden können. Da als Programmsprache Javascript verwendet wird, ist auch hier ein deutlich einfacherer Einstieg in die Welt der DApps möglich.
</p>
<p style="text-align: center; font-size: 15px;"> <!-- Key Feature -->
<div class="col-md-6">
<div class="about bg-grey">
<h4>Traditional Blockchain</h3>
<p><img src="../PIC/sbch.png" /></p>
</div>
</div>
<!-- /Key Feature -->
<!-- Key Feature -->
<div class="col-md-6">
<div class="about bg-grey" style="height: 315px;">
<h4>TERA Blockchain</h3>
<p><img src="../PIC/tbch.png" /></p>
</div>
</div>
<!-- /Key Feature -->
</p>
</div>
<!-- /About Tera content -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /About Tera -->
<!-- Key Features -->
<div id="features" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header text-center">
<h2 class="title">Features</h2>
</div>
<!-- /Section header -->
<!-- Key Feature -->
<div class="col-md-4">
<div class="about bg-grey">
<i class="fab fa-hubspot" style="color: #000;"></i>
<h4>Schnell(st)e Blockchain</h3>
<p>TERA hat mit nur einer Sekunde Blockzeit mit eine der schnellsten Blockchains auf dem Markt. Um eine Transaktion vollständig zu bestätigen dauert es nur acht Sekunden.</p>
</div>
</div>
<!-- /Key Feature -->
<!-- Key Feature -->
<div class="col-md-4">
<div class="about bg-grey">
<i class="fas fa-boxes" style="color: #000;"></i>
<h4>Hoher Durchsatz</h3>
<p>Die TERA Blockchain leistet derzeit bereits über 1000 Transaktionen pro Sekunde. Unser Ziel ist es diese Zahl noch zu steigern. Bereits heute lässt sich die TERA Blockchain über unsere APIs für alle möglichen anderen Dinge benutzen.
</p>
</div>
</div>
<!-- /Key Feature -->
<!-- Key Feature -->
<div class="col-md-4">
<div class="about bg-grey" style="height: 320px;">
<i class="fas fa-university" style="color: #000;"></i>
<h4>Benutzerfreundlichkeit</h4>
<p>Zwar generiert jede neu installierte Wallet einen Public und einen Private-Key, doch der eigentliche Account ist eine nummerische ID. Diese ID gleicht der klassischen Kontonummer wie bei einer Bank und ist deutlich leichter zu merken.</p>
</div>
</div>
<!-- /Key Feature -->
<!-- Key Feature -->
<div class="col-md-4">
<div class="about bg-grey">
<i class="fas fa-hand-holding-usd" style="color: #000;"></i>
<h4>Schutz vor Double Spending</h3>
<p>TERA nutzt Proof-of-Work (PoW) um seine Transaktionen zu bestätigen. Transaktionen werden sequentiell durchgeführt. Bei jeder Transaktion werden die erforderlichen Beträge geprüft. Zum Zeitpunkt der „Abbuchung“ wird der Zähler "OperationID" hochgezählt. Jede nachfolgende Zahlungstransaktion muss die vorherige "OperationID" besitzen, um zu verhindern, dass dieselbe Transaktion mehrmals angewendet wird.</p>
</div>
</div>
<!-- /Key Feature -->
<!-- Key Feature -->
<div class="col-md-4">
<div class="about bg-grey" style="height: 389px;">
<i class="fas fa-shield-alt" style="color: #000;"></i>
<h4>Schutz vor DDoS Attacken</h3>
<p>Unsere Entwickler haben zahlreiche Mechanismen zum Schutz vor DDoS Attacken entwickelt. Alle Daten und Guthaben sind in der TERA Blockchain professionell geschützt.
</p>
</div>
</div>
<!-- /Key Feature -->
<!-- Key Feature -->
<div class="col-md-4">
<div class="about bg-grey" style="height: 389px;">
<i class="fas fa-code" style="color: #000;"></i>
<h4>Entwicklung aus Leidenschaft</h4>
<p>TERA steht erst am Anfang und tagtäglich wird TERA weiterentwickelt. Dieses Projekt hat ein enormes Potential und unser Team und die Community helfen uns dabei das TERA jeden Tag ein kleines bisschen besser wird.</p>
</div>
</div>
<!-- /Key Feature -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Key Features -->
<!-- Specification -->
<div id="technology" class="section md-padding bg-grey">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header">
<h2 class="title md-down-left">Technologie</h2>
</div>
<!-- /Section header -->
<div class="no-more-tables">
<table class="table table-bordered">
<thead class="cf">
<tr>
<th>Max Supply</th>
<th>Ausgabedatum</th>
<th>Konsens</th>
<th>Algorithmus</th>
<th>Programmiersprache</th>
</tr>
</thead>
<tbody>
<tr>
<td>1,000,000,000</td>
<td>01. Juli 2018</td>
<td>POW</td>
<td>sha3, secp256k1</td>
<td>Javascript</td>
</tr>
</tbody>
</table>
<table class="table table-bordered">
<thead class="cf">
<tr>
<th>Blockgröße</th>
<th>Pre-mine</th>
<th>Programmquellen</th>
<th>Explorer</th>
<th>Plattform</th>
</tr>
</thead>
<tbody>
<tr>
<td>120 KB</td>
<td>5%</td>
<td>
<a href="https://sourceforge.net/p/tera/code/ci/master/tree/" target="_blank" style="font-size: 14px;">sourceforge.net</a>,
<a href="https://gitlab.com/terafoundation/tera" target="_blank" style="font-size: 14px;">gitlab.com</a>
</td>
<td>
<a href="https://terafoundation.org/explorer.html" target="_blank" style="font-size: 14px;">terafoundation.org</a>
</td>
<td>NodeJS</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Specification -->
<!-- Updates -->
<div id="updates" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header">
<h2 class="title md-down-left">Updates</h2>
</div>
<!-- /Section header -->
<div class="no-more-tables">
<table class="table">
<tbody>
<tr>
<td valign="top">v. 0.897</td>
<td>The <a href="https://gitlab.com/terafoundation/tera/blob/master/Doc/Eng/API2.md" target="_blank" style="font-size: 14px;">API-2</a> is designed to make it easier to write third-party applications. Server-side cryptography and POW operations are performed. Therefore, it is not recommended for public access, because it is not protected from DDOS attacks. Use it if applications such as the exchange server are on the same private network.</td>
</tr>
<tr>
<td valign="top" width="100">v. 0.884</td>
<td><ul> <li>Will be enhanced the behavior of the constants COREY_WATCH_DOG. If you will be the number 2:
"COREY_WATCH_DOG": 2, instead of an overload will just trim the blocks on the 5000, it will save time filling out the memory hashes. I. e. mining will practically go without interruption</li></ul></td>
</tr>
<tr>
<td valign="top">v. 0.880</td>
<td>
<ul>
<li>It contains API Protocol improvements for DApp.</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.877</td>
<td>
<ul>
<li>Today will be an update. The update improves work of DApp.</li>
<li>The update is optional — you can skip it.</li>
</ul>
</td>
</tr>
<tr>
<td valign="top">v. 0.867</td>
<td>
<ul>
<li>Made Protocol support light-wallet, fixed a bug in validate download chains.</li>
<li>The update is optional and can be skipped.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p><a href="../changelog.html" style="font-size: 14px;">Komplettes Changelog</a></p>
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Updates -->
<!-- Roadmap -->
<div id="roadmap" class="section md-padding bg-grey">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header">
<h2 class="title md-down-left">Roadmap</h2>
</div>
<!-- /Section header -->
<div class="row flex wrap">
<!-- Roadmap Item -->
<div class="flex col-sm-12 col-md-3">
<div class="roadmap-item">
<div class="roadmap-item__line done">
<span class="dot"></span>
</div>
<div class="roadmap-item__body">
<div class="roadmap-item__date">
Okt. 2018
</div>
<div class="roadmap-item__info">
<ul>
<li>
Start Smart Contracts
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- /Roadmap Item -->
<!-- Roadmap Item -->
<div class="flex col-sm-12 col-md-3">
<div class="roadmap-item">
<div class="roadmap-item__line done">
<span class="dot"></span>
</div>
<div class="roadmap-item__body">
<div class="roadmap-item__date">
Nov. 2018
</div>
<div class="roadmap-item__info">
<ul>
<li>
DApp Forum
</li>
<li>
DApp Börse
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- /Roadmap Item -->
<!-- Roadmap Item -->
<div class="flex col-sm-12 col-md-3">
<div class="roadmap-item">
<div class="roadmap-item__line done">
<span class="dot"></span>
</div>
<div class="roadmap-item__body">
<div class="roadmap-item__date">
Dez. 2018
</div>
<div class="roadmap-item__info">
<ul>
<li>
Light-Wallet im Web
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- /Roadmap Item -->
<!-- Roadmap Item -->
<div class="flex col-sm-12 col-md-3">
<div class="roadmap-item">
<div class="roadmap-item__line processing">
<span class="dot"></span>
</div>
<div class="roadmap-item__body">
<div class="roadmap-item__date">
Q1 2019
</div>
<div class="roadmap-item__info">
<ul>
<li>
Android/iOS App (Wallet)
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- /Roadmap Item -->
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Roadmap -->
<!-- Feedback -->
<div id="feedback" class="section md-padding" style="display: none;">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Section header -->
<div class="section-header">
<h2 class="title md-down-left">Feedback</h2>
</div>
<!-- /Section header -->
<form>
<input type="text" placeholder="Your Name..." class="form-control" /><br />
<input type="text" placeholder="Your Name..." class="form-control" /><br />
<textarea placeholder="Your Message..." class="form-control"></textarea><br />
<input type="submit" value=" Send " class="btn" />
</form>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /Feedback -->
<!-- LINKS -->
<div id="links" class="section md-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- About Tera content -->
<div class="col-md-12">
<div class="section-header">
<h2 class="title md-down-left">TERA links</h2>
</div>
<div class="col-md-4">
<div class="about bg-grey" style="text-align: justify;">
<h3><i class="fas fa-code" style="color: #000; font-size: 21px;"></i> FOR DEVELOPERS</h3>
1. <a href="https://sourceforge.net/p/tera/code/ci/master/tree/" target="_blank" style="font-size: 14px;">TERA Source Code</a>.<br />
2. <a href="https://docs.google.com/document/d/1PXVBbMKdpsAKPkO9UNB5B-LMwIDjylWoHvAAzzrXjvU/edit?usp=sharing/" target="_blank" style="font-size: 14px;">TERA DApp PAPER (ENG)</a>.<br />
3. <a href="https://docs.google.com/document/d/1SkD4yc_POaGRMJRC6yGkDfdJUuKbcyq3JpG0cBXeYGM/edit?usp=sharing/" target="_blank" style="font-size: 14px;">TERA DApp PAPER (RUS)</a>.<br />
4. <a href="https://docs.google.com/document/d/10yXAKxaU7YgrQnbdXu_L7WWovUoRtdJwo3tXXaGZGSQ/edit?usp=sharing/" target="_blank" style="font-size: 14px;">TERA DApp FAQ</a>.<br />
5. <a href="https://sourceforge.net/p/tera/code/ci/master/tree/Doc/Eng/API.md" target="_blank" style="font-size: 14px;">TERA API</a>.<br />
е. <a href="https://gitlab.com/terafoundation/tera/blob/master/Doc/Eng/API2.md" target="_blank" style="font-size: 14px;">TERA API-2 (for Exchanges)</a>.<br />
</div>
</div>
<div class="col-md-4">
<div class="about bg-grey" style="text-align: justify;">
<h3><i class="fas fa-dollar-sign" style="color: #000; font-size: 21px;"></i> FOR INVESTORS</h3>
1. <a href="https://www.qbtc.ink/trade?symbol=TERA_BTC" target="_blank" style="font-size: 14px;">TERA on QBTC Exchange</a>.<br />
2. <a href="https://www.bitalong.com/trade/index/market/tera_usdt/" target="_blank" style="font-size: 14px;">TERA on Bitalong Exchange</a>.<br />
3. <a href="https://bitmesh.com/exchange?market=btc_tera#/" target="_blank" style="font-size: 14px;">TERA on Bitmesh Exchange</a>.<br />
4. <a href="https://chaoex-en-us.udesk.cn/hc/articles/83487" target="_blank" style="font-size: 14px;">TERA on CHAOEX Exchange</a>.<br />
5. <a href="https://www.citex.co.kr/#/trade/2/37" target="_blank" style="font-size: 14px;">TERA on CITEX Exchange</a>.<br />
6. <a href="/#roadmap" target="_blank" style="font-size: 14px;">TERA Roadmap</a>.
</div>
</div>
<div class="col-md-4">
<div class="about bg-grey" style="text-align: justify;">
<h3><i class="fas fa-server" style="color: #000; font-size: 21px;"></i> FOR MINERS</h3>
1. <a href="https://sourceforge.net/p/tera/code/ci/master/tree/README.md" target="_blank" style="font-size: 14px;">TERA Mining Documentation</a>.<br />
2. <a href="https://docs.google.com/document/d/18DtASGhrbRwXCAkQR1hQG0lVdrStp4CgA-pd6hicwfo/edit?usp=sharing/" target="_blank" style="font-size: 14px;">TERA HAASH</a>.
</div>
</div>
<div class="col-md-4">
<div class="about bg-grey" style="text-align: justify;">
<h3><i class="fas fa-info-circle" style="color: #000; font-size: 21px;"></i> TERA INFORMATION</h3>
1. <a href="https://terafoundation.org/" target="_blank" style="font-size: 14px;">TERA Website</a>.<br />
2. <a href="https://terafoundation.org/explorer.html" target="_blank" style="font-size: 14px;">TERA EXPLORER</a>.<br />
3. <a href="https://terafoundation.org/web-wallet.html" target="_blank" style="font-size: 14px;">TERA WALLET</a>.<br />
4. <a href="https://terafoundation.org/map.html" target="_blank" style="font-size: 14px;">TERA NETWORK MAP</a>.<br />
5. <a href="https://terafoundation.org/files/TERA_WP_EN.pdf" target="_blank" style="font-size: 14px;">TERA WHITE PAPER (EN)</a>.<br />
6. <a href="https://terafoundation.org/files/TERA_WP_RU.pdf" target="_blank" style="font-size: 14px;">TERA WHITE PAPER (RU)</a>.<br />
7. <a href="https://terafoundation.org/files/TERA_WP_DE.pdf" target="_blank" style="font-size: 14px;">TERA WHITE PAPER (DE)</a>.<br />
8. <a href="https://sourceforge.net/p/tera/code/ci/master/tree/Doc/Chinese/WP_chinese.pdf?format=raw" target="_blank" style="font-size: 14px;">TERA WHITE PAPER (CN)</a>.<br />
</div>
</div>
<div class="col-md-4">
<div class="about bg-grey" style="text-align: justify;">
<h3><i class="fas fa-globe" style="color: #000; font-size: 21px;"></i> TERA COMMUNITY</h3>
1. <a href="https://bitcointalk.org/index.php?topic=4573801.0" target="_blank" style="font-size: 14px;">TERA on BitcoinTalk</a>.<br />
2. <a href="https://twitter.com/terafoundation" target="_blank" style="font-size: 14px;">TERA on Twitter</a>.<br />
3. <a href="https://www.reddit.com/user/Terafoundation" target="_blank" style="font-size: 14px;">TERA on Reddit</a>.<br />
4. <a href="https://discord.gg/CvwrbeG" target="_blank" style="font-size: 14px;">TERA on Discord</a>.<br />
5. <a href="https://web.telegram.org/#/im?p=@terafoundation" target="_blank" style="font-size: 14px;">TERA Telegram Chanel</a>.<br />
6. <a href="https://jq.qq.com/?_wv=1027&k=58VsQxc" target="_blank" style="font-size: 14px;">TERA on QQ</a>.
</div>
</div>
<div class="col-md-4">
<div class="about bg-grey" style="text-align: justify;">
<h3><i class="fas fa-handshake" style="color: #000; font-size: 21px;"></i> OTHER</h3>
1. <a href="http://freetimes.cc/fmessenger/" target="_blank" style="font-size: 14px;">FMessenger</a>.
</div>
</div>
<!-- /About Tera content -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div></div>
<!-- Footer -->
<footer id="footer" class="sm-padding bg-dark">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<div class="col-md-12">
<!-- footer logo -->
<div class="footer-logo">
<a href="/de/"><img src="../PIC/Tera_logo.svg" alt="logo"></a>
</div>
<!-- /footer logo -->
<!-- footer links -->
<div class="footer-link">
<span class="footer-link-item">
<a href="/explorer.html">EXPLORER</a>
</span>
<span class="footer-link-item">
<a href="/web-wallet.html">WALLET</a>
</span>
<span class="footer-link-item">
<a href="/map.html">NETZWERK</a>
</span></div>
<!-- /footer links -->
<!-- footer follow -->
<ul class="footer-follow" style="margin-bottom: 0px;">
<li><a href="https://bitcointalk.org/index.php?topic=4573801.0" target="_blank"><i class="fab fa-btc"></i></a></li>
<li><a href="https://twitter.com/terafoundation" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.reddit.com/user/Terafoundation" target="_blank"><i class="fab fa-reddit"></i></a></li>
<li><a href="https://discord.gg/CvwrbeG" target="_blank"><i class="fab fa-discord"></i></a></li>
<li><a href="https://sourceforge.net/p/tera/code/ci/master/tree/" target="_blank"><i class="far fa-file-code"></i></a></li>
<li><a href="https://web.telegram.org/#/im?p=@terafoundation" target="_blank"><i class="fab fa-telegram-plane"></i></a></li>
<li><a href="https://jq.qq.com/?_wv=1027&k=58VsQxc" target="_blank"><i class="fab fa-qq"></i></a></li>
</ul>
<!-- /footer follow -->
<p align="center">
E-Mail des Projektgründers: <a href="mailto: progr76@gmail.com" style="font-size: 14px;">progr76@gmail.com</a>.
</p>
<center><a href="/terms-and-conditions.html" style="font-size: 14px;">Terms and Conditions</a> | <a href="/privacy-policy.html" style="font-size: 14px;">Privacy Policy</a><br /><br />TERA, 2019.</center>
</div>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</footer>
<!-- /Footer -->
<!-- Back to top -->
<!-- <div id="back-to-top"></div> -->
<!-- /Back to top -->
<!-- Preloader -->
<!--<div id="preloader">-->
<!--<div class="preloader">-->
<!--<span></span>-->
<!--<span></span>-->
<!--<span></span>-->
<!--<span></span>-->
<!--</div>-->
<!--</div>-->
<!-- /Preloader -->
<!-- jQuery Plugins -->
<script type="text/javascript" src="../js/jquery.min.js"></script>
<script type="text/javascript" src="../js/bootstrap.min.js"></script>
<script type="text/javascript" src="../js/main.min.js"></script>
<script type="text/javascript" src="../js/cookies.js"></script>
<div id="cookiesmessage" style="display: none;">
This site uses cookies. You need to read the <a href="privacy-policy.html" style="font-size: 14px;" target="_blank">Privacy Policy</a> and click "<a href="#" onclick="setCookie('teracookies','tera_agree', 1); document.getElementById('cookiesmessage').style.display = 'none';" id="i_agree"><strong>I agree</strong></a>" to continue.
</div>
</body>
</html>

307
Source/SITE/faq.html Normal file
View File

@ -0,0 +1,307 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>TERA Foundation: FAQ</title>
<meta data-n-head="true" data-hid="description" name="description" content="Tera - Fast block generation, High transaction throughput, User-friendly">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="CSS/bootstrap.min.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="CSS/style.min.css" />
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(52744594, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/52744594" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135904501-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135904501-1');
</script>
</head>
<body>
<!-- Header -->
<header id="home" class="pages-head-home">
<!-- Nav -->
<nav id="nav" class="navbar nav-transparent">
<div class="container">
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a href="/">
<img class="logo" src="PIC/Tera_Text_gray.svg" alt="TERA Foundation: The fastest block generation Blockchain" title="TERA Foundation: The fastest block generation Blockchain" />
<img class="logo-alt" src="PIC/Tera_Text.svg" alt="TERA Foundation: The fastest block generation Blockchain" title="TERA Foundation: The fastest block generation Blockchain" />
</a>
</div>
<!-- /Logo -->
<!-- Collapse nav button -->
<div class="nav-collapse">
<span></span>
</div>
<!-- /Collapse nav button -->
</div>
<!-- Main navigation -->
{{File=./SITE/page_navigation.html}}
<!-- /Main navigation -->
</div>
</nav>
<!-- /Nav -->
<!-- Social Header -->
<div class="home-wrapper">
<div class="container">
<!-- Row -->
<div class="row">
</div>
<!-- /Row -->
</div>
</div>
<!-- /About Tera -->
</header>
<!-- /Header -->
<!-- About Tera -->
<div id="about" class="section md-padding bg-grey">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- About Tera content -->
<div class="col-md-12 about-panel">
<div class="section-header text-center">
<h1>TERA FAQ</h2>
</div>
<p>
<strong><span class="faqa">TERA achieves one block per second, high tps, but at the same time this high speed may come at the expense of security, so far people have not seen Tera demonstrate its security, can TERA resist hacker attack?</span></strong>
<p>To protect the network, each node is verified with each other, the reputation mechanism is used - accounting for the reputation points of the node, which are added when the exchange is successful, and we use the Protocol of limited messages.<br /><br />
- Verification of the node is carried out by the algorithm of electronic signature, the node address is used as a public key. The node address is a 32-byte number generated from the private key of the node, which in turn is randomly generated once when the node is created. When the node list is distributed over the network, the 32-byte node address, ip, and port are transmitted.
- Reputation points are needed to prioritize the choice of nodes in the exchange with each other, it is necessary for the stability of the created links between nodes. As is known from <a href="/files/TERA_WP_EN.pdf" target="_blank">WP</a>, the network forms a special regular multidimensional topological lattice with reserves of connections. The links themselves are initially formed randomly-at the beginning of the node network, and in the future dynamically maintained regularity of the grid links.<br />
- The limited message Protocol is used to limit the number of messages between nodes, in order to avoid DDOS attacks against each other (including due to failure). If the number of messages exceeds the specified limit per second, the reputation points are reduced, and then the node gets into the ban list.<br /><br />
But we will constantly audit the code and come up with new protections in case of threats. In addition, we plan to hold competitions and cooperation with white hackers on bounty programs.
</p>
</p>
<hr />
<p>
<strong><span class="faqa">TERA has one block per second, will this fast block lead to an explosion in data on the blockchain? If yes, how does TERA address it?</span></strong>
<p>Yes, if 1000 transactions are in trouble per second, then the blockchain will grow at a speed of 10Gb d day. To solve this problem, a mechanism for loading the blockchain from the end will be implemented. It is given in <a href="/files/TERA_WP_EN.pdf" target="_blank">WP</a> under "the Dependence of the Size of the Blockchain Database From User Settings”. This will solve the large size problem, but will not remove the large size. The large size of the blockchain will remain, but will be loaded optionally.
</p>
</p>
<hr />
<p>
<strong><span class="faqa">What is 8 second confirmation, any theoretical or practical foundation on which it is built? Can all nodes be forked? After 1 second proof of work and 4 seconds maximum work load search, can all nodes be synchronized in 4 second?</span></strong>
<p>8 seconds is the time when the 1st confirmation of the sent transaction comes, it consists of the time: 1 second - waiting for the start, 3 seconds - spreading the transaction over the network, 1 second - creating a POW block, 3-spreading the POW over the network.
<br />
This is the maximum technical time required to deliver a transaction to the blockchain of each node - building blocks in a chain one after another. But to make a decision about the success of transactions you need to wait for more time. For example, bitcoin is expected to 10-60 minutes. Everyone has to decide for himself what time to expect. It should depend on the amount of the transaction. For example, if 1 dollar is enough for a few seconds.
</p>
</p>
<hr />
<p>
<strong><span class="faqa">TERA does not charge transaction fee, will this lead to large quantity of void transaction on DDOS net, resulting in transactions unable to be confirmed?</span></strong>
<p>Transactions without fee is our dream, it will develop the direction of DApps and use them widely in real life. The basic idea of protection is to process transactions quickly. I have some thoughts on this in <a href="/files/TERA_WP_EN.pdf" target="_blank">WP</a> in the Chapter “Protection from DDOS Attacks”.
<br /><br />
But there is plan B:
If this does not work, we will introduce a fee - more precisely, we will enter the priority of transactions in the block according to the fee paid for the data byte.
</p>
</p>
<hr />
<p>
<strong><span class="faqa">What is the mechanism with which blocks is being generated in TERA?</span></strong>
<p>As you can see from the answer to question #3: in TERA requires a maximum of 8 seconds to drive the unit through all the nodes and add to the chain of nodes. But blocks are created once per second, so parallel block output is used. Works as in a normal blockchain, but only the previous block is considered to be different-taken immediately 8 previous blocks shifted by 8.
</p>
</p>
<hr />
<p>
<strong><span class="faqa">TERA use sequential nodes to reach fast confirmation, how to react to Sybil attack and cheating nodes and other acts with bad faith?</span></strong>
<p>This question has already been answered in question number 1, briefly:<br />
The mechanism of reputation points is used. When selecting nodes for exchange, priority is given to those nodes that have a greater reputation, i.e. more successful exchanges have been conducted with them.
</p>
</p>
<hr />
<p>
<strong><span class="faqa">What is the solution if TERA has a single point failure?</span></strong>
<p>I propose to solve this by creating another node program:<Br />
1) We will write Protocol specification.<br />
2) One or more commands will create their own version of the node (including other programming languages, such as C).<br />
</p>
</p>
<hr />
<p>
<strong><span class="faqa">TERA smart contract has wormhole agreement?</span></strong>
<p>There is a possibility to create your own tokens and they automatically appear in the standard wallet of the user. Token transfer is the same payment transaction. Token support is made at the system level, In General, the tera coin is, we can say, also a token but with the number 0.<br />
The transaction of creating your own token is a normal transaction of creating a smart contract, but with a token generation parameter and an increased transaction fee. In addition, this smart contract has elevated rights-it can manage the issue of a token for the organization of arbitrarily complex user scenarios. It is also possible to send a simplified transaction without a smart contract with a predetermined amount of emission.
</p>
</p>
<hr />
<p>
<strong><span class="faqa">Roadmap says that TERA plans to achieve million tps, is it for real or exaggerate? What are concrete steps? </span></strong>
<p>Now there is only an intuitive understanding that this is possible. But to create such algorithms, you need statistics, you need the actual use of the network at least 10% of its capacity. Therefore, the work on the study of greater scalability shifted forward to a wider application of the TERA.
</p>
</p>
<hr />
<p>
<strong><span class="faqa">Can you explain in details your plan for decentralized mining pool? The basic mechanism and how Tera can achieve it?</span></strong>
<p>The basic idea is that each node in the network becomes a decentralized pool. Miners are randomly connected to it and send their hashes. Now the miner must have a public Internet address (ip) to send their versions of hashes to the network. In the case of pools-it will not be required.
</p>
</p>
<hr />
<p>
<strong><span class="faqa">What is the next step in TERA plan for DApps ecosystem?</span></strong>
<p>The creation of the IDE. The involvement of programmers. Implementation of a million DApps ideas that were previously impossible due to limited speed.
</p>
</p>
<hr />
<p>
<strong><span class="faqa">What is the ultimate ecosystem TERA would like to achieve?
</span></strong>
<p>Build a world economy without borders based on the tera Blockchain.
</p>
</p>
<hr />
<p>
<strong><span class="faqa">What do you think is the main advantages Tera has over other blockchain projects?
</span></strong>
<p>Decentralisation at the same time with high transaction processing speed.<br />
True DApps that do not require hosting.<br />
No fee transactions.<br />
</p>
</p>
<hr />
<p>
<strong><span class="faqa">Why is TERA popular in China, but not so popular abroad? Whats your opinion on such a hot atmosphere in China?
</span></strong>
<p>Due to the large presence of Scam projects, Tera is not heard in the West. In addition to blame here it's our policy to do first, then write the result in WP. In China, Tera has become mostly known thanks to our team members - who are themselves from China.
</p>
</p>
<hr />
<p>
<strong><span class="faqa">At present, the roadmap only was updated to Q1 of 2019. What is the future development roadmap of TERA? Will it have a major update? Will anonymity be introduced?
</span></strong>
<p>The main road map is very simple:<br /><br />
To create an IDE for developing DApp.<br />
To attract programmers.<br />
Create millions of Dapps.<br />
Creating a legal company might Fund the development of TERA.<br /><br />
We will create a roadmap in more detail in the near future.
</p>
</p>
<hr />
<p>
<strong><span class="faqa">How long will it take for these addresses, ips, and ports to be published on the network when the list of nodes is published?
</span></strong>
<p>Nodes receive a list of addresses in portions and the contents of these portions are random. It usually takes a few minutes for information about all the nodes to spread across the network.
</p>
</p>
<hr />
<p>
<strong><span class="faqa">Will it take one common IP address per node in the future?
</span></strong>
<p>Yes.
</p>
</p>
</div>
<!-- /About Tera content -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</div>
<!-- /About Tera -->
{{File=./SITE/footer_index.html}}

View File

@ -0,0 +1,68 @@
<!-- Footer -->
<footer id="footer" class="sm-padding bg-dark">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<div class="col-md-12">
<!-- footer logo -->
<div class="footer-logo">
<a href="/"><img src="/PIC/Tera_logo.svg" alt="TERA Foundation"></a>
</div>
<!-- /footer logo -->
<!-- footer links -->
<div class="footer-link">
<span class="footer-link-item">
<a href="/explorer.html">EXPLORER</a>
</span>
<span class="footer-link-item">
<a href="/web-wallet.html">WALLET</a>
</span>
<span class="footer-link-item">
<a href="/map.html">NETWORK MAP</a>
</span></div>
<!-- /footer links -->
<!-- footer follow -->
<ul class="footer-follow" style="margin-bottom: 0px;">
<li><a href="https://bitcointalk.org/index.php?topic=4573801.0" target="_blank"><i class="fab fa-btc footicons"></i></a></li>
<li><a href="https://twitter.com/terafoundation" target="_blank"><i class="fab fa-twitter footicons"></i></a></li>
<li><a href="https://www.reddit.com/user/Terafoundation" target="_blank"><i class="fab fa-reddit footicons"></i></a></li>
<li><a href="https://discord.gg/CvwrbeG" target="_blank"><i class="fab fa-discord footicons"></i></a></li>
<li><a href="https://sourceforge.net/p/tera/code/ci/master/tree/" target="_blank"><i class="far fa-file-code footicons"></i></a></li>
<li><a href="https://web.telegram.org/#/im?p=@terafoundation" target="_blank"><i class="fab fa-telegram-plane footicons"></i></a></li>
<li><a href="https://jq.qq.com/?_wv=1027&k=58VsQxc" target="_blank"><i class="fab fa-qq footicons"></i></a></li>
</ul>
<!-- /footer follow -->
<p align="center">
Project Founder Email: <a href="mailto: progr76@gmail.com" style="font-size: 14px;">progr76@gmail.com</a>.
</p>
<p align="center">
<a href="terms-and-conditions.html">Terms and Conditions</a> | <a href="privacy-policy.html">Privacy Policy</a><br /><br />TERA Foundation, 2018 — 2019.
</p>
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</footer>
<!-- /Footer -->
<!-- jQuery Plugins -->
<script type="text/javascript" src="/SITE/JS/jquery.min.js"></script>
<script type="text/javascript" src="/SITE/JS/bootstrap.min.js"></script>
<script type="text/javascript" src="/SITE/JS/main.min.js"></script>
<script type="text/javascript" src="/SITE/JS/cookies.js"></script>
<div id="cookiesmessage">
This site uses cookies. You need to read the <a href="privacy-policy.html" target="_blank">Privacy Policy</a> and click "<a onclick="setCookie('teracookies','tera_agree', 1); document.getElementById('cookiesmessage').style.display = 'none';" id="i_agree" style="cursor: pointer;"><strong>I AGREE</strong></a>" to continue.
</div>
</body>
</html>

View File

@ -0,0 +1 @@
google-site-verification: googleb776e9bcbac608bf.html

Some files were not shown because too many files have changed in this diff Show More