Skip to content

Commit

Permalink
CureCoin Wallet v2.1.0.1 and Installer updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Hou5e committed Apr 12, 2022
1 parent 55f0157 commit cebe192
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
; Edit this installer script with HM NIS Edit.
; Requires that NSIS (Nullsoft Scriptable Install System) compiler be installed.
; Copyright © 2021 CureCoin
; Copyright © 2022 CureCoin

;---- Helper defines / constants ----
!define PRODUCT_VERSION "2.0.0.2" ;Match the displayed version in the program title. Example: 1.2.3
!define PRODUCT_4_VALUE_VERSION "2.0.0.2" ;Match the executable version: Right-click the program executable file | Properties | Version. Example: 1.2.3.4
!define PRODUCT_UPDATED "2020-04-10"
!define PRODUCT_YEAR "2021"
!define PRODUCT_VERSION "2.1.0.1" ;Match the displayed version in the program title. Example: 1.2.3
!define PRODUCT_4_VALUE_VERSION "2.1.0.1" ;Match the executable version: Right-click the program executable file | Properties | Version. Example: 1.2.3.4
!define PRODUCT_UPDATED "2022-04-11"
!define PRODUCT_YEAR "2022"
!define PRODUCT_NAME "CureCoin"
!define PRODUCT_EXE_NAME "curecoin-qt" ;Executable name without extension
!define PRODUCT_PUBLISHER "CureCoin"
Expand Down Expand Up @@ -173,7 +173,7 @@ Section "!Main Program Installation" SEC01
;Delete the anything in the database folder
Delete "$APPDATA\curecoin\database\*"
;Update folder with the current blockchain file
File "CureCoin\log.0000000134"
File "CureCoin\log.0000000072"

SetOutPath "$APPDATA\curecoin"
;Add or update other Curecoin Blockchain files
Expand All @@ -185,9 +185,8 @@ Section "!Main Program Installation" SEC01
${GetTime} "" "L" $0 $1 $2 $3 $4 $5 $6
CopyFiles /SILENT "$APPDATA\curecoin\wallet.dat" "$APPDATA\curecoin\wallet-Backup_$2-$1-$0_$4_$5.dat"

;Include some addnode entries for better bootstrap nodes
File "CureCoin\curecoin.conf.example"
;Include a 'peers.dat' file for a better list of bootstrap nodes
File "CureCoin\peers.dat"

;Create program shortcuts
SetShellVarContext all ;Uninstall shortcuts from the 'All Users' folder (WinXP only), otherwise uninstall shortcuts from the user's folder
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
; Edit this installer script with HM NIS Edit.
; Requires that NSIS (Nullsoft Scriptable Install System) compiler be installed.
; Copyright © 2021 CureCoin
; Copyright © 2022 CureCoin

;---- Helper defines / constants ----
!define PRODUCT_VERSION "2.0.0.2" ;Match the displayed version in the program title. Example: 1.2.3
!define PRODUCT_4_VALUE_VERSION "2.0.0.2" ;Match the executable version: Right-click the program executable file | Properties | Version. Example: 1.2.3.4
!define PRODUCT_UPDATED "2020-04-10"
!define PRODUCT_YEAR "2021"
!define PRODUCT_VERSION "2.1.0.1" ;Match the displayed version in the program title. Example: 1.2.3
!define PRODUCT_4_VALUE_VERSION "2.1.0.1" ;Match the executable version: Right-click the program executable file | Properties | Version. Example: 1.2.3.4
!define PRODUCT_UPDATED "2022-04-11"
!define PRODUCT_YEAR "2022"
!define PRODUCT_NAME "CureCoin"
!define PRODUCT_EXE_NAME "curecoin-qt" ;Executable name without extension
!define PRODUCT_PUBLISHER "CureCoin"
Expand Down Expand Up @@ -175,11 +175,8 @@ Section "!Main Program Installation" SEC01
${GetTime} "" "L" $0 $1 $2 $3 $4 $5 $6
CopyFiles /SILENT "$APPDATA\curecoin\wallet.dat" "$APPDATA\curecoin\wallet-Backup_$2-$1-$0_$4_$5.dat"

;Include some addnode entries for better bootstrap nodes
File "CureCoin\curecoin.conf.example"
;(Only add on new installations) Include a 'peers.dat' file for a better list of bootstrap nodes
SetOverwrite off
File "CureCoin\peers.dat"
SetOverwrite on

;Create program shortcuts
SetShellVarContext all ;Uninstall shortcuts from the 'All Users' folder (WinXP only), otherwise uninstall shortcuts from the user's folder
Expand Down
8 changes: 8 additions & 0 deletions Install/CureCoin/curecoin.conf.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
server=1
port=9911
addnode=134.195.84.253
addnode=138.197.211.36
addnode=138.199.7.135
addnode=138.88.234.241
addnode=142.93.157.120
addnode=144.76.87.212
addnode=161.35.115.185
addnode=165.16.127.1
rpcuser=username
rpcpassword=password
rpcport=18512
Expand Down
2 changes: 1 addition & 1 deletion Install/CureCoin/license.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2019 CureCoin Developers
Copyright (c) 2013-2022 CureCoin Developers
Copyright (c) 2011-2012 PPCoin Developers
Copyright (c) 2009-2012 Bitcoin Developers

Expand Down
2 changes: 1 addition & 1 deletion Install/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
===================
CureCoin QT Wallet:
===================
Copyright (c) 2013-2019 CureCoin Developers
Copyright (c) 2013-2022 CureCoin Developers
Copyright (c) 2011-2012 PPCoin Developers
Copyright (c) 2009-2012 Bitcoin Developers

Expand Down

0 comments on commit cebe192

Please sign in to comment.