Skip to content

Releases: reddcoin-project/reddcoin-3.10

ReddCoin Core 3.10.6

18 Apr 20:31
Compare
Choose a tag to compare

Reddcoin Core version 3.10.6 is now available from:

Directly from https://download.reddcoin.com/bin/reddcoin-core-3.10.6/

This release contains improvements to advanced feature activation, binary signature, and other fixes and improvements. Details available in release notes below or at github repo. For the full release notes please see the git repository:
https://github.com/reddcoin-project/reddcoin/blob/v3.10.6/doc/release-notes.md

Preferably use the above download links, not the links provided by GitHub to download the source tarball, as the release tarballs are generated deterministically whereas GitHub's are not.

Full Changelog: reddcoin-project/reddcoin@v3.10.5...v3.10.6

Commits on Apr 4, 2023
@reddink (https://github.com/reddcoin-project/reddcoin/commits?author=reddink)

[build: fix building against qt5.4/5.5] reddcoin-project/reddcoin@c6972ba
[depends: split qt config options to separate lines] reddcoin-project/reddcoin@221a98f
[depends: bump to qt 5.5] reddcoin-project/reddcoin@68cb380
[depends: make more qt flags explicit] reddcoin-project/reddcoin@789f16b
[fixup: qt 5.5 snuck in another module that needs path hand-holding] reddcoin-project/reddcoin@d2b7eb4
[depends: qt PIDLIST_ABSOLUTE patch] reddcoin-project/reddcoin@2e9440a
Merge branch 'qt5.5' into build_trusty
devtools: add libraries for bitcoin-qt to symbol check
gitian: use trusty for building
gitian: make windows build deterministic
Merge branch 'trusty' into build_trusty

Commits on Apr 5, 2023
build: Enable C++11 build, require C++11 compiler
depends: use c++11
build: update ax_cxx_compile_stdcxx to serial 4

Commits on Apr 6, 2023
depends: Bump versions
depends: enable pre-compiled headers for qt
wallet: fix boost::get usage with boost 1.58 (Cory Fields)
auto_ptr → unique_ptr
gitian: Need ca-certificates and python for LXC builds

Commits on Apr 7, 2023
c++11: These look like user-defined literals. (Cory Fields)
build: disable reduced exports by default
build: remove libstdc++ backwards-compat
build: change reduce exports/static libstdc++ options for gitian and …
reddink committed 2 weeks ago

Commits on Apr 8, 2023
c++11: fix libbdb build against libc++ in c++11 mode

Commits on Apr 9, 2023
c++11: MOVEONLY: move function definitions out of the header
c++11: MOVEONLY: break circular dependency in wallet
c++11: don't forward-declare types used in maps

Commits on Apr 10, 2023
Merge branch 'build_trusty' into 3.10

Commits on Apr 11, 2023
build: enable libs build on windows
update release notes
update version

Commits on Apr 13, 2023
gitian: Use the new reddcoin-detached-sigs git repo for OSX signature…
release: remove libc6 dependency from the osx signing descriptor

@reddink
reddink committed last week

SHA256 Checksum reference for file integrity

(Downloadable binaries and source available at: https://download.reddcoin.com/bin/reddcoin-core-3.10.6/ )

6955ceed3118b0d9aa8b059fc69852e9b103e4e5cdd155b8f9cd05a0062ecdcb reddcoin-3.10.6-linux32.tar.gz
beb457a02a7f57da4452ac9229d964b62e456c7f4dbddfcee8317f807a29975f reddcoin-3.10.6-linux64.tar.gz
7c35ab6705b4cf6c287a3e7b49cf3340e3c96d93bff68205941d5ac81fb2e229 reddcoin-3.10.6-osx64.tar.gz
7f38927fab33ab894ef23c8debfdc056caab1920269b7c1c5f2a39c8bdbe1412 reddcoin-3.10.6-osx.dmg
879c388e078212886ec9a165c82c955017eb6d04da596e4bb11a71c1d950a266 reddcoin-3.10.6-osx-unsigned.dmg
725391c8abfddcb559192aaafea49b2e63b6ecb37b4854d9561a9dec21cb9397 reddcoin-3.10.6.tar.gz
2b7f0bbbb19bc5b3374753fb511ceafe67887ffd6e1c5775e63301a976dfdebe reddcoin-3.10.6-win32-setup-unsigned.exe
2d8c82a1ba27adc19360ab9f677eb865598d66ae1178a98f8c69d34cff98f459 reddcoin-3.10.6-win32.zip
515644d3604116aa188fd7f2fb661ff0799f80dc7b7fc93dc0e58836d8c1d65a reddcoin-3.10.6-win64-setup-unsigned.exe
50b3ec89e4d59d0632ca580bac7ca0720f525efd869f5a0cc19068b667dabffe reddcoin-3.10.6-win64.zip

ReddCoin Core 3.10.5

18 Apr 20:09
Compare
Choose a tag to compare

Reddcoin Core version 3.10.5 is now available from:

Directly from https://download.reddcoin.com/bin/reddcoin-core-3.10.5/

IMPORTANT NOTE: THIS IS AN INTERMEDIARY RELEASE AND WILL BE SUPERSEDED BY 3.10.6 ASAP.
This release contains applied fix for "Rabi3s" critical DOS vulnerability as per release notes below.

For the full release notes please see the git repository:
https://github.com/reddcoin-project/reddcoin/blob/v3.10.5/doc/release-notes.md
Preferably use the above download links, not the links provided by GitHub to download the source tarball, as the release tarballs are generated deterministically whereas GitHub's are not.

Full Changelog: reddcoin-project/reddcoin@v3.10.4...v3.10.5

Commits on Mar 12, 2023
[update base58 test vector generation for reddcoin] reddcoin-project/reddcoin@aa0af63

@reddink
reddink committed on Mar 12

Commits on Mar 29, 2023
[Merge branch 'base58_test_vectors' into 3.10] reddcoin-project/reddcoin@b6cf467

[allow segwit transactions to be included in PoS blocks] reddcoin-project/reddcoin@cf23980

[Merge branch 'segwit_txs' into 3.10] reddcoin-project/reddcoin@e55697f

[rate limit p2p addr msg] reddcoin-project/reddcoin@7820a58

[Merge branch 'rabi3s' into 3.10] reddcoin-project/reddcoin@8eb07fc

[update release notes] reddcoin-project/reddcoin@04bbe06

[update release note wording]reddcoin-project/reddcoin@59a424d

reddink committed 3 weeks ago

[update version]- reddcoin-project/reddcoin@6247286

reddink committed 3 weeks ago

Reddcoin Core 3.10.4

21 Feb 23:29
Compare
Choose a tag to compare

Reddcoin Core version 3.10.4 is now available from:

Directly from https://download.reddcoin.com/bin/reddcoin-core-3.10.4/

For the full release notes please see the git repository:
https://github.com/reddcoin-project/reddcoin/blob/v3.10.4/doc/release-notes.md
Preferably use the above download links, not the links provided by GitHub to download the source tarball, as the release tarballs are generated deterministically whereas GitHub's are not.

Reddcoin Core 3.10.3

23 Sep 22:05
Compare
Choose a tag to compare

Reddcoin Core version 3.10.3 is now available from:

Directly from https://download.reddcoin.com/bin/reddcoin-core-3.10.3/

For the full release notes please see the git repository:
https://github.com/reddcoin-project/reddcoin/blob/v3.10.3/doc/release-notes.md
Preferably use the above download links, not the links provided by GitHub to download the source tarball, as the release tarballs are generated deterministically whereas GitHub's are not.

Reddcoin Core 3.10.2

30 Jul 12:14
Compare
Choose a tag to compare

Reddcoin Core version 3.10.2 is now available from:

https://www.reddcoin.com/2020/07/30/reddcoin-rdd-core-wallet-v3-10-2-dos-mitigation-and-peer-management-update/
with release note summary

or directly from https://download.reddcoin.com/bin/reddcoin-core-3.10.2/

For the full release notes please see the git repository:
https://github.com/reddcoin-project/reddcoin/blob/3.10.2/doc/release-notes.md

Preferably use the above download links, not the links provided by GitHub to download the source tarball, as the release tarballs are generated deterministically whereas GitHub's are not.

Reddcoin Core 3.10.1

06 Jul 21:16
Compare
Choose a tag to compare

Reddcoin Core version 3.10.1 is now available from:

https://www.reddcoin.com/2020/07/06/july-6-2020-reddcoin-rdd-core-v3-10-1-recommended-upgrade-to-core-wallet/ with release note summary

or directly from https://download.reddcoin.com/bin/reddcoin-core-3.10.1/

For the full release notes please see the git repository:
https://github.com/reddcoin-project/reddcoin/blob/3.10/doc/release-notes.md

Preferably use the above download links, not the links provided by GitHub to download the source tarball, as the release tarballs are generated deterministically whereas GitHub's are not.

Reddcoin Core 3.10.0

13 Jun 07:10
Compare
Choose a tag to compare

Reddcoin Core version 3.10.0 is now available from:

https://www.reddcoin.com/2020/06/13/reddcoin-core-3-10-0/ with release note summary

or directly from https://download.reddcoin.com/bin/reddcoin-core-3.10.0/

For the full release notes please see the git repository:
https://github.com/reddcoin-project/reddcoin/blob/3.10/doc/release-notes.md

Preferably use the above download links, not the links provided by GitHub to download the source tarball, as the release tarballs are generated deterministically whereas GitHub's are not.

Reddcoin Core v3.10.0 RC5

11 Jun 05:16
Compare
Choose a tag to compare
Pre-release

v3.10.0rc5 code is pre-release, but may be used on mainnet for normal operations.

This "release candidate" version has rolled back the original earlier fixes for #155. due to a possible chain forking condition.

  • Other notable fixes, correctly assigning execution level after windows installation.
  • Using QT5 exclusively for all builds
  • Signing of OSX binaries

RC5 binaries can be downloaded from https://download.reddcoin.com/bin/reddcoin-core-3.10.0/rc5/

To assist in translations, correct text, or add languages, please join the following team: https://www.transifex.com/reddcoin/reddcoin/qt-translation-v310/

Bootstrap (zipped folder of blockchain, date of upload 5-1-20) may be downloaded here if required:
https://drive.google.com/file/d/1ItVFGiDyIH5SfCNhfrj29Qavg8LWmfZy/view?usp=sharing

Commits included since rc4:

  • 660cbb3 translation updates
  • c56a21d Avoid launching as admin when NSIS installer ends.
  • 227fbf3 update for correct app name
  • 67baf58 depends: fix a static qt5 crash when using certain versions of libxcb
  • d965399 depends: always use static qt5 for linux
  • 07ed13c revert check for dev address output
  • 5faebfb docs: release notes

Reddcoin Core v3.10.0rc4

06 Jun 14:19
Compare
Choose a tag to compare
Pre-release

NOTE: This v3.10.0rc4 code is pre-release, but may be used on mainnet for normal operations. This final "release candidate" version addresses an issue identified where the individual posv v2 stake transaction could be modified such that no funds went to the developer. - See reddcoin-project/reddcoin#155 for description.

Also includes additional components of enhanced build system; Travis continuous integration (CI) and Transifex translations. Prerelease v3.10.0rc4 binary code is not certificate signed.

To assist in translations, correct text, or add languages, please join the following team: https://www.transifex.com/reddcoin/reddcoin/qt-translation-v310/

Bootstrap (zipped folder of blockchain, date of upload 5-1-20) may be downloaded here if required:
https://drive.google.com/file/d/1ItVFGiDyIH5SfCNhfrj29Qavg8LWmfZy/view?usp=sharing

Commits included since rc3:

  • 2a8c7e6 Preparations for 3.10.0 rc4
  • 4a6f398 Update translations
  • 7aa5151 build: update reference time to something more recent
  • 1a65b8c Update translations
  • d4a1ca6 transifex: update translation instructions
  • a03895b transifex: update config for this release
  • 51ad1e0 move check before supermajority reached
  • 794680f Make check for developer address when receiving block
  • 457503e travis: Remove group: legacy
  • 97d3a2a travis: Remove depreciated sudo flag
  • 21dcfa6 docs: update release notes
  • 7631aac update error messages
  • 5b41e31 check that the outputs of the stake are correct.
  • 9bd1820 travis: test with wallet enabled
  • 55f2dd5 fix reference to Reddcoin
  • 220f404 travis: disable libs for windows builds (temp)
  • b044e0f depends: qt update download source path
  • 2fe2d85 depends: set new download source
  • 4cf531e remove duplicated entry
  • 0d8d0da travis: diable tests
  • e13ad81 travis: manually disable sse2 support for ARM processors
  • 1f62045 travis: fix crash due to missing (and not required) package
  • 0fb3b75 travis: update path
  • 9d6a642 docs: update travis build status badge with correct path

Official Release v3.0.1

10 Jan 03:21
Compare
Choose a tag to compare

Reddcoin Core 3.0.1

Version 3.0.1 is the official release version of Reddcoin Core.
This release features PoSV v2.
It is particularly important that all users upgrade, as once PoSV v2 is enforced, version 4 blocks will be rejected from the network entirely.

Therefore v3.0.1 is a strongly recommended update for all users.

Features

PoSV v2

This release activates PoSV v2.
The design of PoSV v2 is to increase the stake rewards awarded to those users staking such that the overall network inflation is at 5%. These rules will only activate once a certain number of blocks are staked with this new version. It will take effect after 90% of the network (9000/10000 blocks) are generating v5 blocks (10000 blocks is equivalent to 7 days worth of blocks).

PoSV v2 applies an inflation adjustment value to the stake reward to steer the overall network inflation. The calculation is bound within upper and lower limits and the scaling factor is determined by the output of the last months stake rewards generated.

Developers Funding Address

This release activates sending a percentage (8%) of the overall stake reward to the Developers Funding address. These rules will only activate once a certain number of blocks are mined with this new version. It will take effect after 90% of the network (9000/10000 blocks) are generating v5 blocks (10000 blocks is equivalent to 7 days worth of blocks).

Note: This is a hard fork, as once the above rules are activated (90% upgraded), earlier wallets will reject the block containing the stake transaction.

Fixes

Compiling on ARM devices
Resolved error while compiling QT for fPIC
Minor UI display improvement
Updated copyright year

Blockchain Download

Blockchain data for both testnet and mainnet along with instructions can be downloaded from github.

https://github.com/reddcoin-project/bootstrap_files

SHA256

1043555f8de0a5d8fc63989422b99ecb8d109ca3d2068b275ff30bab249ff017 *reddcoin-3.0.1-linux.tar.gz
a8c2ca802d52e46fe957d186005224579a8c7d8a203231de9567fef5bc511e7a *reddcoin-3.0.1-osx.dmg
57e8d66b7cd5cd7de2801a28dbbe7c56716d3d612ee3fc3e3dd98fc04eefbdd7 *reddcoin-3.0.1-win32-setup.exe
0307407124ff6d59dda2a6ab9c6f06dd4d8bdf335b832bc8160348e782eaf253 *reddcoin-3.0.1-win64-setup.exe
acf4fe5863efe133434224f7a15a5d2117492436b9659f56cd5be15e5f93b754 *reddcoin-3.0.1-win.zip