Releases: dime-coin/dimecoin
Releases · dime-coin/dimecoin
Dimecoin 1.9.0.0
Highly recommended upgrade
Upgrade notes:
- Backup your Dimecoin data directory before upgrading (in particular your wallet.dat)
- A database reindex is required the first time Dimecoin 1.9.0.0 runs on an old installation (=< 1.8.0)
run qt with: dimecoin-qt -reindex
run daemon with: dimecoind -reindex --daemon
or click OK on the prompt to rebuild database.
Note: This can take a moment. - If you upgrade from 1.9.0-beta, no reindex will happen as database is already at right format. Just backup your wallet.dat.
The code source core was upgraded, which leads to changes that can easily be noticed :
- Internal seeds list updated : more peers connecting
- much faster blockchain syncing
- connection compatibility with all running versions
Dimecoin 1.9.0.0-beta1
- before using, backup your wallet.dat !
- do not use old blockchain files, instead download new bootstrap from wiki, specially uploaded for new version. It means after backing up wallet.dat, you must delete the dimecoin directory, or simply rename it in case you want to reuse v1.8.0 later.
- use new dimecoin.conf file from wiki
You can also sync new blockchain from the beginning if you have new dimecoin.conf (can take about 5 hours)
Dimecoin-Qt 1.8.0
- Improved build config and documentation
- added QR code support
- added simple import private key in file menu with rescan
- miner thread disabled
- localization files update
- Mac wallet added to the release
Dimecoin-Qt 1.7.2
Changes -
- Mingw-w64 compatibility
- Logo presentation fix
Dimecoin-Qt 1.7.1
Ubuntu Binary
If you want to build this release check out the step by step guide
Installation
The following installation has been tested on Ubuntu 17.04.
- Install the following libraries
sudo apt-get install qt4-default libminiupnpc10 libboost-program-option1.62
- Download the file Dimecoin-qt.tar.gz into your home folder, and uncompress it:
cd ~/
tar xzf Dimecoin-qt.tar.gz
- Download the most recent dimecoin.conf (right click->save as) file in your home folder, and move it into the Dimecoin data folder:
cd ~/
mkdir .dimecoin
mv dimecoin.conf .dimecoin
- run the wallet executable
./Dimecoin-qt
- Go to the Wiki for additional tutarials.
Changes
#1 Updated blockchain checkpoints