File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ rm -rf bin
104104```
105105* Get the latest version of the binary file
106106
107- [ v0.1.3.1 ] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3.1 /mvc.tar.gz )
107+ [ v0.1.4.0 ] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.4.0 /mvc.tar.gz )
108108
109109* Unzip the node binary to user's directory
110110```
@@ -157,11 +157,17 @@ sudo apt-get install libczmq-dev
157157### node
158158
159159` latest version ` :
160- [ v0.1.3 .0] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3 .0/mvc.tar.gz )
160+ [ v0.1.4 .0] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.4 .0/mvc.tar.gz )
161161
162162
163163` earlier version ` :
164- [ v0.1.2.0] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.2.0/mvc.tar.gz )
164+
165+ [ v0.1.3.1] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3.1/mvc.tar.gz )
166+
167+ [ v0.1.3.0] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3.0/mvc.tar.gz )
168+
169+
170+ [ v0.1.2.0] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.2.0/mvc.tar.gz )
165171
166172
167173---
@@ -173,6 +179,8 @@ sudo apt-get install libczmq-dev
173179
174180### configuration file
175181
182+ [ mvc.conf] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.4.0/mvc.conf ) (for v0.1.4.0)
183+
176184[ mvc.conf] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3.0/mvc.conf ) (for v0.1.3.0)
177185
178186[ mvc.conf] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.2.0/mvc.conf ) (for v0.1.2.0)
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ NODE_DATA_DIR="node_data_dir"
88NET_CHOOSE=
99INIT_PARAMS=
1010VERSION_CHOOSE=
11- VERSION_LATEST=" v0.1.3.1 "
11+ VERSION_LATEST=" v0.1.4.0 "
1212TEMP_DIR=
1313RPC_USERNAME=" "
1414RPC_PASSWORD=" "
1515dependencies_array=(" build-essential" " libtool" " autotools-dev" " automake" " pkg-config" " libssl-dev" " libevent-dev" " bsdmainutils" " libboost-system-dev" " libboost-filesystem-dev" " libboost-chrono-dev" " libboost-program-options-dev" " libboost-test-dev" " libboost-thread-dev" " libdb-dev" " libdb++-dev" " libczmq-dev" )
16- version_history=(" v0.1.3.1" " v0.1.3.0" " v0.1.2.0" )
16+ version_history=(" v0.1.4.0 " " v0.1. 3.1" " v0.1.3.0" " v0.1.2.0" )
1717
1818ensure () {
1919 if ! " $@ " ; then err " command $* " " failed" ; fi
You can’t perform that action at this time.
0 commit comments