Skip to content

Commit

Permalink
support v0.1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heshuchao committed Jun 6, 2023
1 parent ae4728a commit af026f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ rm -rf bin
```
* Get the latest version of the binary file

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

* Unzip the node binary to user's directory
```
Expand Down Expand Up @@ -157,11 +157,17 @@ sudo apt-get install libczmq-dev
### node

`latest version`:
[v0.1.3.0](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3.0/mvc.tar.gz)
[v0.1.4.0](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.4.0/mvc.tar.gz)


`earlier version`:
[v0.1.2.0](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.2.0/mvc.tar.gz)

[v0.1.3.1](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3.1/mvc.tar.gz)

[v0.1.3.0](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3.0/mvc.tar.gz)


[v0.1.2.0](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.2.0/mvc.tar.gz)


---
Expand All @@ -173,6 +179,8 @@ sudo apt-get install libczmq-dev

### configuration file

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

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

[mvc.conf](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.2.0/mvc.conf)(for v0.1.2.0)
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ NODE_DATA_DIR="node_data_dir"
NET_CHOOSE=
INIT_PARAMS=
VERSION_CHOOSE=
VERSION_LATEST="v0.1.3.1"
VERSION_LATEST="v0.1.4.0"
TEMP_DIR=
RPC_USERNAME=""
RPC_PASSWORD=""
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")
version_history=("v0.1.3.1" "v0.1.3.0" "v0.1.2.0")
version_history=("v0.1.4.0" "v0.1.3.1" "v0.1.3.0" "v0.1.2.0")

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

0 comments on commit af026f0

Please sign in to comment.