diff --git a/COPYING b/COPYING index c6be8e547..6c5281204 100755 --- a/COPYING +++ b/COPYING @@ -1,6 +1,7 @@ The MIT License (MIT) Copyright (c) 2009-2016 The Bitcoin Core developers +Copyright (c) 2009-2016 The Mooncoin Core developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/LICENSE b/LICENSE new file mode 100755 index 000000000..6c5281204 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2009-2016 The Bitcoin Core developers +Copyright (c) 2009-2016 The Mooncoin Core developers + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/configure b/configure index 8387a8e5d..b2b945e70 100755 --- a/configure +++ b/configure @@ -593,7 +593,7 @@ PACKAGE_TARNAME='mooncoin' PACKAGE_VERSION='0.13.9' PACKAGE_STRING='Mooncoin Core 0.13.9' PACKAGE_BUGREPORT='https://github.com/mooncoincore/wallet/issues' -PACKAGE_URL='https://mooncoin.org/' +PACKAGE_URL='https://mooncoin.com/' ac_unique_file="src/main.cpp" # Factoring default headers for most tests. @@ -1839,7 +1839,7 @@ Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . -Mooncoin Core home page: . +Mooncoin Core home page: . _ACEOF ac_status=$? fi @@ -30973,7 +30973,7 @@ Configuration commands: $config_commands Report bugs to . -Mooncoin Core home page: ." +Mooncoin Core home page: ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 diff --git a/configure.ac b/configure.ac index 66be20647..052030845 100755 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2016) define(_COPYRIGHT_HOLDERS,[The %s developers]) define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Mooncoin Core]]) -AC_INIT([Mooncoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/mooncoincore/wallet/issues],[mooncoin],[https://mooncoin.org/]) +AC_INIT([Mooncoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/mooncoincore/wallet/issues],[mooncoin],[https://mooncoin.com/]) AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_HEADERS([src/config/bitcoin-config.h]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/contrib/README.md b/contrib/README.md index bcd43da3f..9795344f5 100755 --- a/contrib/README.md +++ b/contrib/README.md @@ -52,4 +52,4 @@ Test and Verify Tools Utilities to generate test vectors for the data-driven Mooncoin tests. ### [Verify Binaries](/contrib/verifybinaries) ### -This script attempts to download and verify the signature file SHA256SUMS.asc from mooncoin.org. +This script attempts to download and verify the signature file SHA256SUMS.asc from mooncoin.com. diff --git a/contrib/devtools/split-debug.sh b/contrib/devtools/split-debug.sh index e73763c69..06c6bf707 100755 --- a/contrib/devtools/split-debug.sh +++ b/contrib/devtools/split-debug.sh @@ -4,7 +4,7 @@ if [ $# -ne 3 ]; then echo "usage: $0 " fi -/usr/bin/x86_64-w64-mingw32-objcopy --enable-deterministic-archives -p --only-keep-debug $1 $3 -/usr/bin/x86_64-w64-mingw32-objcopy --enable-deterministic-archives -p --strip-debug $1 $2 -/usr/bin/x86_64-w64-mingw32-strip --enable-deterministic-archives -p -s $2 -/usr/bin/x86_64-w64-mingw32-objcopy --enable-deterministic-archives -p --add-gnu-debuglink=$3 $2 +/usr/bin/i686-w64-mingw32-objcopy --enable-deterministic-archives -p --only-keep-debug $1 $3 +/usr/bin/i686-w64-mingw32-objcopy --enable-deterministic-archives -p --strip-debug $1 $2 +/usr/bin/i686-w64-mingw32-strip --enable-deterministic-archives -p -s $2 +/usr/bin/i686-w64-mingw32-objcopy --enable-deterministic-archives -p --add-gnu-debuglink=$3 $2 diff --git a/doc/README.md b/doc/README.md index 545c76b4b..03e24344f 100755 --- a/doc/README.md +++ b/doc/README.md @@ -3,7 +3,7 @@ Mooncoin Core 0.13.2 Setup --------------------- -[Mooncoin Core](http://mooncoin.org/en/download) is the original Mooncoin client and it builds the backbone of the network. However, it downloads and stores the entire history of Mooncoin transactions (which is currently several GBs); depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more. +[Mooncoin Core](http://mooncoin.com/en/download) is the original Mooncoin client and it builds the backbone of the network. However, it downloads and stores the entire history of Mooncoin transactions (which is currently several GBs); depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more. Running --------------------- diff --git a/doc/gitian-building.md b/doc/gitian-building.md index bc26d7497..4b4e3e7d4 100755 --- a/doc/gitian-building.md +++ b/doc/gitian-building.md @@ -11,7 +11,7 @@ the same, tested dependencies are used and statically built into the executable. Multiple developers build the source code by following a specific descriptor ("recipe"), cryptographically sign the result, and upload the resulting signature. These results are compared and only if they match, the build is accepted and uploaded -to mooncoin.org. +to mooncoin.com. More independent Gitian builders are needed, which is why this guide exists. It is preferred you follow these steps yourself instead of using someone else's diff --git a/doc/litecoin-release-notes/release-notes-0.13.2.md b/doc/litecoin-release-notes/release-notes-0.13.2.md index dc413955f..fd75de3e4 100755 --- a/doc/litecoin-release-notes/release-notes-0.13.2.md +++ b/doc/litecoin-release-notes/release-notes-0.13.2.md @@ -1,6 +1,6 @@ Mooncoin Core version 0.13.2 is now available from: - + This is a new major version release, including new features, various bugfixes and performance improvements, as well as updated translations. It is recommended to upgrade to this version. diff --git a/doc/release-notes-litecoin.md b/doc/release-notes-litecoin.md index 9dd19bf2c..793858c1b 100755 --- a/doc/release-notes-litecoin.md +++ b/doc/release-notes-litecoin.md @@ -1,6 +1,6 @@ Mooncoin Core version 0.13.9 is now available from: - + This is a new major version release, including new features, various bugfixes and performance improvements, as well as updated translations. It is recommended to upgrade to this version. diff --git a/doc/release-process.md b/doc/release-process.md index cd2b22107..37594e36d 100755 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -225,7 +225,7 @@ The `*-debug*` files generated by the gitian build contain debug symbols for troubleshooting by developers. It is assumed that anyone that is interested in debugging can run gitian to generate the files for themselves. To avoid end-user confusion about which file to pick, as well as save storage -space *do not upload these to the mooncoin.org server, nor put them in the torrent*. +space *do not upload these to the mooncoin.com server, nor put them in the torrent*. - GPG-sign it, delete the unsigned file: ``` @@ -235,9 +235,9 @@ rm SHA256SUMS (the digest algorithm is forced to sha256 to avoid confusion of the `Hash:` header that GPG adds with the SHA256 used for the files) Note: check that SHA256SUMS itself doesn't end up in SHA256SUMS, which is a spurious/nonsensical entry. -- Upload zips and installers, as well as `SHA256SUMS.asc` from last step, to the mooncoin.org server. +- Upload zips and installers, as well as `SHA256SUMS.asc` from last step, to the mooncoin.com server. -- Update mooncoin.org version +- Update mooncoin.com version - Announce the release: @@ -245,7 +245,7 @@ Note: check that SHA256SUMS itself doesn't end up in SHA256SUMS, which is a spur - Mooncoin Core announcements list https://groups.google.com/forum/#!forum/mooncoin-dev - - blog.mooncoin.org blog post + - blog.mooncoin.com blog post - mooncointalk.io forum announcement diff --git a/src/config/bitcoin-config.h b/src/config/bitcoin-config.h index bfead5d2e..f9873e522 100644 --- a/src/config/bitcoin-config.h +++ b/src/config/bitcoin-config.h @@ -320,7 +320,7 @@ #define PACKAGE_TARNAME "mooncoin" /* Define to the home page for this package. */ -#define PACKAGE_URL "https://mooncoin.org/" +#define PACKAGE_URL "https://mooncoin.com/" /* Define to the version of this package. */ #define PACKAGE_VERSION "0.13.9" diff --git a/src/init.cpp b/src/init.cpp index 1aa2c9f4d..f937a8b56 100755 --- a/src/init.cpp +++ b/src/init.cpp @@ -482,7 +482,7 @@ std::string HelpMessage(HelpMessageMode mode) std::string LicenseInfo() { const std::string URL_SOURCE_CODE = ""; - const std::string URL_WEBSITE = ""; + const std::string URL_WEBSITE = ""; // todo: remove urls from translations on next change return CopyrightHolders(strprintf(_("Copyright (C) %i-%i"), 2011, COPYRIGHT_YEAR) + " ") + "\n" + "\n" + diff --git a/src/main.cpp b/src/main.cpp index 91f3aae38..221b9f3ec 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers -// Copyright (c) 2016-2017 The Mooncoin Core developers (barrystyle https://github.com/mooncoindev) +// Copyright (c) 2016-2017 The Mooncoin Core developers (barrystyle https://github.com/mooncoindev until 0.13.3) +// Copyright (c) 2017 The Mooncoin Core developers (https://github.com/mooncoincore) // // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/obj/build.h b/src/obj/build.h index c9ad11005..014401a3c 100644 --- a/src/obj/build.h +++ b/src/obj/build.h @@ -1 +1 @@ -#define BUILD_SUFFIX 97c08b6- +#define BUILD_SUFFIX 0ef57fc- diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index 750b556d0..7c63cbd0e 100755 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -49,7 +49,7 @@ static const int MAX_URI_LENGTH = 255; #define SPINNER_FRAMES 36 #define QAPP_ORG_NAME "Mooncoin" -#define QAPP_ORG_DOMAIN "mooncoin.org" +#define QAPP_ORG_DOMAIN "mooncoin.com" #define QAPP_APP_NAME_DEFAULT "Mooncoin-Qt" #define QAPP_APP_NAME_TESTNET "Mooncoin-Qt-testnet" diff --git a/src/qt/res/icons/about.png b/src/qt/res/icons/about.png old mode 100755 new mode 100644 index 1031a51f0..06c474651 Binary files a/src/qt/res/icons/about.png and b/src/qt/res/icons/about.png differ diff --git a/src/qt/res/icons/about_qt.png b/src/qt/res/icons/about_qt.png old mode 100755 new mode 100644 diff --git a/src/qt/res/icons/add.png b/src/qt/res/icons/add.png old mode 100755 new mode 100644 index 1442b4e85..f98e2a8ca Binary files a/src/qt/res/icons/add.png and b/src/qt/res/icons/add.png differ diff --git a/src/qt/res/icons/address-book.png b/src/qt/res/icons/address-book.png old mode 100755 new mode 100644 index b11c7d535..d41dbe653 Binary files a/src/qt/res/icons/address-book.png and b/src/qt/res/icons/address-book.png differ diff --git a/src/qt/res/icons/bitcoin.icns b/src/qt/res/icons/bitcoin.icns old mode 100755 new mode 100644 index b430f6be8..940973b65 Binary files a/src/qt/res/icons/bitcoin.icns and b/src/qt/res/icons/bitcoin.icns differ diff --git a/src/qt/res/icons/bitcoin.ico b/src/qt/res/icons/bitcoin.ico old mode 100755 new mode 100644 index a22aea9ce..889fafd21 Binary files a/src/qt/res/icons/bitcoin.ico and b/src/qt/res/icons/bitcoin.ico differ diff --git a/src/qt/res/icons/bitcoin.png b/src/qt/res/icons/bitcoin.png old mode 100755 new mode 100644 index 6d0aba46b..95131b59b Binary files a/src/qt/res/icons/bitcoin.png and b/src/qt/res/icons/bitcoin.png differ diff --git a/src/qt/res/icons/bitcoin_testnet.ico b/src/qt/res/icons/bitcoin_testnet.ico index a22aea9ce..889fafd21 100644 Binary files a/src/qt/res/icons/bitcoin_testnet.ico and b/src/qt/res/icons/bitcoin_testnet.ico differ diff --git a/src/qt/res/icons/bitcoin_testnet.png b/src/qt/res/icons/bitcoin_testnet.png old mode 100755 new mode 100644 index a1ee73dbb..88058038f Binary files a/src/qt/res/icons/bitcoin_testnet.png and b/src/qt/res/icons/bitcoin_testnet.png differ diff --git a/src/qt/res/icons/chevron.png b/src/qt/res/icons/chevron.png old mode 100755 new mode 100644 index 2309fb38e..566108027 Binary files a/src/qt/res/icons/chevron.png and b/src/qt/res/icons/chevron.png differ diff --git a/src/qt/res/icons/clock1.png b/src/qt/res/icons/clock1.png old mode 100755 new mode 100644 index 162204d1b..448e47f94 Binary files a/src/qt/res/icons/clock1.png and b/src/qt/res/icons/clock1.png differ diff --git a/src/qt/res/icons/clock2.png b/src/qt/res/icons/clock2.png old mode 100755 new mode 100644 index 8f4263a31..c1a6e99f7 Binary files a/src/qt/res/icons/clock2.png and b/src/qt/res/icons/clock2.png differ diff --git a/src/qt/res/icons/clock3.png b/src/qt/res/icons/clock3.png old mode 100755 new mode 100644 index 7f11a7566..e429a402c Binary files a/src/qt/res/icons/clock3.png and b/src/qt/res/icons/clock3.png differ diff --git a/src/qt/res/icons/clock4.png b/src/qt/res/icons/clock4.png old mode 100755 new mode 100644 index fdd1a0fce..ba036f47d Binary files a/src/qt/res/icons/clock4.png and b/src/qt/res/icons/clock4.png differ diff --git a/src/qt/res/icons/clock5.png b/src/qt/res/icons/clock5.png old mode 100755 new mode 100644 index 7d6556c6c..411d7a78a Binary files a/src/qt/res/icons/clock5.png and b/src/qt/res/icons/clock5.png differ diff --git a/src/qt/res/icons/configure.png b/src/qt/res/icons/configure.png old mode 100755 new mode 100644 index 5333c83d5..95bd319ce Binary files a/src/qt/res/icons/configure.png and b/src/qt/res/icons/configure.png differ diff --git a/src/qt/res/icons/connect0.png b/src/qt/res/icons/connect0.png old mode 100755 new mode 100644 index ef708d81f..5e72368a8 Binary files a/src/qt/res/icons/connect0.png and b/src/qt/res/icons/connect0.png differ diff --git a/src/qt/res/icons/connect0_16.png b/src/qt/res/icons/connect0_16.png new file mode 100644 index 000000000..66f3ae4f8 Binary files /dev/null and b/src/qt/res/icons/connect0_16.png differ diff --git a/src/qt/res/icons/connect1.png b/src/qt/res/icons/connect1.png old mode 100755 new mode 100644 diff --git a/src/qt/res/icons/connect1_16.png b/src/qt/res/icons/connect1_16.png new file mode 100644 index 000000000..76000beee Binary files /dev/null and b/src/qt/res/icons/connect1_16.png differ diff --git a/src/qt/res/icons/connect2.png b/src/qt/res/icons/connect2.png old mode 100755 new mode 100644 index 3bbb0d395..e1484ed15 Binary files a/src/qt/res/icons/connect2.png and b/src/qt/res/icons/connect2.png differ diff --git a/src/qt/res/icons/connect2_16.png b/src/qt/res/icons/connect2_16.png new file mode 100644 index 000000000..6d9a37281 Binary files /dev/null and b/src/qt/res/icons/connect2_16.png differ diff --git a/src/qt/res/icons/connect3.png b/src/qt/res/icons/connect3.png old mode 100755 new mode 100644 index 0db99ad8d..9d6e31b35 Binary files a/src/qt/res/icons/connect3.png and b/src/qt/res/icons/connect3.png differ diff --git a/src/qt/res/icons/connect3_16.png b/src/qt/res/icons/connect3_16.png new file mode 100644 index 000000000..a21170078 Binary files /dev/null and b/src/qt/res/icons/connect3_16.png differ diff --git a/src/qt/res/icons/connect4.png b/src/qt/res/icons/connect4.png old mode 100755 new mode 100644 index 9dd19fc2b..7d19b2748 Binary files a/src/qt/res/icons/connect4.png and b/src/qt/res/icons/connect4.png differ diff --git a/src/qt/res/icons/connect4_16.png b/src/qt/res/icons/connect4_16.png new file mode 100644 index 000000000..c1232f568 Binary files /dev/null and b/src/qt/res/icons/connect4_16.png differ diff --git a/src/qt/res/icons/debugwindow.png b/src/qt/res/icons/debugwindow.png old mode 100755 new mode 100644 index 290fe6086..1712adf0e Binary files a/src/qt/res/icons/debugwindow.png and b/src/qt/res/icons/debugwindow.png differ diff --git a/src/qt/res/icons/edit.png b/src/qt/res/icons/edit.png old mode 100755 new mode 100644 index 46582716e..1d6914515 Binary files a/src/qt/res/icons/edit.png and b/src/qt/res/icons/edit.png differ diff --git a/src/qt/res/icons/editcopy.png b/src/qt/res/icons/editcopy.png old mode 100755 new mode 100644 index 74ac8b277..f882aa2ad Binary files a/src/qt/res/icons/editcopy.png and b/src/qt/res/icons/editcopy.png differ diff --git a/src/qt/res/icons/editpaste.png b/src/qt/res/icons/editpaste.png old mode 100755 new mode 100644 index 7b47f4d52..a192060bd Binary files a/src/qt/res/icons/editpaste.png and b/src/qt/res/icons/editpaste.png differ diff --git a/src/qt/res/icons/export.png b/src/qt/res/icons/export.png old mode 100755 new mode 100644 index ac76cc1ef..1df9c2398 Binary files a/src/qt/res/icons/export.png and b/src/qt/res/icons/export.png differ diff --git a/src/qt/res/icons/eye.png b/src/qt/res/icons/eye.png old mode 100755 new mode 100644 diff --git a/src/qt/res/icons/eye_minus.png b/src/qt/res/icons/eye_minus.png old mode 100755 new mode 100644 diff --git a/src/qt/res/icons/eye_plus.png b/src/qt/res/icons/eye_plus.png old mode 100755 new mode 100644 diff --git a/src/qt/res/icons/filesave.png b/src/qt/res/icons/filesave.png old mode 100755 new mode 100644 index 779cca1d5..ae13a151d Binary files a/src/qt/res/icons/filesave.png and b/src/qt/res/icons/filesave.png differ diff --git a/src/qt/res/icons/fontbigger.png b/src/qt/res/icons/fontbigger.png old mode 100755 new mode 100644 diff --git a/src/qt/res/icons/fontsmaller.png b/src/qt/res/icons/fontsmaller.png old mode 100755 new mode 100644 diff --git a/src/qt/res/icons/history.png b/src/qt/res/icons/history.png old mode 100755 new mode 100644 index 68d841fa8..10ac0e159 Binary files a/src/qt/res/icons/history.png and b/src/qt/res/icons/history.png differ diff --git a/src/qt/res/icons/info.png b/src/qt/res/icons/info.png old mode 100755 new mode 100644 diff --git a/src/qt/res/icons/key.png b/src/qt/res/icons/key.png old mode 100755 new mode 100644 index f301c4f38..ece0164f7 Binary files a/src/qt/res/icons/key.png and b/src/qt/res/icons/key.png differ diff --git a/src/qt/res/icons/litecoin.icns b/src/qt/res/icons/litecoin.icns new file mode 100644 index 000000000..73e1b8487 Binary files /dev/null and b/src/qt/res/icons/litecoin.icns differ diff --git a/src/qt/res/icons/lock_closed.png b/src/qt/res/icons/lock_closed.png old mode 100755 new mode 100644 index 1bd98b21a..c566510c4 Binary files a/src/qt/res/icons/lock_closed.png and b/src/qt/res/icons/lock_closed.png differ diff --git a/src/qt/res/icons/lock_open.png b/src/qt/res/icons/lock_open.png old mode 100755 new mode 100644 index a7045133b..c98ca8663 Binary files a/src/qt/res/icons/lock_open.png and b/src/qt/res/icons/lock_open.png differ diff --git a/src/qt/res/icons/mining.png b/src/qt/res/icons/mining.png new file mode 100644 index 000000000..096ba6b51 Binary files /dev/null and b/src/qt/res/icons/mining.png differ diff --git a/src/qt/res/icons/mining_active.png b/src/qt/res/icons/mining_active.png new file mode 100644 index 000000000..92766d145 Binary files /dev/null and b/src/qt/res/icons/mining_active.png differ diff --git a/src/qt/res/icons/mining_inactive.png b/src/qt/res/icons/mining_inactive.png new file mode 100644 index 000000000..5642cd6da Binary files /dev/null and b/src/qt/res/icons/mining_inactive.png differ diff --git a/src/qt/res/icons/notsynced.png b/src/qt/res/icons/notsynced.png new file mode 100644 index 000000000..c9e71184c Binary files /dev/null and b/src/qt/res/icons/notsynced.png differ diff --git a/src/qt/res/icons/open.png b/src/qt/res/icons/open.png old mode 100755 new mode 100644 index 4d958f0e1..65ba36d4d Binary files a/src/qt/res/icons/open.png and b/src/qt/res/icons/open.png differ diff --git a/src/qt/res/icons/overview.png b/src/qt/res/icons/overview.png old mode 100755 new mode 100644 index 411595413..ee2511f01 Binary files a/src/qt/res/icons/overview.png and b/src/qt/res/icons/overview.png differ diff --git a/src/qt/res/icons/qrcode.png b/src/qt/res/icons/qrcode.png new file mode 100644 index 000000000..337c40fd9 Binary files /dev/null and b/src/qt/res/icons/qrcode.png differ diff --git a/src/qt/res/icons/quit.png b/src/qt/res/icons/quit.png old mode 100755 new mode 100644 index 55e34de4b..0dde6f395 Binary files a/src/qt/res/icons/quit.png and b/src/qt/res/icons/quit.png differ diff --git a/src/qt/res/icons/receive.png b/src/qt/res/icons/receive.png old mode 100755 new mode 100644 index f4e6f58d0..53ad1d156 Binary files a/src/qt/res/icons/receive.png and b/src/qt/res/icons/receive.png differ diff --git a/src/qt/res/icons/remove.png b/src/qt/res/icons/remove.png old mode 100755 new mode 100644 index 8e738d630..a44b6d130 Binary files a/src/qt/res/icons/remove.png and b/src/qt/res/icons/remove.png differ diff --git a/src/qt/res/icons/send.png b/src/qt/res/icons/send.png old mode 100755 new mode 100644 index ac76cc1ef..ceb91ea66 Binary files a/src/qt/res/icons/send.png and b/src/qt/res/icons/send.png differ diff --git a/src/qt/res/icons/synced.png b/src/qt/res/icons/synced.png old mode 100755 new mode 100644 index 5ac28d36a..4d7e0e882 Binary files a/src/qt/res/icons/synced.png and b/src/qt/res/icons/synced.png differ diff --git a/src/qt/res/icons/toolbar.png b/src/qt/res/icons/toolbar.png new file mode 100644 index 000000000..782943e7a Binary files /dev/null and b/src/qt/res/icons/toolbar.png differ diff --git a/src/qt/res/icons/toolbar_testnet.png b/src/qt/res/icons/toolbar_testnet.png new file mode 100644 index 000000000..c5d2117f8 Binary files /dev/null and b/src/qt/res/icons/toolbar_testnet.png differ diff --git a/src/qt/res/icons/transaction0.png b/src/qt/res/icons/transaction0.png old mode 100755 new mode 100644 index 72c44565e..4578666ee Binary files a/src/qt/res/icons/transaction0.png and b/src/qt/res/icons/transaction0.png differ diff --git a/src/qt/res/icons/transaction2.png b/src/qt/res/icons/transaction2.png old mode 100755 new mode 100644 index 5ac28d36a..01bb558a1 Binary files a/src/qt/res/icons/transaction2.png and b/src/qt/res/icons/transaction2.png differ diff --git a/src/qt/res/icons/transaction_abandoned.png b/src/qt/res/icons/transaction_abandoned.png old mode 100755 new mode 100644 diff --git a/src/qt/res/icons/transaction_conflicted.png b/src/qt/res/icons/transaction_conflicted.png old mode 100755 new mode 100644 diff --git a/src/qt/res/icons/tx_inout.png b/src/qt/res/icons/tx_inout.png old mode 100755 new mode 100644 index 0a6e72a89..5f092f97a Binary files a/src/qt/res/icons/tx_inout.png and b/src/qt/res/icons/tx_inout.png differ diff --git a/src/qt/res/icons/tx_input.png b/src/qt/res/icons/tx_input.png old mode 100755 new mode 100644 index 9e9ee9293..0f5fea3a8 Binary files a/src/qt/res/icons/tx_input.png and b/src/qt/res/icons/tx_input.png differ diff --git a/src/qt/res/icons/tx_mined.png b/src/qt/res/icons/tx_mined.png old mode 100755 new mode 100644 index 5a6ef521c..613f30fec Binary files a/src/qt/res/icons/tx_mined.png and b/src/qt/res/icons/tx_mined.png differ diff --git a/src/qt/res/icons/tx_output.png b/src/qt/res/icons/tx_output.png old mode 100755 new mode 100644 index 6f66ab654..9ae39fb32 Binary files a/src/qt/res/icons/tx_output.png and b/src/qt/res/icons/tx_output.png differ diff --git a/src/qt/res/icons/verify.png b/src/qt/res/icons/verify.png old mode 100755 new mode 100644 diff --git a/src/qt/res/icons/warning.png b/src/qt/res/icons/warning.png old mode 100755 new mode 100644 diff --git a/src/qt/res/images/about.png b/src/qt/res/images/about.png new file mode 100644 index 000000000..06c474651 Binary files /dev/null and b/src/qt/res/images/about.png differ diff --git a/src/qt/res/images/splash.png b/src/qt/res/images/splash.png index 69775dd4c..37c47e00a 100644 Binary files a/src/qt/res/images/splash.png and b/src/qt/res/images/splash.png differ diff --git a/src/qt/res/images/splash_testnet.png b/src/qt/res/images/splash_testnet.png new file mode 100644 index 000000000..6cfdee06c Binary files /dev/null and b/src/qt/res/images/splash_testnet.png differ diff --git a/src/qt/res/images/wallet_bgcoin.png b/src/qt/res/images/wallet_bgcoin.png new file mode 100644 index 000000000..7daaa804f Binary files /dev/null and b/src/qt/res/images/wallet_bgcoin.png differ diff --git a/src/secp256k1/libsecp256k1.pc b/src/secp256k1/libsecp256k1.pc index 23b75258b..73dee7bbc 100644 --- a/src/secp256k1/libsecp256k1.pc +++ b/src/secp256k1/libsecp256k1.pc @@ -1,4 +1,4 @@ -prefix=/run/media/billos/burstcoin/mooncoin/mooncoincore/mooncoin-mastertest/depends/x86_64-w64-mingw32 +prefix=/run/media/billos/burstcoin/mooncoin/mooncoincore/mooncoinRepo/depends/i686-w64-mingw32 exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include diff --git a/src/secp256k1/src/libsecp256k1-config.h b/src/secp256k1/src/libsecp256k1-config.h index 30e0e0929..b874bee3a 100644 --- a/src/secp256k1/src/libsecp256k1-config.h +++ b/src/secp256k1/src/libsecp256k1-config.h @@ -57,7 +57,7 @@ #define HAVE_UNISTD_H 1 /* Define to 1 if the system has the type `__int128'. */ -#define HAVE___INT128 1 +/* #undef HAVE___INT128 */ /* Define to the sub-directory where libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" @@ -87,7 +87,7 @@ #define STDC_HEADERS 1 /* Define this symbol to enable x86_64 assembly optimizations */ -#define USE_ASM_X86_64 1 +/* #undef USE_ASM_X86_64 */ /* Define this symbol to use a statically generated ecmult table */ #define USE_ECMULT_STATIC_PRECOMPUTATION 1 @@ -100,10 +100,10 @@ /* #undef USE_EXTERNAL_ASM */ /* Define this symbol to use the FIELD_10X26 implementation */ -/* #undef USE_FIELD_10X26 */ +#define USE_FIELD_10X26 1 /* Define this symbol to use the FIELD_5X52 implementation */ -#define USE_FIELD_5X52 1 +/* #undef USE_FIELD_5X52 */ /* Define this symbol to use the native field inverse implementation */ #define USE_FIELD_INV_BUILTIN 1 @@ -118,10 +118,10 @@ #define USE_NUM_NONE 1 /* Define this symbol to use the 4x64 scalar implementation */ -#define USE_SCALAR_4X64 1 +/* #undef USE_SCALAR_4X64 */ /* Define this symbol to use the 8x32 scalar implementation */ -/* #undef USE_SCALAR_8X32 */ +#define USE_SCALAR_8X32 1 /* Define this symbol to use the native scalar inverse implementation */ #define USE_SCALAR_INV_BUILTIN 1 diff --git a/src/univalue/pc/libunivalue-uninstalled.pc b/src/univalue/pc/libunivalue-uninstalled.pc index 34dbea39f..587789510 100644 --- a/src/univalue/pc/libunivalue-uninstalled.pc +++ b/src/univalue/pc/libunivalue-uninstalled.pc @@ -1,4 +1,4 @@ -prefix=/run/media/billos/burstcoin/mooncoin/mooncoincore/mooncoin-mastertest/depends/x86_64-w64-mingw32 +prefix=/run/media/billos/burstcoin/mooncoin/mooncoincore/mooncoinRepo/depends/i686-w64-mingw32 exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include diff --git a/src/univalue/pc/libunivalue.pc b/src/univalue/pc/libunivalue.pc index 2570ab090..b2b0b44f0 100644 --- a/src/univalue/pc/libunivalue.pc +++ b/src/univalue/pc/libunivalue.pc @@ -1,4 +1,4 @@ -prefix=/run/media/billos/burstcoin/mooncoin/mooncoincore/mooncoin-mastertest/depends/x86_64-w64-mingw32 +prefix=/run/media/billos/burstcoin/mooncoin/mooncoincore/mooncoinRepo/depends/i686-w64-mingw32 exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include