psy 2 týždňov pred
rodič
commit
40322a495a

+ 5 - 1
README.md

@@ -1,6 +1,6 @@
 # ECOin
 
-![ECOin](ecoin/src/qt/res/icons/ecoin.png)
+![ECOin](https://ecoin.03c8.net/ecoin/ecoin-logo.jpg)
 
 **P2P Ecological Crypto-Currency** — A long-term energy-efficient digital economy strategy
 
@@ -199,6 +199,10 @@ Block Explorer:
 
 ![Block Explorer](https://ecoin.03c8.net/ecoin/ecoin-blockexplorer.png)
 
+Android (APK):
+
+![Android](https://ecoin.03c8.net/ecoin/ecoin-android.png)
+
 ----------
 
 ## License

+ 4 - 0
ecoin/src/checkpoints.cpp

@@ -26,6 +26,10 @@ namespace Checkpoints
             uint256("0x00000142a15d159741bdda3eb11ab2286a1851258715cf01c09894ba480a3aca"),
             1771415774
         ) )
+        ( 1600, std::make_pair(
+            uint256("0x0000006692c49a4edadc03502540c528bda927f58357a699603d42a131f5322a"),
+            1771597438
+        ) )
     ;
 
     static MapCheckpoints mapCheckpointsTestnet =

+ 1 - 1
ecoin/src/qt/forms/aboutdialog.ui

@@ -91,7 +91,7 @@
         <cursorShape>IBeamCursor</cursorShape>
        </property>
        <property name="text">
-        <string>Copyright © 2014-2021 The Ecoin developers</string>
+        <string>Copyright © 2014-2026 The Ecoin developers</string>
        </property>
        <property name="textInteractionFlags">
         <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>

+ 1 - 1
ecoin/src/qt/locale/ecoin_ca.ts

@@ -12,7 +12,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Copyright © 2014-2021 The Ecoin developers</source>
+        <source>Copyright © 2014-2026 The Ecoin developers</source>
         <translation type="unfinished"></translation>
     </message>
     <message>

+ 1 - 1
ecoin/src/qt/locale/ecoin_de.ts

@@ -12,7 +12,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Copyright © 2014-2021 The Ecoin developers</source>
+        <source>Copyright © 2014-2026 The Ecoin developers</source>
         <translation type="unfinished"></translation>
     </message>
     <message>

+ 2 - 2
ecoin/src/qt/locale/ecoin_en.ts

@@ -15,8 +15,8 @@
     </message>
     <message>
         <location line="+41"/>
-        <source>Copyright © 2014-2021 The Ecoin developers</source>
-        <translation>Copyright © 2014-2021 The Ecoin developers</translation>
+        <source>Copyright © 2014-2026 The Ecoin developers</source>
+        <translation>Copyright © 2014-2026 The Ecoin developers</translation>
     </message>
     <message>
         <location line="+13"/>

+ 1 - 1
ecoin/src/qt/locale/ecoin_es.ts

@@ -12,7 +12,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Copyright © 2014-2021 The Ecoin developers</source>
+        <source>Copyright © 2014-2026 The Ecoin developers</source>
         <translation type="unfinished"></translation>
     </message>
     <message>

+ 1 - 1
ecoin/src/qt/locale/ecoin_eu_ES.ts

@@ -12,7 +12,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Copyright © 2014-2021 The Ecoin developers</source>
+        <source>Copyright © 2014-2026 The Ecoin developers</source>
         <translation type="unfinished"></translation>
     </message>
     <message>

+ 1 - 1
ecoin/src/qt/locale/ecoin_fr.ts

@@ -12,7 +12,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Copyright © 2014-2021 The Ecoin developers</source>
+        <source>Copyright © 2014-2026 The Ecoin developers</source>
         <translation type="unfinished"></translation>
     </message>
     <message>

+ 1 - 1
ecoin/src/qt/locale/ecoin_pt.ts

@@ -12,7 +12,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Copyright © 2014-2021 The Ecoin developers</source>
+        <source>Copyright © 2014-2026 The Ecoin developers</source>
         <translation type="unfinished"></translation>
     </message>
     <message>

+ 2 - 2
ecoin/src/qt/locale/ecoin_ru.ts

@@ -15,8 +15,8 @@
     </message>
     <message>
         <location line="+41"/>
-        <source>Copyright © 2014-2021 The Ecoin developers</source>
-        <translation type="unfinished">Все права защищены © 2009-2012 Разработчики Ecoin {2014-2021 ?}</translation>
+        <source>Copyright © 2014-2026 The Ecoin developers</source>
+        <translation type="unfinished">Все права защищены © 2009-2012 Разработчики Ecoin {2014-2026}</translation>
     </message>
     <message>
         <location line="+13"/>

+ 1 - 1
ecoin/src/qt/locale/ecoin_zh_CN.ts

@@ -12,7 +12,7 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Copyright © 2014-2021 The Ecoin developers</source>
+        <source>Copyright © 2014-2026 The Ecoin developers</source>
         <translation type="unfinished"></translation>
     </message>
     <message>

+ 1 - 1
ecoin/src/qt/res/ecoin-qt.rc

@@ -22,7 +22,7 @@ BEGIN
             VALUE "FileDescription",    "Ecoin-Qt (OSS GUI client for Ecoin)"
             VALUE "FileVersion",        VER_FILEVERSION_STR
             VALUE "InternalName",       "ecoin-qt"
-            VALUE "LegalCopyright",     "2014-2021 The Ecoin developers"
+            VALUE "LegalCopyright",     "2014-2026 The Ecoin developers"
             VALUE "LegalTrademarks1",   "Distributed under the GPLv3 software license"
             VALUE "OriginalFilename",   "ecoin-qt.exe"
             VALUE "ProductName",        "Ecoin-Qt"

BIN
ecoin/tools/bootstrap.dat