Releases: DeckerSU/KomodoOcean
v0.9.0-beta3
What's new?
v0.9.0-beta3
We are happy to announce the release of v0.9.0-beta3
. This release includes binaries that you can download below.
This is a minor version that does not include breaking changes. It is a recommended but optional release for all node operators.
- Fix libsodium build in cases where
git.savannah.gnu.org
is not servingconfig.guess
/config.sub
(disable auto update) - Fix wallet-utility linkage
- Fix launch and following notarizations for both old and new GLEEC chains (resolved dual GLEEC issue)
- Fix ed25519 signature malleability in CC (thanks @TheComputerGenie)
- Add cross-compilation for Linux aarch64 (armv8 64-bit)
- Use p2pkh vout instead of p2pk for change when -pubkey is specified (for notary nodes)
- Update Qt to 5.15.11
- Use latest config.guess and config.sub in depends (thanks @TheComputerGenie)
- Fix boost build warnings on modern compilers
- Fix build on Ubuntu 24.04.1 (Noble Numbat)
- Improve speed of loading guts / block index
- Build: add support for
Darwin arm64
(Apple Silicon
chipset) for native and cross-compile builds - Allow starting without komodo.conf for KMD
- Docker: add ability to build multi-platform images with buildx
- Minor fixes and updates
Starting with this version, you can always find komodod
(Komodo Core Daemon) releases as multi-platform Docker Hub images (x86_64, arm64) here.
Packages
komodo-qt-linux.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than GLIBC 2.23, i.e. starting from Ubuntu 16.04 Xenial)komodo-qt-linux-glibc-2.31.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than GLIBC 2.31, i.e. starting from Ubuntu 20.04 Focal)komodo-qt-mac.zip
- static binaries of Komodo-Qt for MacOS (tested with Mojave)komodo-qt-win.zip
- static binaries of Komodo-Qt for Windowskomodo-qt-install.exe
- Windows Installer (with komodo.conf and ZCash params install features)KomodoOcean-0.9.0-beta3.dmg
- MacOS Installer (only Komodo-Qt app, without ZCash params and .conf)
Checksum & VirusTotal Analysis:
Link | SHA256 |
---|---|
./komodo-qt-install.exe | fbea99032dfb0c74b92042b685eac2b16c8af03e86df91bf4048ca5892a0f95e |
./komodo-qt-win.zip | c66fe12940239c8d95ebe96081fd7bd03bfab55702e4235dfbaa0ee35953a048 |
./komodo-qt-mac.zip | f2ac4bbc4c97d6a9ca47f0281d4286f6c2b718125332a3886e16fc2a1e126df4 |
./KomodoOcean-0.9.0-beta3.dmg | 5837c91ac1f3613fc20a8d5e875fed50abcb299491779de1cda82fd3a1fc070f |
./komodo-qt-linux-glibc-2.31.tar.gz | 62d48cdd993af83126269c26d970a3749f56a62beaab4fd5255ac40f381bbfad |
./komodo-qt-linux.tar.gz | f2a816e271e70bb36a3a8a5167b24f83f7821197c72b1d013feb4b0e945e6b65 |
Verification of Downloads
This release was signed by https://keybase.io/DeckerSU (GPG fingerprint: FD9A 772C 7300 F4C8 94D1 A819 FE50 4808 62E6 451C
).
Notes
For all people who worries about virustotal check results (especially for MacOS and Linux versions): even Bitcoin Core for Mac bitcoin-0.18.1-osx64.tar.gz from official site detected by some AV software as MAC.Miner.6 / RiskTool.OSX.Miner, here is a proof. So, Komodo-Qt (KomodoOcean) is not an exception, bcz it includes miner.
v0.9.0-beta1 [Drogon]
What's new?
v0.9.0-beta1 [Drogon]
We are happy to announce the release of 0.9.0
. This release includes binaries that you can download below.
This is a mandatory major version that does include breaking changes.
This release includes the new elected notary node pubkeys for S8 (Season 8), along with other important consensus changes and improvements such as KIP0002 (KMD Block Reward Reduction proposal) and KIP0003 (KMD Transaction Fee Increase and Burn), both of which were voted on and accepted by the Komodo community. As a result, this is a hard-forking release, making it mandatory for everyone.
S8 (Season 8) will commence at KMD block 4125988
, which is expected around Fri Oct 4, 2024, 13:37:33 GMT+0000
. Nodes that are not updated in time will not follow the KMD and assetchains mainnet. Therefore, it is obligatory to update by the mentioned date.
-
Remove libsnark, libgmp, mini-gmp
- The old
mini-gmp
C-library has been removed, and the functionsbitcoin_base58{en,de}code
have been replaced with internal{En,De}codeBase58
from the Bitcoin codebase. - GMP functions are no longer used in
rewards CC
; the same results can be achieved more efficiently using the internalarith_uint256
type. - GMP functions are no longer used in
payments CC
; refactoring has been done to work with large numbers in calculations usingarith_uint256
. Dilithium
andmusig
have been removed from the CC in preparation for the upcoming update to thesecp256k1
codebase.- Old pre-sapling Sprout (PHGRProof) proofs validation has been removed.
komodod
will no longer verify old Sprout proofs and will assume they are valid. This change is safe forKMD
and ACs, as transactions involving Sprout afterKOMODO_SAPLING_DEADLINE
(February 15, 2019) were prohibited at the consensus level. libnsnark
andlibgmp
have been removed from dependencies and build systems.- KMD and dPoW-protected AC checkpoints have been updated.
These changes will result in faster Initial Block Download (IBD) due to saving CPU time on verifying old Sprout transactions and disabling scripts and other resource-intensive checks during IBD. Additionally, with the removal of old pre-sapling Sprout, the need for
sprout-proving.key
andsprout-verifying.key
files in.zcash-params
(~910 Mb) is eliminated. - The old
-
Qt: Refactor and fix deprecation warnings as part of the preparations for migrating to the latest version, Qt 6.
-
Prepended additional checks for consensus-critical constants. Introduced the
NotaryChecker
class, designed to pre-check the public keys array, season heights, and timestamps before launching the daemon. This check prevents the daemon from starting if any critical information in these arrays is incorrectly filled. -
Fix datacarrier related command-line args.
-
Added new S8 (Season 8) related consensus rule changes, including updates such as new notary node pubkeys, KIP-0002, KIP-0003, and more. According to the KIP-0002 proposal, starting from S8, the block subsidy will be reduced to 1 KMD. This change is intended to reduce market sell pressure and allow previously created coins to increase in cost basis over time. Additionally, per the KIP-0003 proposal, transaction fees for blocks produced by notary nodes will be burned. The primary objective of this change is to enhance KMD tokenomics by creating a deflationary effect through the burning of transaction fees.
-
In this release, we are still maintaining compatibility with Ubuntu 16.04 LTS
Xenial Xerus
as it is supported with Extended Security Maintenance (ESM) until April 2026. This means thatXenial
users can continue to use the KomodoOcean wallet (This can be changed in future releases.) -
Minor fixes and updates.
Packages
komodo-qt-linux.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than GLIBC 2.23, i.e. starting from Ubuntu 16.04 Xenial)komodo-qt-linux-glibc-2.31.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than GLIBC 2.31, i.e. starting from Ubuntu 20.04 Focal)komodo-qt-mac.zip
- static binaries of Komodo-Qt for MacOS (tested with Mojave)komodo-qt-win.zip
- static binaries of Komodo-Qt for Windowskomodo-qt-install.exe
- Windows Installer (with komodo.conf and ZCash params install features)KomodoOcean-0.9.0-beta1.dmg
- MacOS Installer (only Komodo-Qt app, without ZCash params and .conf)
Checksum & VirusTotal Analysis:
Link | SHA256 |
---|---|
komodo-qt-install.exe | cd90ae2ce8289e22142a86033c810069584b216a427888061b95049d7833f3f3 |
komodo-qt-win.zip | 4bef5e20e0bafb0de253e8ad395f766a3bbf4dcab0efffe20723a33d3fc0ec44 |
komodo-qt-mac.zip | 7e7bc58ae0ccc9765a4537b3691b60108522dd935c09286ea6f3537a73f8a51a |
KomodoOcean-0.9.0-beta1.dmg | 2e64cad3ebb86dba1374a1a007bb7bc18cc2511af850af9a456026496d476420 |
komodo-qt-linux-glibc-2.31.tar.gz | 5a8a67d53e0579af5cf9eb37917a801427d199424007d96a7a79c3294f8eced6 |
komodo-qt-linux.tar.gz | 36360470a05995694c23a3986abbca0562271f8725ece60e4544f13ad9d7f5c0 |
Verification of Downloads
This release was signed by https://keybase.io/DeckerSU (GPG fingerprint: FD9A 772C 7300 F4C8 94D1 A819 FE50 4808 62E6 451C
).
Notes
For all people who worries about virustotal check results (especially for MacOS and Linux versions): even Bitcoin Core for Mac bitcoin-0.18.1-osx64.tar.gz from official site detected by some AV software as MAC.Miner.6 / RiskTool.OSX.Miner, here is a proof. So, Komodo-Qt (KomodoOcean) is not an exception, bcz it includes miner.
v0.8.2-beta1 [Smaug]
What's new?
v0.8.2-beta1 [Smaug]
We are happy to announce the release of 0.8.2
. This release includes binaries that you can download below.
This is an optional minor version that does not include breaking changes.
- The value pools for sapling and sprout now calculate accurately. For new nodes syncing from scratch, this calculation will be automatic. For older nodes with an "old" blockchain folder, a reindex is required. Please note, this only supports backward compatibility, meaning a blockchain folder from versions lower than
0.8.2
can be used with0.8.2
, but not vice versa. If an attempt is made to start the0.8.1
version with a blockchain synced on0.8.2
, an error will occur. - A transparent value pool and chain supply calculation have been added (refer to the
getblockchaininfo
output for more details). - A calculation for the burned coins value pool has been added (for more information, refer to the KMD burn program).
- The wallet rescanning process during the import of private keys is now faster in some cases.
- Tests: The unit tests have been refactored and improved.
- Build: The fallback download URL for dependencies is now functioning correctly. If the primary URL for any dependency becomes unavailable for any reason (such as relocation, file removal, or blocking), the necessary dependency will be downloaded from a fallback location.
- Minor fixes and updates.
Packages
komodo-qt-linux.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than GLIBC 2.23, i.e. starting from Ubuntu 16.04 Xenial)komodo-qt-linux-glibc-2.31.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than GLIBC 2.31, i.e. starting from Ubuntu 20.04 Focal)komodo-qt-mac.zip
- static binaries of Komodo-Qt for MacOS (tested with Mojave)komodo-qt-win.zip
- static binaries of Komodo-Qt for Windowskomodo-qt-install.exe
- Windows Installer (with komodo.conf and ZCash params install features)KomodoOcean-0.8.2-beta1.dmg
- MacOS Installer (only Komodo-Qt app, without ZCash params and .conf)
Checksum & VirusTotal Analysis:
Link | SHA256 |
---|---|
komodo-qt-mac.zip | e49672669db04a6616dd3e76774f987b4ac25b2aee130be6d1fc45a8e17bfd56 |
KomodoOcean-0.8.2-beta1.dmg | 4a386d24940e80659aa8eacf17002b016674e19e22f1caf4e1c179e001d04ed3 |
komodo-qt-win.zip | 77b7796dd154122edde54bc08a4a9ba1c130a871bf6ae236ffbdb2e6f38c880c |
komodo-qt-install.exe | cea1e9d029e0e7677c8d81e6fce599793bbef8c338925247b9bf896f745a724e |
komodo-qt-linux-glibc-2.31.tar.gz | d8289cd568fc0f2fc8c2addf021d82f0d143bf8cb8a59b99e2bfbbe12633548a |
komodo-qt-linux.tar.gz | 55be668f7b10fbbd9a26fede5d8aae5f69f1cc478d3084fd3f7d80c0b287148d |
Verification of Downloads
This release was signed by https://keybase.io/DeckerSU (GPG fingerprint: FD9A 772C 7300 F4C8 94D1 A819 FE50 4808 62E6 451C
).
Notes
For all people who worries about virustotal check results (especially for MacOS and Linux versions): even Bitcoin Core for Mac bitcoin-0.18.1-osx64.tar.gz from official site detected by some AV software as MAC.Miner.6 / RiskTool.OSX.Miner, here is a proof. So, Komodo-Qt (KomodoOcean) is not an exception, bcz it includes miner.
v0.8.1-beta2
What's new?
v0.8.1-beta2 [Falkor]
- This is a minor update that addresses a MacOS-specific issue with assetchains. In a few previous builds, when you attempted to start an assetchain (AC), its
rpcport
,p2pport
, and protocolmagic
values could be set incorrectly. Consequently, the daemon failed to synchronize the blockchain. This issue has been resolved in this release. We would like to thank@Vaporum Coin
for reporting this issue. While this update is recommended, if you haven't encountered the issue with incorrect port numbers, you can continue using the previous version. - Additional unit tests were added.
- Minor fixes and updates.
Packages
komodo-qt-linux.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than GLIBC 2.23, i.e. starting from Ubuntu 16.04 Xenial)komodo-qt-linux-glibc-2.31.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than GLIBC 2.31, i.e. starting from Ubuntu 20.04 Focal)komodo-qt-mac.zip
- static binaries of Komodo-Qt for MacOS (tested with Mojave)komodo-qt-win.zip
- static binaries of Komodo-Qt for Windowskomodo-qt-install.exe
- Windows Installer (with komodo.conf and ZCash params install features)KomodoOcean-0.8.1-beta2.dmg
- MacOS Installer (only Komodo-Qt app, without ZCash params and .conf)
Checksum & VirusTotal Analysis:
Link | SHA256 |
---|---|
komodo-qt-linux.tar.gz | e1bb77293b958509d5942a25ef0e3c38c9b27ee3a001eb3d29d14659ba80ad14 |
komodo-qt-linux-glibc-2.31.tar.gz | 96b7c4586d2042791a554cd7f689e0c03cc0c0c6a92c7cc8995186a73c7979e8 |
komodo-qt-mac.zip | a1bafbc2b4820a7177d4a7a5f0c94d7a4209b59b2f14f6ce4a369c8313e335a3 |
komodo-qt-win.zip | 48e13c693bc1783475eeda6460441f90b006b7308fdfa7f6e07a8c20dacd94c2 |
komodo-qt-install.exe | af846b3faa3a9cb2025d6456743cb3b639a5c863bc050cb32686e490957065d4 |
KomodoOcean-0.8.1-beta2.dmg | 3c68f919d97b353410ffff8153885ab08382d2cb5532e25db9817f4b268ca8dc |
Verification of Downloads
This release was signed by https://keybase.io/DeckerSU (GPG fingerprint: FD9A 772C 7300 F4C8 94D1 A819 FE50 4808 62E6 451C
).
Notes
For all people who worries about virustotal check results (especially for MacOS and Linux versions): even Bitcoin Core for Mac bitcoin-0.18.1-osx64.tar.gz from official site detected by some AV software as MAC.Miner.6 / RiskTool.OSX.Miner, here is a proof. So, Komodo-Qt (KomodoOcean) is not an exception, bcz it includes miner.
v0.8.1-beta1
What's new?
v0.8.1-beta1
- This update is mandatory and includes several security fixes, code refactoring, optimizations, and other improvements.
- Bump Qt version to 5.15.5, updating from Qt 5.12.x to 5.15.x is important due to key enhancements in security, efficiency, bug fixes, compatibility, added features and extended maintenance and support for the software.
- The verification of private (sprout) transactions has been fixed when building with modern compilers.
- Update Rust compiler to 1.69.
- Update Clang to 15 for macOS cross-compilation.
- Add notarisations specific unit tests.
- Refactoring the legacy code that is associated with PAX, KV, and ratification transactions has resulted in a slight decrease in block verification and overall synchronization time.
- Bump libcurl to 8.4.0 (CVE-2023-38545, CVE-2023-38546 fix).
Packages
komodo-qt-linux.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than GLIBC 2.23)komodo-qt-linux-glibc-2.31.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than GLIBC 2.31)komodo-qt-mac.zip
- static binaries of Komodo-Qt for MacOS (tested with Mojave)komodo-qt-win.zip
- static binaries of Komodo-Qt for Windowskomodo-qt-install.exe
- Windows Installer (with komodo.conf and ZCash params install features)KomodoOcean-0.8.1-beta1.dmg
- MacOS Installer (only Komodo-Qt app, without ZCash params and .conf)
VirusTotal Links
VirusTotal | SHA-256 |
---|---|
komodo-qt-linux.tar.gz | f60534a088c5ec6ebb8e35a637a5abbd049f8f20be4629fa7a6aba326b15a6d5 |
komodo-qt-linux-glibc-2.31.tar.gz | be4046bd3ccd17944d9082c554c82e1562b205a0e90c24ef58f7f85316f3e35b |
komodo-qt-mac.zip | 6ba368c0cdc785f5a786740361f37f05ea6499b579d207f8eb0729d9aaf47474 |
komodo-qt-win.zip | 6aede86a4d3831f9f075c638bc662548a007ce42b66b5d68bd915bfb9bf8d758 |
komodo-qt-install.exe | 7d3ec695eb972b7b6987fd00a31ca9d153a75fed632e0388c7f1c60576db76ab |
KomodoOcean-0.8.1-beta1.dmg | 8f9e1815d26e6fe6ad37f32f7bd2d8bfc974f70e7516289a5ce7bb63f9f75b9e |
Notes
For all people who worries about virustotal check results (especially for MacOS and Linux versions): even Bitcoin Core for Mac bitcoin-0.18.1-osx64.tar.gz from official site detected by some AV software as MAC.Miner.6 / RiskTool.OSX.Miner, here is a proof. So, Komodo-Qt (KomodoOcean) is not an exception, bcz it includes miner.
v0.8.0-beta1 [Viserion]
What's new?
v0.8.0-beta1 [Viserion]
- This is a mandatory update, Komodo Season 7 HF planned on height
3484958
for KMD, and timestamp1688132253
(Fri Jun 30 2023 13:37:33 GMT+0000
) for assetchains. All wallets/nodes should be updated to the latest (0.8.0
) software to continue followingmainnet
. - Reduce AUR 5% -> 0.01% (start from S7), as it announced in KIP-0001.
- Memory Usage Improvement: The memory usage of
komodod
has been reduced by not keeping Equihash solutions for all block headers in memory. - Node Startup Performance Improvements.
- Security fixes.
- Fix MacOS native build.
- Upgrade project dependencies (libevent).
- Add
z_gettreestate
rpc. - Minor fixes and updates.
Packages
komodo-qt-linux.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than GLIBC 2.23, i.e. starting from Ubuntu 16.04 Xenial)komodo-qt-linux-glibc-2.31.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than GLIBC 2.31, i.e. starting from Ubuntu 20.04 Focal)komodo-qt-mac.zip
- static binaries of Komodo-Qt for MacOS (tested with Mojave)komodo-qt-win.zip
- static binaries of Komodo-Qt for Windowskomodo-qt-install.exe
- Windows Installer (with komodo.conf and ZCash params install features)KomodoOcean-0.8.0-beta1.dmg
- MacOS Installer (only Komodo-Qt app, without ZCash params and .conf)
Checksum & VirusTotal Analysis
Link | SHA256 |
---|---|
komodo-qt-mac.zip | b83fda67474286a41094228663e74b3c77b6f392310a813efa77af5e68301fd8 |
komodo-qt-win.zip | 830c8be7461ba9178268a0ff94075308cd820862fd6c33c997f402648ca9c607 |
komodo-qt-linux-glibc-2.31.tar.gz | 37729d23c4a2a90960394a9cb95f049883183e58a698e97cf6bcbe5b35caf65f |
komodo-qt-linux.tar.gz | 56101b11ea7e6d30057bc4cd3f8c5cb8a6abc4142c3309257860434d031dfc08 |
komodo-qt-install.exe | e0d22b2a02d717f1c4c44aa178aaf4ccd5ade43687277e001b4ff8ce3b54998d |
KomodoOcean-0.8.0-beta1.dmg | 4265225012655111bfff4f3c7b013e819620ce35fa9a068d91a013088fb6e8f0 |
Verification of Downloads
This release was signed by https://keybase.io/DeckerSU (GPG fingerprint: FD9A 772C 7300 F4C8 94D1 A819 FE50 4808 62E6 451C
).
Notes
For all people who worries about virustotal check results (especially for MacOS and Linux versions): even Bitcoin Core for Mac bitcoin-0.18.1-osx64.tar.gz from official site detected by some AV software as MAC.Miner.6 / RiskTool.OSX.Miner, here is a proof. So, Komodo-Qt (KomodoOcean) is not an exception, bcz it includes miner.
v0.7.2-beta3
What's new?
v0.7.2-beta3
- Includes backport of combined #559 PR from komodo codebase. This PR contains many refactorings and improvements made by @jmjatlanta, such as: improvements and fix of mining and staking code, adding missed mutexes locks, unused code delete, etc.
- Internal code improvements.
- Fix komodo events (
komodostate
) file filling after last events refactoring. All users should delete (!) oldkomodostate
andkomodostate.ind
files in data directory before use updated version of wallet / daemon. - Fix build errors with new versions of compilers, glibc, etc.
- Get rid of plain C hash implementations (LibTomCrypt)
- Add new unit-tests for interest / rewards calculations coverage.
- Minor fixes and updates.
This is intermediate release, update from v0.7.2-beta2
is not mandatory, but desirable. Before update the binaries delete komodostate
and komodostate.ind
files in data directory.
Packages
komodo-qt-linux.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than GLIBC 2.23)komodo-qt-linux-glibc-2.28.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than GLIBC 2.28)komodo-qt-mac.zip
- static binaries of Komodo-Qt for MacOS (tested with Mojave)komodo-qt-win.zip
- static binaries of Komodo-Qt for Windowskomodo-qt-install.exe
- Windows Installer (with komodo.conf and ZCash params install features)KomodoOcean-0.7.2-beta3.dmg
- MacOS Installer (only Komodo-Qt app, without ZCash params and .conf)
VirusTotal Links
VirusTotal | SHA-256 |
---|---|
komodo-qt-linux.tar.gz | 86f8af101b5ac949539051a00cfb948aa6c504769e7ba479d1dc35614956667b |
komodo-qt-linux-glibc-2.28.tar.gz | eede16585fbae61eca5f8125bb2225da37ce1bdf75cba0e5a3fa8a8087790f89 |
komodo-qt-mac.zip | eef3f63c483c0470ee6cb1f9c7f915dd20fe3e472287764e9b65ba726b820a1b |
komodo-qt-win.zip | a4821c5f2729074e6dd9b61c155fd253dcb9fd7ab7942aad2de40d4f480d7497 |
komodo-qt-install.exe | c8417524f8b9f1a02e2beb1a7abc4feca9d4a884c00b4e158ca29b83a3ada499 |
KomodoOcean-0.7.2-beta3.dmg | 013f195fcb7daf0a86936740809da893b9c0cdca06aa4a4d136b47aee77bf48b |
Verification of Downloads
This release was signed by https://keybase.io/DeckerSU (GPG fingerprint: FD9A 772C 7300 F4C8 94D1 A819 FE50 4808 62E6 451C
).
Notes
For all people who worries about virustotal check results (especially for MacOS and Linux versions): even Bitcoin Core for Mac bitcoin-0.18.1-osx64.tar.gz from official site detected by some AV software as MAC.Miner.6 / RiskTool.OSX.Miner, here is a proof. So, Komodo-Qt (KomodoOcean) is not an exception, bcz it includes miner.
v0.7.2-beta2 [Longpan]
What's new?
v0.7.2-beta2 [Longpan]
- This is a mandatory update, Komodo Season 6 HF planned on height
2963330
for KMD, and timestamp1656077853
(Fri Jun 24 2022 13:37:33 GMT+0000
) for assetchains. All wallets/nodes should be updated to the latest (0.7.2
) software to continue followingmainnet
. - Fix build with new
glibc 2.34
on Linux platforms. - Fix unoptimized depends build (
bdb
,boost
,protobuf
,zeromq
). - Remove Verus (VRSC) legacy code: VerusHash, VerusHash 1.1, Verus POS/stake, etc. Chains which used VerusHash as primary algo, like
LUMBER
will be incompatible with new version of daemon. - Code refactoring. Perfomance boost on some operations.
- Restore
-exchange
command line arg for an exchanges (this will disable interest/reward calculations and will setnLockTime
in newly created transactions to zero). - Fix / refactor
komodo_block_prg
andkomodo_block_unlocktime
internals logic, get rid of VerusHash usage in it. Starting from this release all chains using-ac_timeunlockfrom
,-ac_timeunlockto
,-ac_timelockgte
will be incompatible with new daemon (there was no well-known public blockchains using these features). Newly created blockchains (ACs
) using these parameters will work without any limitations on0.7.2
and higher versions of software. hf22
/hfnet
consensus changes and fixes, related to well-known issues of long-gaps between blocks, disappearing txes from mempool in-case of big gaps between blocks, etc. These changes aimed to improve the network stability, help to get rid of such gaps, and make txes propagation more reliable and stable.- Minor fixes and updates.
Packages
komodo-qt-linux.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than GLIBC 2.23)komodo-qt-linux-glibc-2.31.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than GLIBC 2.31)komodo-qt-mac.zip
- static binaries of Komodo-Qt for MacOS (tested with Mojave)komodo-qt-win.zip
- static binaries of Komodo-Qt for Windowskomodo-qt-install.exe
- Windows Installer (with komodo.conf and ZCash params install features)KomodoOcean-0.7.2-beta2.dmg
- MacOS Installer (only Komodo-Qt app, without ZCash params and .conf)
VirusTotal Links
VirusTotal | SHA-256 |
---|---|
komodo-qt-linux.tar.gz | a9507c456ba2859f84eea2a90a8108a608e3e17fe23d4e47aae14a20fbf362b1 |
komodo-qt-linux-glibc-2.31.tar.gz | 8a2b3ca34fe823c57523d3c6a2315c9a24c4573163d62c892457a975ac7f056e |
komodo-qt-mac.zip | a1b243a9c29d673fda111f6553bf44c86e052f43c58b14869cf7ea8faaff02aa |
komodo-qt-win.zip | 8f3331211f2bdf4532c2acf13b7a26de87996b6fdaa0ea78901811d0bbdfcb93 |
komodo-qt-install.exe | 956149f2b19f29a8773acd3d5dba58f820eb1b3eb61699903a9666694449d039 |
KomodoOcean-0.7.2-beta2.dmg | feaf1b3bd778970f3c6536950bfd06cc8aa4cd749f8f8c053bb73a05ae36f037 |
Notes
For all people who worries about virustotal check results (especially for MacOS and Linux versions): even Bitcoin Core for Mac bitcoin-0.18.1-osx64.tar.gz from official site detected by some AV software as MAC.Miner.6 / RiskTool.OSX.Miner, here is a proof. So, Komodo-Qt (KomodoOcean) is not an exception, bcz it includes miner.
v0.7.1-beta3
What's new?
v0.7.1-beta3
- rpc: getblockchaininfo added size_on_disk output param
- qt: bump version to Qt 5.12.11
- bump macOS SDK to 10.15.6 (12.1)
- additional logging (debug.log) about Qt info on startup
- macOS toolchain bump
- add icon colorization on mac os
- add privacy feature to Overview page
- minor fixes and enhancements
Packages
komodo-qt-linux.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than GLIBC 2.23)komodo-qt-linux-glibc-2.31.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than GLIBC 2.31)komodo-qt-mac.zip
- static binaries of Komodo-Qt for MacOS (tested with Mojave)komodo-qt-win.zip
- static binaries of Komodo-Qt for Windowskomodo-qt-install.exe
- Windows Installer (with komodo.conf and ZCash params install features)KomodoOcean-0.7.1-beta3.dmg
- MacOS Installer (only Komodo-Qt app, without ZCash params and .conf)
VirusTotal Links
VirusTotal | SHA-256 |
---|---|
komodo-qt-linux.tar.gz | dac460bc3ef6f7404b4d6583f6d72e58884e484f3602a106d21c0786c59d0195 |
komodo-qt-linux-glibc-2.31.tar.gz | 4c4d8aa1b72eb52903455d710825a3023a820d028363ba333530b493492ca3bb |
komodo-qt-mac.zip | 7e135ce2a96515604da60239dd110f3c64f49832030185466098e774a4bd88df |
komodo-qt-win.zip | a2645c469cc1da526379ac75cab9a80a382794a17983b6c1becfe00d06867a13 |
komodo-qt-install.exe | 32dcc5ed164b54bf7680558d13558bf9383b12125045f87ed84a0aca123819b1 |
KomodoOcean-0.7.1-beta3.dmg | 0fa4185a2f8d3a3aca91dad477ea2afb0262a5130961ec84b76312b99d535024 |
Notes
For all people who worries about virustotal check results (especially for MacOS and Linux versions): even Bitcoin Core for Mac bitcoin-0.18.1-osx64.tar.gz from official site detected by some AV software as MAC.Miner.6 / RiskTool.OSX.Miner, here is a proof. So, Komodo-Qt (KomodoOcean) is not an exception, bcz it includes miner.
v0.7.1-beta2
What's new?
v0.7.1-beta2
NB! This is intermediate release, update from v0.7.1-beta1
is not mandatory, but desirable. But update to v0.7.1-beta1
is mandatory!
- fix internal structures initialization (thx to @jmjatlanta and @dimxy)
- minor fixes and enhancements
Packages
komodo-qt-linux.tar.gz
- static binaries of Komodo-Qt for Linux (should work with any Linux distro with GLIBC version not lower than in Ubuntu 16.04)komodo-qt-mac.zip
- static binaries of Komodo-Qt for MacOS (tested with Mojave)komodo-qt-win.zip
- static binaries of Komodo-Qt for Windowskomodo-qt-install.exe
- Windows Installer (with komodo.conf and ZCash params install features)KomodoOcean-0.7.1-beta2.dmg
- MacOS Installer (only Komodo-Qt app, without ZCash params and .conf)
VirusTotal Links
VirusTotal | SHA-256 |
---|---|
komodo-qt-linux.tar.gz | 01dd27a98e5b4a27017755001ab0578728b05d7cdeb74342c68cffb5cd55fae6 |
komodo-qt-mac.zip | 8ed24144dfd8ee2f0971e921209c83fde58d0bae50820376019165962bdaf68f |
komodo-qt-win.zip | 28165b7a0aeff701ed5a7c73242c3f2a172ae6ccccdcfe617e1461e706146fc9 |
komodo-qt-install.exe | f3cb61a2a14d80e7fd90bfac9f7d86daf1bbc2b174f717259b13bfe910c31778 |
KomodoOcean-0.7.1-beta2.dmg | 8dddedfde8bc69ffc03b074070058366207cee36da693016ba640fcd10a34974 |
Notes
For all people who worries about virustotal check results (especially for MacOS and Linux versions): even Bitcoin Core for Mac bitcoin-0.18.1-osx64.tar.gz from official site detected by some AV software as MAC.Miner.6 / RiskTool.OSX.Miner, here is a proof. So, Komodo-Qt (KomodoOcean) is not an exception, bcz it includes miner.