If upgrading:
Run-> %appdata% > delete peers.dat and conf file -> start new wallet
Mandatory upgrade completed - Upgrade your wallets to 1004
https://github.com/Diminutivecoin/Dimicoin/releases/tag/v1004hmq1725MAIN and please followthe guide #v1004-help first
```Main V1004 Release : Mandatory
DiminutiveCoin1004hmq1725QTWIN.zip
Zipped : DiminutiveCoin1004hmq1725.exe - 32/64bit Windows Xp/7 - Windows 10 With UPNP
DiminutiveCoin1004hmq1725QTUNIX.zip
Zipped : DiminutiveCoin1004hmq1725QT- 32/64bit Linux GUI unix build 16.04 With UPNP
diminutivecoin1004hmq1725dUNIX.zip
Zipped : DiminutiveCoin1004hmq1725d - 32/64bit Linux non GUI unix build 16.04 With UPNP
Changelog
Changes -
Minor Color Changes on QT + Added Icons
Port Change
nDefaultPort = 49139;
nRPCPort = 49122;
Config File Update
fprintf(ConfFile, "#addnode= list was created 2020 03 05 - Add your own \n");
fprintf(ConfFile, "addnode=51.38.71.12\n");
fprintf(ConfFile, "addnode=51.75.162.95\n");
fprintf(ConfFile, "addnode=86.7.19.14\n");
fprintf(ConfFile, "addnode=92.38.140.8\n");
fprintf(ConfFile, "addnode=50.245.85.75\n");
Changed 512 Matures on generic coin generation
Upnp DEFINES += USE_UPNP=$$USE_UPNP STATICLIB MINIUPNP_STATICLIB
Added dependancy update
#Windows begin
#BOOST_LIB_SUFFIX=-mgw49-mt-s-1_60
#BOOST_THREAD_LIB_SUFFIX = $$BOOST_LIB_SUFFIX
#BOOST_INCLUDE_PATH=C:/deps/boost_1_60_0
#BOOST_LIB_PATH=C:/deps/boost_1_60_0/stage/lib
#BDB_INCLUDE_PATH=C:/deps/db-4.8.30.NC/build_unix
#BDB_LIB_PATH=C:/deps/db-4.8.30.NC/build_unix
#OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.1j/include
#OPENSSL_LIB_PATH=C:/deps/openssl-1.0.1j
#MINIUPNPC_INCLUDE_PATH=C:/deps/
#MINIUPNPC_LIB_PATH=C:/deps/miniupnpc
#QRENCODE_INCLUDE_PATH=C:/deps/qrencode-3.4.4
#QRENCODE_LIB_PATH=C:/deps/qrencode-3.4.4/.libs
#Windows end
Remove the hash when building in mingw```