Skip to content

Commit a98b38c

Browse files
committed
support v0.2.0.0
1 parent af026f0 commit a98b38c

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ rm -rf bin
104104
```
105105
* Get the latest version of the binary file
106106

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)
108108

109109
* Unzip the node binary to user's directory
110110
```
@@ -157,11 +157,14 @@ sudo apt-get install libczmq-dev
157157
### node
158158

159159
`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)
161162

162163

163164
`earlier version`:
164165

166+
[v0.1.4.0](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.4.0/mvc.tar.gz)
167+
165168
[v0.1.3.1](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3.1/mvc.tar.gz)
166169

167170
[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
173176
---
174177
### mining program
175178

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)
177180

178181
---
179182

180183
### configuration file
181184

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+
182187
[mvc.conf](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.4.0/mvc.conf)(for v0.1.4.0)
183188

184189
[mvc.conf](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3.0/mvc.conf)(for v0.1.3.0)

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ NODE_DATA_DIR="node_data_dir"
88
NET_CHOOSE=
99
INIT_PARAMS=
1010
VERSION_CHOOSE=
11-
VERSION_LATEST="v0.1.4.0"
11+
VERSION_LATEST="v0.2.0.0"
1212
TEMP_DIR=
1313
RPC_USERNAME=""
1414
RPC_PASSWORD=""
1515
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")
1717

1818
ensure() {
1919
if ! "$@"; then err "command $*" "failed" ; fi

0 commit comments

Comments
 (0)