Skip to content

Commit

Permalink
support v0.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heshuchao committed Mar 30, 2024
1 parent af026f0 commit a98b38c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 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.4.0](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.4.0/mvc.tar.gz)
[v0.2.0.0](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.2.0.0/mvc.tar.gz)

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

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

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


`earlier version`:

[v0.1.4.0](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.4.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)
Expand All @@ -173,12 +176,14 @@ sudo apt-get install libczmq-dev
---
### mining program

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

---

### configuration file

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

[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)
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.4.0"
VERSION_LATEST="v0.2.0.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.4.0" "v0.1.3.1" "v0.1.3.0" "v0.1.2.0")
version_history=("v0.2.0.0" "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 a98b38c

Please sign in to comment.