File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ rm -rf bin
104
104
```
105
105
* Get the latest version of the binary file
106
106
107
- [ v0.1.4 .0] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.4 .0/mvc.tar.gz )
107
+ [ v0.2.0 .0] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.2.0 .0/mvc.tar.gz )
108
108
109
109
* Unzip the node binary to user's directory
110
110
```
@@ -157,11 +157,14 @@ sudo apt-get install libczmq-dev
157
157
### node
158
158
159
159
` latest version ` :
160
- [ v0.1.4.0] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.4.0/mvc.tar.gz )
160
+
161
+ [ v0.2.0.0] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.2.0.0/mvc.tar.gz )
161
162
162
163
163
164
` earlier version ` :
164
165
166
+ [ v0.1.4.0] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.4.0/mvc.tar.gz )
167
+
165
168
[ v0.1.3.1] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3.1/mvc.tar.gz )
166
169
167
170
[ v0.1.3.0] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3.0/mvc.tar.gz )
@@ -173,12 +176,14 @@ sudo apt-get install libczmq-dev
173
176
---
174
177
### mining program
175
178
176
- [ cpuminer] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3 .0/cpuminer.tar.gz )
179
+ [ cpuminer] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.2.0 .0/cpuminer.tar.gz )
177
180
178
181
---
179
182
180
183
### configuration file
181
184
185
+ [ mvc.conf] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.2.0.0/mvc.conf ) (for v0.2.0.0)
186
+
182
187
[ mvc.conf] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.4.0/mvc.conf ) (for v0.1.4.0)
183
188
184
189
[ mvc.conf] ( https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3.0/mvc.conf ) (for v0.1.3.0)
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ NODE_DATA_DIR="node_data_dir"
8
8
NET_CHOOSE=
9
9
INIT_PARAMS=
10
10
VERSION_CHOOSE=
11
- VERSION_LATEST=" v0.1.4 .0"
11
+ VERSION_LATEST=" v0.2.0 .0"
12
12
TEMP_DIR=
13
13
RPC_USERNAME=" "
14
14
RPC_PASSWORD=" "
15
15
dependencies_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.4.0" " v0.1.3.1" " v0.1.3.0" " v0.1.2.0" )
16
+ version_history=(" v0.2.0.0 " " v0. 1.4.0" " v0.1.3.1" " v0.1.3.0" " v0.1.2.0" )
17
17
18
18
ensure () {
19
19
if ! " $@ " ; then err " command $* " " failed" ; fi
You can’t perform that action at this time.
0 commit comments