Phoenix Is Here

Dimecoin Network
4 min readJun 18, 2022

--

Dimecoin 2.0.0.0 Phoenix Release

The much anticipated Dimecoin Core update — version 2.0.0.0 aka Phoenix is ready! This core update is a new major version release that includes new features, various bug fixes, and performance improvements. Additionally, there are some updated translations as well.

You will be required to update before block 5,000,000. After block 5,000,000, proto version 70004 will no longer be supported. There is no need to worry if you do not update your software before block 5,000,000; it just means that your current software will not connect to the network and will require an update before you can connect to your existing wallet.

Here is a link to the latest software:

Please report bugs using the issue tracker at GitHub:

https://github.com/dime-coin/dimecoin/issues

or by emailing us directly here.

To receive security and update notifications, please follow our Twitter: https://twitter.com/Dimecoin

How to Upgrade

**WARNING**: Before proceeding, make sure to backup your existing wallet — preferably on an external device!

Follow the link below for a detailed guide on how to backup your wallet if you do not know how:

If you are running an older version, shut it down. Please wait until it completely shuts down and the dialog box closes (this might take a few minutes for older versions) before making any changes.

Next, run the installer (on Windows) or just copy over `/Applications/Dimecoin-Qt` (on Mac) or `dimecoind`/`dimecoin-qt` (on Linux).

The first time you run version v2.0.0.0, your chainstate database will be converted to a new format, which will take anywhere from a few minutes to half an hour, depending on the speed of your machine.

Note that the block database format also changed in version 1.8.0 and there is no automatic upgrade code from before version 1.8 to version 1.10.0 or higher. Upgrading directly from 1.10.x and earlier without re-downloading the blockchain is not supported. This means you will need to fully resync the block database. The best practice is to let it do its thing on the initial startup.

However, as usual, old wallet versions are still supported. If you do not specify a location for your wallet.dat with the -datadir= flag on startup, you may need to manually move your wallet.dat to the dedicated wallets subfolder within the main Dimecoin directory for your balance to properly reflect.

Default location on Windows:

c:\users\yourusername\appdata\roaming\dimecoin\wallets

Downgrade Warning

Wallets created in 2.0.0.0 and later will not be compatible with versions prior to 2.0.0.0 and will not work if you try to use newly created wallets in older versions. Existing wallets that were created with older versions are not affected by this.

Compatibility

Dimecoin Core is extensively tested on multiple operating systems using the Linux kernel, macOS 10.8+, Raspberry Pi OS (64bit only),
and Windows Vista and later. Windows XP is not supported.

Dimecoin Core should also work on most Unix-like systems but is not frequently tested on them.

2.0.0.0 Change Log and Feature Additions

Chain and Consensus

* Implement hybrid POW/POS consensus and masternodes, rebase over bitcoin .17
* implement foundation payments
* prevent/punish duplicate masternodes
* sync optimization
* include Secp256k1

RPC and Other APIs

* add listminting RPC functionality

GUI

* implement minting tab

Build System

* update source for qt 5.9 depends packages
* update build documentation

Tests and QA

* finalized unit tests for v2.0.0.0

Miscellaneous

* cleanup abandoned stakes

Looking Forward

In the coming weeks, we will ensure the Phoenix upgrade remains stable during the transition to mainnet. Our initial priority after block 5,000,000 will be to address any issues/bugs we did not anticipate or could not catch during testnet/beta.

We have already started working on a light client (electrum) based wallet, which will initially be available for Windows and Android. Additionally, we have begun work on a new standalone SPV wallet for Android to upgrade users who currently have the Android wallet installed.

Further announcements will follow for testing and release dates for the new mobile and electrum-based wallets.

Final Thoughts

Thanks to everyone who directly contributed to this release (in no particular order):

* James `barrystyle` Taylor
* Douglas `Dhop14` Hopping
* Alexander `CryptoAxl` de Villechenous
* Sean `Dalamar` Cusack
* Sibewu `Sibby` Viwe Yose

Also, many thanks to those who helped with the extensive testing (too many to list!!!)Important Links

Web: https://www.dimecoinnetwork.com
Twitter: https://twitter.com/Dimecoin
Telegram: t.me/Dimecoinofficialpublic
Telegram Support: t.me/dimeofficialsupport
Discord: discord.gg/JqcKF4v
Facebook: https://www.facebook.com/dimecoincommunity/
Instagram: https://www.instagram.com/dimecoinnetwork/
CoinGecko Beam: https://www.coingecko.com/en/coins/dimecoin
FTX: https://blockfolio.com/coin/DIME

--

--