diff --git a/Bin/Light/Tera-light.zip b/Bin/Light/Tera-light.zip
index 28682fb..e3dbca4 100644
Binary files a/Bin/Light/Tera-light.zip and b/Bin/Light/Tera-light.zip differ
diff --git a/Bin/Light/tera_light_setup.exe b/Bin/Light/tera_light_setup.exe
index 33b171c..a1a4270 100644
Binary files a/Bin/Light/tera_light_setup.exe and b/Bin/Light/tera_light_setup.exe differ
diff --git a/Doc/Eng/CONSTANTS.MD b/Doc/Eng/CONSTANTS.MD
index c4af52c..1cf17a1 100644
--- a/Doc/Eng/CONSTANTS.MD
+++ b/Doc/Eng/CONSTANTS.MD
@@ -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
diff --git a/Doc/Rus/CONSTANTS.MD b/Doc/Rus/CONSTANTS.MD
index 83c34ca..97d01d0 100644
--- a/Doc/Rus/CONSTANTS.MD
+++ b/Doc/Rus/CONSTANTS.MD
@@ -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), которые ищутся путем перебора для улучшения вероятности поиска. Рекомендуется значение равное количеству нод сети (с такой же мощностью).
//ПРОЧЕЕ
diff --git a/Source/HTML/JS/dapp-inner.js b/Source/HTML/JS/dapp-inner.js
index cbbeee5..cdcf1d1 100644
--- a/Source/HTML/JS/dapp-inner.js
+++ b/Source/HTML/JS/dapp-inner.js
@@ -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)
diff --git a/Source/HTML/dapp-frame.html b/Source/HTML/dapp-frame.html
index 0d62ba1..35dc84c 100644
--- a/Source/HTML/dapp-frame.html
+++ b/Source/HTML/dapp-frame.html
@@ -258,6 +258,11 @@
// });
// break;
// }
+ case "SetNoScale":
+ {
+ SetNoScale();
+ break;
+ }
}
@@ -379,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()
{
@@ -468,7 +481,6 @@
+
+
diff --git a/Source/SITE/PIC/tera_blockchain.png b/Source/SITE/PIC/tera_blockchain.png
new file mode 100644
index 0000000..50b2eff
Binary files /dev/null and b/Source/SITE/PIC/tera_blockchain.png differ
diff --git a/Source/SITE/PIC/traditional_blockchain.png b/Source/SITE/PIC/traditional_blockchain.png
new file mode 100644
index 0000000..c9d6c5b
Binary files /dev/null and b/Source/SITE/PIC/traditional_blockchain.png differ
diff --git a/Source/SITE/admin.html b/Source/SITE/admin.html
new file mode 100644
index 0000000..24bf6e0
--- /dev/null
+++ b/Source/SITE/admin.html
@@ -0,0 +1,51 @@
+
+
+